Uses of Package
org.apache.http.conn.scheme

Packages that use org.apache.http.conn.scheme
org.apache.http.client.fluent   
org.apache.http.conn The client-side connection management and handling API that provides interfaces and implementations for opening and managing client side HTTP connections. 
org.apache.http.conn.scheme Scheme class represents a protocol scheme such as "http" or "https" and contains a number of protocol properties such as the default port and the socket factory to be used to creating Sockets for the given protocol 
org.apache.http.conn.ssl TLS/SSL specific API. 
org.apache.http.impl.conn Default implementations for interfaces in org.apache.http.impl.conn and related classes. 
org.apache.http.impl.conn.tsccm The implementation of a thread-safe client connection manager. 
 

Classes in org.apache.http.conn.scheme used by org.apache.http.client.fluent
Scheme
          Encapsulates specifics of a protocol scheme such as "http" or "https".
 

Classes in org.apache.http.conn.scheme used by org.apache.http.conn
SchemeRegistry
          A set of supported protocol Schemes.
SocketFactory
          Deprecated. (4.1) use SchemeSocketFactory
 

Classes in org.apache.http.conn.scheme used by org.apache.http.conn.scheme
HostNameResolver
          Deprecated. (4.1) Do not use
PlainSocketFactory
          The default class for creating plain (unencrypted) sockets.
Scheme
          Encapsulates specifics of a protocol scheme such as "http" or "https".
SchemeSocketFactory
          A factory for creating, initializing and connecting sockets.
SocketFactory
          Deprecated. (4.1) use SchemeSocketFactory
 

Classes in org.apache.http.conn.scheme used by org.apache.http.conn.ssl
HostNameResolver
          Deprecated. (4.1) Do not use
LayeredSchemeSocketFactory
          Deprecated. (4.2) use SchemeLayeredSocketFactory
LayeredSocketFactory
          Deprecated. (4.1) use SchemeSocketFactory
SchemeLayeredSocketFactory
          Extended SchemeSocketFactory interface for layered sockets such as SSL/TLS.
SchemeSocketFactory
          A factory for creating, initializing and connecting sockets.
SocketFactory
          Deprecated. (4.1) use SchemeSocketFactory
 

Classes in org.apache.http.conn.scheme used by org.apache.http.impl.conn
SchemeRegistry
          A set of supported protocol Schemes.
 

Classes in org.apache.http.conn.scheme used by org.apache.http.impl.conn.tsccm
SchemeRegistry
          A set of supported protocol Schemes.
 



Copyright © 1999-2012 The Apache Software Foundation. All Rights Reserved.