Package org.opensearch.core.transport
Class TransportMessage
java.lang.Object
org.opensearch.core.transport.TransportMessage
- All Implemented Interfaces:
Writeable
- Direct Known Subclasses:
TransportResponse
Message over the transport interface
- Opensearch.internal:
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.opensearch.core.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.WriteableRegistry, Writeable.Writer<V> -
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new empty transport messageConstructs a new transport message with the data from theStreamInput. -
Method Summary
-
Constructor Details
-
TransportMessage
public TransportMessage()Constructs a new empty transport message -
TransportMessage
Constructs a new transport message with the data from theStreamInput. This is currently a no-op
-
-
Method Details
-
remoteAddress
-
remoteAddress
-