Uses of Interface
org.apache.http.nio.reactor.SocketAccessor
Packages that use SocketAccessor
Package
Description
Default implementations of HTTP connections for asynchronous,
even driven communication.
Default implementation of event driven network communication APIs
based on Java NIO.
TLS/SSL support for asynchronous, event driven communication.
-
Uses of SocketAccessor in org.apache.http.impl.nio
Classes in org.apache.http.impl.nio that implement SocketAccessorModifier and TypeClassDescriptionclassDefault implementation of theNHttpClientConnectioninterface.classDefault implementation of theNHttpServerConnectioninterface.classThis class serves as a base for allNHttpConnectionimplementations and provides functionality common to both client and server HTTP connections. -
Uses of SocketAccessor in org.apache.http.impl.nio.reactor
Classes in org.apache.http.impl.nio.reactor that implement SocketAccessor -
Uses of SocketAccessor in org.apache.http.nio.reactor.ssl
Classes in org.apache.http.nio.reactor.ssl that implement SocketAccessorModifier and TypeClassDescriptionclassSSLIOSessionis a decorator class intended to transparently extend anIOSessionwith transport layer security capabilities based on the SSL/TLS protocol.
SSLIOSession