java.lang.Object
org.elasticsearch.transport.TransportMessage
org.elasticsearch.transport.TransportResponse
- All Implemented Interfaces:
Writeable,RefCounted
- Direct Known Subclasses:
ActionResponse,BaseNodeResponse,BroadcastShardResponse,CanMatchNodeResponse,LocalAllocateDangledIndices.AllocateDangledResponse,PeersResponse,PreVoteResponse,PublishWithJoinResponse,RecoveryResponse,SearchPhaseResult,SearchQueryThenFetchAsyncAction.NodeQueryResponse,SearchTransportService.SearchFreeContextResponse,TransportBroadcastByNodeAction.NodeResponse,TransportService.HandshakeResponse
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.elasticsearch.common.io.stream.Writeable
Writeable.Reader<V>, Writeable.Writer<V> -
Field Summary
Fields inherited from interface org.elasticsearch.core.RefCounted
ALWAYS_REFERENCED -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructs a new empty transport responseprotectedTransportResponse(StreamInput ignored) -
Method Summary
Methods inherited from class org.elasticsearch.transport.TransportMessage
decRef, hasReferences, incRef, remoteAddress, remoteAddress, tryIncRefMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.elasticsearch.core.RefCounted
mustIncRef
-
Constructor Details
-
TransportResponse
protected TransportResponse()Constructs a new empty transport response -
TransportResponse
-