Interface HttpConnectionEventHandler
- All Superinterfaces:
AutoCloseable,Closeable,HttpConnection,IOEventHandler,ModalCloseable,SocketModalCloseable
- All Known Implementing Classes:
AbstractH2IOEventHandler,AbstractHttp1IOEventHandler,ClientH2IOEventHandler,ClientH2PrefaceHandler,ClientHttp1IOEventHandler,HttpProtocolNegotiator,PrefaceHandlerBase,ServerH2IOEventHandler,ServerH2PrefaceHandler,ServerHttp1IOEventHandler
IOEventHandler that also exposes HttpConnection properties.- Since:
- 5.0
-
Method Summary
Methods inherited from interface org.apache.hc.core5.http.HttpConnection
close, getEndpointDetails, getLocalAddress, getProtocolVersion, getRemoteAddress, getSSLSession, isOpenMethods inherited from interface org.apache.hc.core5.reactor.IOEventHandler
connected, disconnected, exception, inputReady, outputReady, timeoutMethods inherited from interface org.apache.hc.core5.io.ModalCloseable
closeMethods inherited from interface org.apache.hc.core5.http.SocketModalCloseable
getSocketTimeout, setSocketTimeout