Streamable, WriteableTransportRequest, TransportResponsepublic abstract class TransportMessage extends java.lang.Object implements Streamable, Writeable
Writeable.Reader<V>, Writeable.Writer<V>| Constructor | Description |
|---|---|
TransportMessage() |
| Modifier and Type | Method | 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.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewWriteableReaderpublic 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 StreamablewriteTo in interface Writeablejava.io.IOException