Uses of Interface
org.apache.hc.core5.http.impl.nio.HttpConnectionEventHandler
-
Packages that use HttpConnectionEventHandler Package Description org.apache.hc.core5.http.impl.nio Default implementation of HTTP/1.1 transport based on the asynchronous (non-blocking) I/O model.org.apache.hc.core5.http2.impl.nio Default implementation of HTTP/2 transport based on the asynchronous (non-blocking) I/O model. -
-
Uses of HttpConnectionEventHandler in org.apache.hc.core5.http.impl.nio
Classes in org.apache.hc.core5.http.impl.nio that implement HttpConnectionEventHandler Modifier and Type Class Description (package private) class
AbstractHttp1IOEventHandler
class
ClientHttp1IOEventHandler
IOEventHandler
that implements client side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.class
ServerHttp1IOEventHandler
IOEventHandler
that implements server side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining. -
Uses of HttpConnectionEventHandler in org.apache.hc.core5.http2.impl.nio
Classes in org.apache.hc.core5.http2.impl.nio that implement HttpConnectionEventHandler Modifier and Type Class Description (package private) class
AbstractH2IOEventHandler
class
ClientH2IOEventHandler
IOEventHandler
that implements client side HTTP/2 messaging protocol with full support for multiplexed message transmission.class
ClientH2PrefaceHandler
I/O event handler for events fired byProtocolIOSession
that implements client side of the HTTP/2 protocol negotiation handshake always forcing the choice of HTTP/2.class
HttpProtocolNegotiator
(package private) class
PrefaceHandlerBase
class
ServerH2IOEventHandler
IOEventHandler
that implements server side HTTP/2 messaging protocol with full support for multiplexed message transmission.class
ServerH2PrefaceHandler
I/O event handler for events fired byProtocolIOSession
that implements server side of the HTTP/2 protocol negotiation handshake.Fields in org.apache.hc.core5.http2.impl.nio with type parameters of type HttpConnectionEventHandler Modifier and Type Field Description private java.util.concurrent.atomic.AtomicReference<HttpConnectionEventHandler>
PrefaceHandlerBase. protocolHandlerRef
Methods in org.apache.hc.core5.http2.impl.nio that return HttpConnectionEventHandler Modifier and Type Method Description HttpConnectionEventHandler
ClientHttpProtocolNegotiationStarter. createHandler(ProtocolIOSession ioSession, java.lang.Object attachment)
HttpConnectionEventHandler
ServerHttpProtocolNegotiationStarter. createHandler(ProtocolIOSession ioSession, java.lang.Object attachment)
Methods in org.apache.hc.core5.http2.impl.nio with parameters of type HttpConnectionEventHandler Modifier and Type Method Description (package private) void
PrefaceHandlerBase. startProtocol(HttpConnectionEventHandler protocolHandler, java.nio.ByteBuffer data)
-