Uses of Interface
org.elasticsearch.transport.TcpServerChannel
-
Packages that use TcpServerChannel Package Description org.elasticsearch.transport -
-
Uses of TcpServerChannel in org.elasticsearch.transport
Methods in org.elasticsearch.transport that return TcpServerChannel Modifier and Type Method Description protected abstract TcpServerChannelTcpTransport. bind(String name, InetSocketAddress address)Binds to the givenInetSocketAddressMethods in org.elasticsearch.transport with parameters of type TcpServerChannel Modifier and Type Method Description protected voidTcpTransport. onServerException(TcpServerChannel channel, Exception e)
-