Uses of Interface
org.apache.hc.core5.reactor.IOEventHandler
Packages that use IOEventHandler
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
Event driven network communication APIs and components loosely based on
Doug Lea's
reactor pattern.
TLS/SSL support for I/O reactors.
-
Uses of IOEventHandler in org.apache.hc.core5.http.impl.nio
Subinterfaces of IOEventHandler in org.apache.hc.core5.http.impl.nioModifier and TypeInterfaceDescriptioninterfaceIOEventHandlerthat also exposesHttpConnectionproperties.Classes in org.apache.hc.core5.http.impl.nio that implement IOEventHandlerModifier and TypeClassDescriptionclassIOEventHandlerthat implements client side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.classIOEventHandlerthat implements server side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.Methods in org.apache.hc.core5.http.impl.nio that return IOEventHandlerModifier and TypeMethodDescriptionClientHttp1IOEventHandlerFactory.createHandler(ProtocolIOSession ioSession, Object attachment) ServerHttp1IOEventHandlerFactory.createHandler(ProtocolIOSession ioSession, Object attachment) -
Uses of IOEventHandler in org.apache.hc.core5.http2.impl.nio
Classes in org.apache.hc.core5.http2.impl.nio that implement IOEventHandlerModifier and TypeClassDescriptionclassIOEventHandlerthat implements client side HTTP/2 messaging protocol with full support for multiplexed message transmission.classI/O event handler for events fired byProtocolIOSessionthat implements client side of the HTTP/2 protocol negotiation handshake always forcing the choice of HTTP/2.classclassIOEventHandlerthat implements server side HTTP/2 messaging protocol with full support for multiplexed message transmission.classI/O event handler for events fired byProtocolIOSessionthat implements server side of the HTTP/2 protocol negotiation handshake. -
Uses of IOEventHandler in org.apache.hc.core5.reactor
Methods in org.apache.hc.core5.reactor that return IOEventHandlerModifier and TypeMethodDescriptionIOEventHandlerFactory.createHandler(ProtocolIOSession ioSession, Object attachment) SocksProxyProtocolHandlerFactory.createHandler(ProtocolIOSession ioSession, Object attachment) Deprecated.IOSession.getHandler()Returns event handler associated with the session.Methods in org.apache.hc.core5.reactor with parameters of type IOEventHandlerModifier and TypeMethodDescriptionvoidIOSession.upgrade(IOEventHandler handler) Upgrades event handler associated with the session. -
Uses of IOEventHandler in org.apache.hc.core5.reactor.ssl
Methods in org.apache.hc.core5.reactor.ssl that return IOEventHandlerMethods in org.apache.hc.core5.reactor.ssl with parameters of type IOEventHandler -
Uses of IOEventHandler in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio that return IOEventHandlerMethods in org.apache.hc.core5.testing.nio with parameters of type IOEventHandler