Package org.elasticsearch.transport
Class InboundMessage
- java.lang.Object
-
- org.elasticsearch.transport.NetworkMessage
-
- org.elasticsearch.transport.InboundMessage
-
- All Implemented Interfaces:
Closeable,AutoCloseable
- Direct Known Subclasses:
InboundMessage.Request,InboundMessage.Response
public abstract class InboundMessage extends NetworkMessage implements Closeable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classInboundMessage.Requeststatic classInboundMessage.Response
-
Field Summary
-
Fields inherited from class org.elasticsearch.transport.NetworkMessage
requestId, status, storedContext, threadContext, version
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()-
Methods inherited from class org.elasticsearch.transport.NetworkMessage
getRequestId, getVersion
-
-
-
-
Method Detail
-
close
public void close() throws IOException- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-
-