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,org.elasticsearch.common.network.CloseableChannel,org.elasticsearch.http.HttpServerChannel
public class NioHttpServerChannel
extends org.elasticsearch.nio.NioServerSocketChannel
implements org.elasticsearch.http.HttpServerChannel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCloseListener(org.elasticsearch.action.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 interfaceorg.elasticsearch.common.network.CloseableChannel
-
toString
- Overrides:
toStringin classorg.elasticsearch.nio.NioServerSocketChannel
-