Class TcpTransportChannel

java.lang.Object
org.elasticsearch.transport.TcpTransportChannel
All Implemented Interfaces:
TransportChannel

public final class TcpTransportChannel
extends java.lang.Object
implements TransportChannel
  • Method Summary

    Modifier and Type Method Description
    TcpChannel getChannel()  
    java.lang.String getChannelType()  
    java.lang.String getProfileName()  
    Version getVersion()
    Returns the version of the other party that this channel will send a response to.
    void sendResponse​(java.lang.Exception exception)  
    void sendResponse​(TransportResponse response)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait