Package org.elasticsearch.http.netty4
Class Netty4HttpServerChannel
java.lang.Object
org.elasticsearch.http.netty4.Netty4HttpServerChannel
- All Implemented Interfaces:
Closeable,AutoCloseable,org.elasticsearch.common.network.CloseableChannel,org.elasticsearch.http.HttpServerChannel
public class Netty4HttpServerChannel
extends Object
implements org.elasticsearch.http.HttpServerChannel
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddCloseListener(org.elasticsearch.action.ActionListener<Void> listener)voidclose()booleanisOpen()toString()
-
Method Details
-
getLocalAddress
- Specified by:
getLocalAddressin interfaceorg.elasticsearch.http.HttpServerChannel
-
addCloseListener
- Specified by:
addCloseListenerin interfaceorg.elasticsearch.common.network.CloseableChannel
-
isOpen
public boolean isOpen()- Specified by:
isOpenin interfaceorg.elasticsearch.common.network.CloseableChannel
-
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceorg.elasticsearch.common.network.CloseableChannel
-
toString
-