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

Packages that use org.apache.http.conn.scheme
org.apache.http.conn The client-side connection management and handling API at the heart of what is referred to as HttpConn
org.apache.http.conn.scheme   
org.apache.http.conn.ssl TLS/SSL specific parts of the HttpConn API. 
org.apache.http.impl.conn   
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.conn
SchemeRegistry
          A set of supported protocol schemes.
SocketFactory
          A factory for creating and connecting sockets.
 

Classes in org.apache.http.conn.scheme used by org.apache.http.conn.scheme
HostNameResolver
           
PlainSocketFactory
          The default class for creating sockets.
Scheme
          Encapsulates specifics of a protocol scheme such as "http" or "https".
SocketFactory
          A factory for creating and connecting sockets.
 

Classes in org.apache.http.conn.scheme used by org.apache.http.conn.ssl
HostNameResolver
           
LayeredSocketFactory
          A SocketFactory for layered sockets (SSL/TLS).
SocketFactory
          A factory for creating and connecting sockets.
 

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-2008 Apache Software Foundation. All Rights Reserved.