Uses of Interface
org.elasticsearch.common.network.CloseableChannel
-
Packages that use CloseableChannel Package Description org.elasticsearch.common.network org.elasticsearch.http org.elasticsearch.transport -
-
Uses of CloseableChannel in org.elasticsearch.common.network
Methods in org.elasticsearch.common.network with type parameters of type CloseableChannel Modifier and Type Method Description static <C extends CloseableChannel>
voidCloseableChannel. closeChannel(C channel)Closes the channel without blocking.static <C extends CloseableChannel>
voidCloseableChannel. closeChannel(C channel, boolean blocking)Closes the channel.static <C extends CloseableChannel>
voidCloseableChannel. closeChannels(List<C> channels, boolean blocking)Closes the channels. -
Uses of CloseableChannel in org.elasticsearch.http
Subinterfaces of CloseableChannel in org.elasticsearch.http Modifier and Type Interface Description interfaceHttpChannel -
Uses of CloseableChannel in org.elasticsearch.transport
Subinterfaces of CloseableChannel in org.elasticsearch.transport Modifier and Type Interface Description interfaceTcpChannelThis is a tcp channel representing a single channel connection to another node.interfaceTcpServerChannelThis is a tcp channel representing a server channel listening for new connections.
-