Uses of Interface
org.elasticsearch.transport.TcpChannel
-
Packages that use TcpChannel Package Description org.elasticsearch.transport -
-
Uses of TcpChannel in org.elasticsearch.transport
Methods in org.elasticsearch.transport that return TcpChannel Modifier and Type Method Description TcpChannelTcpTransport.NodeChannels. channel(TransportRequestOptions.Type type)TcpChannelTcpTransportChannel. getChannel()protected abstract TcpChannelTcpTransport. initiateChannel(DiscoveryNode node)Initiate a single tcp socket channel.Methods in org.elasticsearch.transport that return types with arguments of type TcpChannel Modifier and Type Method Description List<TcpChannel>TcpTransport.NodeChannels. getChannels()Methods in org.elasticsearch.transport with parameters of type TcpChannel Modifier and Type Method Description intTcpTransport. consumeNetworkReads(TcpChannel channel, BytesReference bytesReference)Consumes bytes that are available from network reads.voidTcpTransport. executeHandshake(DiscoveryNode node, TcpChannel channel, ConnectionProfile profile, ActionListener<Version> listener)voidTcpTransport. inboundMessage(TcpChannel channel, BytesReference message)Handles inbound message that has been decoded.voidTcpTransport. onException(TcpChannel channel, Exception e)protected voidTcpTransport. serverAcceptedChannel(TcpChannel channel)
-