Uses of Package
org.apache.http.nio.conn
-
Packages that use org.apache.http.nio.conn Package Description org.apache.http.impl.nio.client Default asynchronous HTTP client implementation.org.apache.http.impl.nio.conn Default implementations of asynchronous client connection management functions.org.apache.http.nio.conn Asynchronous client connection management APIs.org.apache.http.nio.conn.ssl Asynchronous client TLS/SSL support. -
Classes in org.apache.http.nio.conn used by org.apache.http.impl.nio.client Class Description ClientAsyncConnectionManager Deprecated.NHttpClientConnectionManager Represents a manager of persistent client connections.SchemeIOSessionStrategy I/O session layering strategy for complex protocol schemes, which employ a transport level security protocol to secure HTTP communication (in other words those schemes 'layer' HTTP on top of a transport level protocol such as TLS/SSL). -
Classes in org.apache.http.nio.conn used by org.apache.http.impl.nio.conn Class Description ClientAsyncConnection Deprecated.ClientAsyncConnectionFactory Deprecated.ClientAsyncConnectionManager Deprecated.ManagedClientAsyncConnection Deprecated.ManagedNHttpClientConnection Represents a managed connection whose state and life cycle is managed by a connection manager.NHttpClientConnectionManager Represents a manager of persistent client connections.NHttpConnectionFactory GenericNHttpConnection
factory.SchemeIOSessionStrategy I/O session layering strategy for complex protocol schemes, which employ a transport level security protocol to secure HTTP communication (in other words those schemes 'layer' HTTP on top of a transport level protocol such as TLS/SSL). -
Classes in org.apache.http.nio.conn used by org.apache.http.nio.conn Class Description ClientAsyncConnection Deprecated.ManagedClientAsyncConnection Deprecated.NoopIOSessionStrategy Noop implementation for protocol schemes that have no transport level security.SchemeIOSessionStrategy I/O session layering strategy for complex protocol schemes, which employ a transport level security protocol to secure HTTP communication (in other words those schemes 'layer' HTTP on top of a transport level protocol such as TLS/SSL). -
Classes in org.apache.http.nio.conn used by org.apache.http.nio.conn.ssl Class Description SchemeIOSessionStrategy I/O session layering strategy for complex protocol schemes, which employ a transport level security protocol to secure HTTP communication (in other words those schemes 'layer' HTTP on top of a transport level protocol such as TLS/SSL).