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) classAbstractHttp1IOEventHandlerclassClientHttp1IOEventHandlerIOEventHandlerthat implements client side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.classServerHttp1IOEventHandlerIOEventHandlerthat 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) classAbstractH2IOEventHandlerclassClientH2IOEventHandlerIOEventHandlerthat implements client side HTTP/2 messaging protocol with full support for multiplexed message transmission.classClientH2PrefaceHandlerI/O event handler for events fired byProtocolIOSessionthat implements client side of the HTTP/2 protocol negotiation handshake always forcing the choice of HTTP/2.classHttpProtocolNegotiator(package private) classPrefaceHandlerBaseclassServerH2IOEventHandlerIOEventHandlerthat implements server side HTTP/2 messaging protocol with full support for multiplexed message transmission.classServerH2PrefaceHandlerI/O event handler for events fired byProtocolIOSessionthat 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. protocolHandlerRefMethods in org.apache.hc.core5.http2.impl.nio that return HttpConnectionEventHandler Modifier and Type Method Description HttpConnectionEventHandlerClientHttpProtocolNegotiationStarter. createHandler(ProtocolIOSession ioSession, java.lang.Object attachment)HttpConnectionEventHandlerServerHttpProtocolNegotiationStarter. 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) voidPrefaceHandlerBase. startProtocol(HttpConnectionEventHandler protocolHandler, java.nio.ByteBuffer data)
-