Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.http.conn Classes and Interfaces - 70 results found.
NameDescriptionTypePackageFramework
AbstractVerifierClassorg.apache.http.conn.sslApache HttpComponents
AllowAllHostnameVerifierThe ALLOW_ALL HostnameVerifier essentially turns hostname verification off.Classorg.apache.http.conn.sslApache HttpComponents
BasicEofSensorWatcherBasic implementation of EofSensorWatcher.Classorg.apache.http.connApache HttpComponents
BasicManagedEntityAn entity that releases a connection.Classorg.apache.http.connApache HttpComponents
BasicRouteDirectorBasic HttpRouteDirector implementation.Classorg.apache.http.conn.routingApache HttpComponents
BrowserCompatHostnameVerifierThe HostnameVerifier that works the same way as Curl and Firefox.Classorg.apache.http.conn.sslApache HttpComponents
ClientConnectionManagerManagement interface for client connections.Interfaceorg.apache.http.connApache HttpComponents
ClientConnectionManagerFactoryA factory for creating new ClientConnectionManager instances.Interfaceorg.apache.http.connApache HttpComponents
ClientConnectionOperatorClientConnectionOperator represents a strategy for creating OperatedClientConnection instances and updating the underlyingInterfaceorg.apache.http.connApache HttpComponents
ClientConnectionRequestEncapsulates a request for a ManagedClientConnection.Interfaceorg.apache.http.connApache HttpComponents
ConnConnectionParamBeanThis is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate HTTP client connection parametersClassorg.apache.http.conn.paramsApache HttpComponents
ConnConnectionPNamesParameter names for HTTP client connections.Interfaceorg.apache.http.conn.paramsApache HttpComponents
ConnectionKeepAliveStrategyInterface for deciding how long a connection can remain idle before being reused.Interfaceorg.apache.http.connApache HttpComponents
ConnectionPoolTimeoutExceptionA timeout while waiting for an available connection from a connection manager.Classorg.apache.http.connApache HttpComponents
ConnectionReleaseTriggerInterface for releasing a connection.Interfaceorg.apache.http.connApache HttpComponents
ConnectionRequestRepresents a request for a HttpClientConnection whose life cycle is managed by a connection manager.Interfaceorg.apache.http.connApache HttpComponents
ConnectionSocketFactoryA factory for creating and connecting connection sockets.Interfaceorg.apache.http.conn.socketApache HttpComponents
ConnectTimeoutExceptionA timeout while connecting to an HTTP server or waiting for an available connection from an HttpConnectionManager.Classorg.apache.http.connApache HttpComponents
ConnManagerParamBeanThis is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate connection manager parametersClassorg.apache.http.conn.paramsApache HttpComponents
ConnManagerParamsAn adaptor for manipulating HTTP connection management parameters in HttpParams.Classorg.apache.http.conn.paramsApache HttpComponents
ConnManagerPNamesParameter names for connection managers in HttpConn.Interfaceorg.apache.http.conn.paramsApache HttpComponents
ConnPerRouteThis interface is intended for looking up maximum number of connections allowed for a given route.Interfaceorg.apache.http.conn.paramsApache HttpComponents
ConnPerRouteBeanThis class maintains a map of HTTP routes to maximum number of connections allowed for those routes.Classorg.apache.http.conn.paramsApache HttpComponents
ConnRouteParamBeanThis is a Java Bean class that can be used to wrap an instance of HttpParams and manipulate connection routing parametersClassorg.apache.http.conn.paramsApache HttpComponents
ConnRouteParamsClassorg.apache.http.conn.paramsApache HttpComponents
ConnRoutePNamesParameter names for connection routing.Interfaceorg.apache.http.conn.paramsApache HttpComponents
DnsResolverInterfaceorg.apache.http.connApache HttpComponents
EofSensorInputStreamA stream wrapper that triggers actions on close() and EOF.Classorg.apache.http.connApache HttpComponents
EofSensorWatcherA watcher for EofSensorInputStream.Interfaceorg.apache.http.connApache HttpComponents
HostNameResolverHostname to IP address resolver.Interfaceorg.apache.http.conn.schemeApache HttpComponents
HttpClientConnectionManagerRepresents a manager of persistent client connections.Interfaceorg.apache.http.connApache HttpComponents
HttpConnectionFactoryGeneric HttpConnection factory.Interfaceorg.apache.http.connApache HttpComponents
HttpHostConnectExceptionA ConnectException that specifies the HttpHost that was being connected to.Classorg.apache.http.connApache HttpComponents
HttpInetSocketAddress HttpHost used to resolve the address.Classorg.apache.http.connApache HttpComponents
HttpRouteThe route for a request.Classorg.apache.http.conn.routingApache HttpComponents
HttpRoutedConnectionInterface to access routing information of a client side connection.Interfaceorg.apache.http.connApache HttpComponents
HttpRouteDirectorProvides directions on establishing a route.Interfaceorg.apache.http.conn.routingApache HttpComponents
HttpRoutePlannerEncapsulates logic to compute a HttpRoute to a target host.Interfaceorg.apache.http.conn.routingApache HttpComponents
InetAddressUtilsA collection of utilities relating to InetAddresses.Classorg.apache.http.conn.utilApache HttpComponents
LayeredConnectionSocketFactoryInterfaceorg.apache.http.conn.socketApache HttpComponents
LayeredSchemeSocketFactoryInterfaceorg.apache.http.conn.schemeApache HttpComponents
LayeredSocketFactoryA SocketFactory for layered sockets (SSL/TLS).Interfaceorg.apache.http.conn.schemeApache HttpComponents
ManagedClientConnectionA client-side connection with advanced connection logic.Interfaceorg.apache.http.connApache HttpComponents
ManagedHttpClientConnectionRepresents a managed connection whose state and life cycle is managed by a connection manager.Interfaceorg.apache.http.connApache HttpComponents
MultihomePlainSocketFactorySocket factory that implements a simple multi-home fail-over on connect failure, provided the same hostname resolves to multiple InetAddresses.Classorg.apache.http.connApache HttpComponents
OperatedClientConnectionA client-side connection that relies on outside logic to connect sockets to the appropriate hosts.Interfaceorg.apache.http.connApache HttpComponents
PlainConnectionSocketFactoryThe default class for creating plain (unencrypted) sockets.Classorg.apache.http.conn.socketApache HttpComponents
PlainSocketFactoryThe default class for creating plain (unencrypted) sockets.Classorg.apache.http.conn.schemeApache HttpComponents
PrivateKeyDetailsPrivate key details.Classorg.apache.http.conn.sslApache HttpComponents
PrivateKeyStrategyA strategy allowing for a choice of an alias during SSL authentication.Interfaceorg.apache.http.conn.sslApache HttpComponents
RouteInfoRead-only interface for route information.Interfaceorg.apache.http.conn.routingApache HttpComponents
RouteInfo .LayerTypeThe layering type of a route.Classorg.apache.http.conn.routing.RouteInfoApache HttpComponents
RouteInfo .TunnelTypeThe tunnelling type of a route.Classorg.apache.http.conn.routing.RouteInfoApache HttpComponents
RouteTrackerHelps tracking the steps in establishing a route.Classorg.apache.http.conn.routingApache HttpComponents
SchemeEncapsulates specifics of a protocol scheme such as "http" or "https".Classorg.apache.http.conn.schemeApache HttpComponents
SchemeLayeredSocketFactoryInterfaceorg.apache.http.conn.schemeApache HttpComponents
SchemePortResolverStrategy for default port resolution for protocol schemes.Interfaceorg.apache.http.connApache HttpComponents
SchemeRegistryA set of supported protocol Schemes.Classorg.apache.http.conn.schemeApache HttpComponents
SchemeSocketFactoryA factory for creating, initializing and connecting sockets.Interfaceorg.apache.http.conn.schemeApache HttpComponents
SocketFactoryA factory for creating, initializing and connecting sockets.Interfaceorg.apache.http.conn.schemeApache HttpComponents
SSLConnectionSocketFactoryLayered socket factory for TLS/SSL connections.Classorg.apache.http.conn.sslApache HttpComponents
SSLContextBuilderBuilder for SSLContext instances.Classorg.apache.http.conn.sslApache HttpComponents
SSLContextsSSLContext factory methods.Classorg.apache.http.conn.sslApache HttpComponents
SSLInitializationExceptionClassorg.apache.http.conn.sslApache HttpComponents
SSLSocketFactoryLayered socket factory for TLS/SSL connections.Classorg.apache.http.conn.sslApache HttpComponents
StrictHostnameVerifierThe Strict HostnameVerifier works the same way as Sun Java 1.Classorg.apache.http.conn.sslApache HttpComponents
TrustSelfSignedStrategyA trust strategy that accepts self-signed certificates as trusted.Classorg.apache.http.conn.sslApache HttpComponents
TrustStrategyA strategy to establish trustworthiness of certificates without consulting the trust manager configured in the actual SSL context.Interfaceorg.apache.http.conn.sslApache HttpComponents
UnsupportedSchemeExceptionSignals failure to establish connection using an unknown protocol scheme.Classorg.apache.http.connApache HttpComponents
X509HostnameVerifierInterface for checking if a hostname matches the names stored inside the server's X.Interfaceorg.apache.http.conn.sslApache HttpComponents