Uses of Interface
org.apache.hc.core5.util.Identifiable
Packages that use Identifiable
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 Identifiable in org.apache.hc.core5.http.impl.nio
Classes in org.apache.hc.core5.http.impl.nio that implement IdentifiableModifier and TypeClassDescription(package private) class
AbstractHttp1StreamDuplexer<IncomingMessage extends HttpMessage,
OutgoingMessage extends HttpMessage> class
I/O event handler for events fired byProtocolIOSession
that implements client side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining.class
I/O event handler for events fired byProtocolIOSession
that implements server side HTTP/1.1 messaging protocol with full support for duplexed message transmission and message pipelining. -
Uses of Identifiable in org.apache.hc.core5.http2.impl.nio
Classes in org.apache.hc.core5.http2.impl.nio that implement IdentifiableModifier and TypeClassDescription(package private) class
class
I/O event handler for events fired byProtocolIOSession
that implements client side HTTP/2 messaging protocol with full support for multiplexed message transmission.class
I/O event handler for events fired byProtocolIOSession
that implements server side HTTP/2 messaging protocol with full support for multiplexed message transmission. -
Uses of Identifiable in org.apache.hc.core5.reactor
Subinterfaces of Identifiable in org.apache.hc.core5.reactorModifier and TypeInterfaceDescriptioninterface
IOSession interface represents a sequence of logically related data exchanges between two end points.interface
TLS capable, protocol upgradableIOSession
.Classes in org.apache.hc.core5.reactor that implement IdentifiableModifier and TypeClassDescription(package private) final class
(package private) class
-
Uses of Identifiable in org.apache.hc.core5.reactor.ssl
Classes in org.apache.hc.core5.reactor.ssl that implement IdentifiableModifier and TypeClassDescriptionclass
SSLIOSession
is a decorator class intended to transparently extend anIOSession
with transport layer security capabilities based on the SSL/TLS protocol. -
Uses of Identifiable in org.apache.hc.core5.testing.classic
Classes in org.apache.hc.core5.testing.classic that implement IdentifiableModifier and TypeClassDescriptionclass
class
-
Uses of Identifiable in org.apache.hc.core5.testing.nio
Classes in org.apache.hc.core5.testing.nio that implement Identifiable