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
StreamablereadFrom in interface Streamablejava.io.IOExceptionpublic void writeTo(StreamOutput out) throws java.io.IOException
StreamablewriteTo in interface Streamablejava.io.IOException