public abstract class TransportMessage extends java.lang.Object implements Streamable
Constructor and Description |
---|
TransportMessage() |
Modifier and Type | Method and Description |
---|---|
void |
readFrom(StreamInput in)
Set this object's fields from a StreamInput.
|
TransportAddress |
remoteAddress() |
void |
remoteAddress(TransportAddress remoteAddress) |
void |
writeTo(StreamOutput out)
Write this object's fields to a StreamOutput.
|
public void remoteAddress(TransportAddress remoteAddress)
public TransportAddress remoteAddress()
public void readFrom(StreamInput in) throws java.io.IOException
Streamable
readFrom
in interface Streamable
java.io.IOException
public void writeTo(StreamOutput out) throws java.io.IOException
Streamable
writeTo
in interface Streamable
java.io.IOException