| Name | Description | Type | Package | Framework |
| AbstractVerifier | | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| AllowAllHostnameVerifier | The ALLOW_ALL HostnameVerifier essentially turns hostname verification off. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| BasicEofSensorWatcher | Basic implementation of EofSensorWatcher. | Class | org.apache.http.conn | Apache HttpComponents |
|
| BasicManagedEntity | An entity that releases a connection. | Class | org.apache.http.conn | Apache HttpComponents |
|
| BasicRouteDirector | Basic HttpRouteDirector implementation. | Class | org.apache.http.conn.routing | Apache HttpComponents |
|
| BrowserCompatHostnameVerifier | The HostnameVerifier that works the same way as Curl and Firefox. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| ClientConnectionManager | Management interface for client connections. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ClientConnectionManagerFactory | A factory for creating new ClientConnectionManager instances. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ClientConnectionOperator | ClientConnectionOperator represents a strategy for creating OperatedClientConnection instances and updating the underlying | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ClientConnectionRequest | Encapsulates a request for a ManagedClientConnection. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ConnConnectionParamBean | This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP client connection parameters | Class | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnConnectionPNames | Parameter names for HTTP client connections. | Interface | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnectionKeepAliveStrategy | Interface for deciding how long a connection can remain idle before being reused. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ConnectionPoolTimeoutException | A timeout while waiting for an available connection from a connection manager. | Class | org.apache.http.conn | Apache HttpComponents |
|
| ConnectionReleaseTrigger | Interface for releasing a connection. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ConnectionRequest | Represents a request for a HttpClientConnection whose life cycle is managed by a connection manager. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ConnectionSocketFactory | A factory for creating and connecting connection sockets. | Interface | org.apache.http.conn.socket | Apache HttpComponents |
|
| ConnectTimeoutException | A timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager. | Class | org.apache.http.conn | Apache HttpComponents |
|
| ConnManagerParamBean | This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate connection manager parameters | Class | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnManagerParams | An adaptor for manipulating HTTP connection management parameters in HttpParams. | Class | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnManagerPNames | Parameter names for connection managers in HttpConn. | Interface | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnPerRoute | This interface is intended for looking up maximum number of connections allowed for a given route. | Interface | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnPerRouteBean | This class maintains a map of HTTP routes to maximum number of connections allowed for those routes. | Class | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnRouteParamBean | This is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate connection routing parameters | Class | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnRouteParams | | Class | org.apache.http.conn.params | Apache HttpComponents |
|
| ConnRoutePNames | Parameter names for connection routing. | Interface | org.apache.http.conn.params | Apache HttpComponents |
|
| DnsResolver | | Interface | org.apache.http.conn | Apache HttpComponents |
|
| EofSensorInputStream | A stream wrapper that triggers actions on close() and EOF. | Class | org.apache.http.conn | Apache HttpComponents |
|
| EofSensorWatcher | A watcher for EofSensorInputStream. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| HostNameResolver | Hostname to IP address resolver. | Interface | org.apache.http.conn.scheme | Apache HttpComponents |
|
| HttpClientConnectionManager | Represents a manager of persistent client connections. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| HttpConnectionFactory | Generic HttpConnection factory. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| HttpHostConnectException | A ConnectException that specifies the HttpHost that was being connected to. | Class | org.apache.http.conn | Apache HttpComponents |
|
| HttpInetSocketAddress | HttpHost used to resolve the address. | Class | org.apache.http.conn | Apache HttpComponents |
|
| HttpRoute | The route for a request. | Class | org.apache.http.conn.routing | Apache HttpComponents |
|
| HttpRoutedConnection | Interface to access routing information of a client side connection. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| HttpRouteDirector | Provides directions on establishing a route. | Interface | org.apache.http.conn.routing | Apache HttpComponents |
|
| HttpRoutePlanner | Encapsulates logic to compute a HttpRoute to a target host. | Interface | org.apache.http.conn.routing | Apache HttpComponents |
|
| InetAddressUtils | A collection of utilities relating to InetAddresses. | Class | org.apache.http.conn.util | Apache HttpComponents |
|
| LayeredConnectionSocketFactory | | Interface | org.apache.http.conn.socket | Apache HttpComponents |
|
| LayeredSchemeSocketFactory | | Interface | org.apache.http.conn.scheme | Apache HttpComponents |
|
| LayeredSocketFactory | A SocketFactory for layered sockets (SSL/TLS). | Interface | org.apache.http.conn.scheme | Apache HttpComponents |
|
| ManagedClientConnection | A client-side connection with advanced connection logic. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| ManagedHttpClientConnection | Represents a managed connection whose state and life cycle is managed by a connection manager. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| MultihomePlainSocketFactory | Socket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple InetAddresses. | Class | org.apache.http.conn | Apache HttpComponents |
|
| OperatedClientConnection | A client-side connection that relies on outside logic to connect sockets to the appropriate hosts. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| PlainConnectionSocketFactory | The default class for creating plain (unencrypted) sockets. | Class | org.apache.http.conn.socket | Apache HttpComponents |
|
| PlainSocketFactory | The default class for creating plain (unencrypted) sockets. | Class | org.apache.http.conn.scheme | Apache HttpComponents |
|
| PrivateKeyDetails | Private key details. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| PrivateKeyStrategy | A strategy allowing for a choice of an alias during SSL authentication. | Interface | org.apache.http.conn.ssl | Apache HttpComponents |
|
| RouteInfo | Read-only interface for route information. | Interface | org.apache.http.conn.routing | Apache HttpComponents |
|
| RouteInfo .LayerType | The layering type of a route. | Class | org.apache.http.conn.routing.RouteInfo | Apache HttpComponents |
|
| RouteInfo .TunnelType | The tunnelling type of a route. | Class | org.apache.http.conn.routing.RouteInfo | Apache HttpComponents |
|
| RouteTracker | Helps tracking the steps in establishing a route. | Class | org.apache.http.conn.routing | Apache HttpComponents |
|
| Scheme | Encapsulates specifics of a protocol scheme such as "http" or "https". | Class | org.apache.http.conn.scheme | Apache HttpComponents |
|
| SchemeLayeredSocketFactory | | Interface | org.apache.http.conn.scheme | Apache HttpComponents |
|
| SchemePortResolver | Strategy for default port resolution for protocol schemes. | Interface | org.apache.http.conn | Apache HttpComponents |
|
| SchemeRegistry | A set of supported protocol Schemes. | Class | org.apache.http.conn.scheme | Apache HttpComponents |
|
| SchemeSocketFactory | A factory for creating, initializing and connecting sockets. | Interface | org.apache.http.conn.scheme | Apache HttpComponents |
|
| SocketFactory | A factory for creating, initializing and connecting sockets. | Interface | org.apache.http.conn.scheme | Apache HttpComponents |
|
| SSLConnectionSocketFactory | Layered socket factory for TLS/SSL connections. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| SSLContextBuilder | Builder for SSLContext instances. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| SSLContexts | SSLContext factory methods. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| SSLInitializationException | | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| SSLSocketFactory | Layered socket factory for TLS/SSL connections. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| StrictHostnameVerifier | The Strict HostnameVerifier works the same way as Sun Java 1. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| TrustSelfSignedStrategy | A trust strategy that accepts self-signed certificates as trusted. | Class | org.apache.http.conn.ssl | Apache HttpComponents |
|
| TrustStrategy | A strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context. | Interface | org.apache.http.conn.ssl | Apache HttpComponents |
|
| UnsupportedSchemeException | Signals failure to establish connection using an unknown protocol scheme. | Class | org.apache.http.conn | Apache HttpComponents |
|
| X509HostnameVerifier | Interface for checking if a hostname matches the names stored inside the server's X. | Interface | org.apache.http.conn.ssl | Apache HttpComponents |