Package org.elasticsearch.http.nio
Class NioHttpServerChannel
java.lang.Object
org.elasticsearch.nio.NioChannel
org.elasticsearch.nio.NioServerSocketChannel
org.elasticsearch.http.nio.NioHttpServerChannel
- All Implemented Interfaces:
Closeable,AutoCloseable,CloseableChannel,HttpServerChannel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCloseListener(ActionListener<Void> listener) toString()Methods inherited from class org.elasticsearch.nio.NioServerSocketChannel
addBindListener, getContext, getLocalAddress, getRawChannel, setContextMethods inherited from class org.elasticsearch.nio.NioChannel
addCloseListener, close, isOpenMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.elasticsearch.common.network.CloseableChannel
close, isOpenMethods inherited from interface org.elasticsearch.http.HttpServerChannel
getLocalAddress
-
Constructor Details
-
NioHttpServerChannel
-
-
Method Details
-
addCloseListener
- Specified by:
addCloseListenerin interfaceCloseableChannel
-
toString
- Overrides:
toStringin classNioServerSocketChannel
-