java.lang.Object
org.elasticsearch.transport.TaskTransportChannel
- All Implemented Interfaces:
- TransportChannel
- 
Method SummaryModifier 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 interface- TransportChannel
 
- 
getChannelType- Specified by:
- getChannelTypein interface- TransportChannel
 
- 
sendResponse- Specified by:
- sendResponsein interface- TransportChannel
- Throws:
- IOException
 
- 
sendResponse- Specified by:
- sendResponsein interface- TransportChannel
- Throws:
- IOException
 
- 
getVersionDescription copied from interface:TransportChannelReturns the version of the other party that this channel will send a response to.- Specified by:
- getVersionin interface- TransportChannel
 
- 
getChannel
 
-