Package org.elasticsearch.transport
Class TaskTransportChannel
java.lang.Object
org.elasticsearch.transport.TaskTransportChannel
- All Implemented Interfaces:
TransportChannel
-
Field Summary
Fields inherited from interface org.elasticsearch.transport.TransportChannel
logger -
Method Summary
Modifier and TypeMethodDescriptionReturns the version of the other party that this channel will send a response to.voidsendResponse(Exception exception)voidsendResponse(TransportResponse response)
-
Method Details
-
getProfileName
- Specified by:
getProfileNamein interfaceTransportChannel
-
getChannelType
- Specified by:
getChannelTypein interfaceTransportChannel
-
sendResponse
- Specified by:
sendResponsein interfaceTransportChannel- Throws:
IOException
-
sendResponse
- Specified by:
sendResponsein interfaceTransportChannel- Throws:
IOException
-
getVersion
Description copied from interface:TransportChannelReturns the version of the other party that this channel will send a response to.- Specified by:
getVersionin interfaceTransportChannel
-
getChannel
-