Uses of Interface
org.apache.http.nio.reactor.SocketAccessor
-
Packages that use SocketAccessor Package Description org.apache.http.impl.nio Default implementations of HTTP connections for asynchronous, even driven communication.org.apache.http.impl.nio.reactor Default implementation of event driven network communication APIs based on Java NIO.org.apache.http.nio.reactor.ssl 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 SocketAccessor Modifier and Type Class Description class
DefaultNHttpClientConnection
Default implementation of theNHttpClientConnection
interface.class
DefaultNHttpServerConnection
Default implementation of theNHttpServerConnection
interface.class
NHttpConnectionBase
This class serves as a base for allNHttpConnection
implementations 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 Modifier and Type Class Description class
IOSessionImpl
Default implementation ofIOSession
.class
SSLIOSession
Deprecated.(4.2) useSSLIOSession
-
Uses of SocketAccessor in org.apache.http.nio.reactor.ssl
Classes in org.apache.http.nio.reactor.ssl that implement SocketAccessor Modifier and Type Class Description class
SSLIOSession
SSLIOSession
is a decorator class intended to transparently extend anIOSession
with transport layer security capabilities based on the SSL/TLS protocol.
-