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 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.conn
SchemeRegistry
          A set of supported protocol Schemes.
SocketFactory
          A factory for creating, initializing and connecting sockets.
 

Classes in org.apache.http.conn.scheme used by org.apache.http.conn.scheme
HostNameResolver
          Hostname to IP address resolver.
PlainSocketFactory
          The default class for creating plain (unencrypted) sockets.
Scheme
          Encapsulates specifics of a protocol scheme such as "http" or "https".
SocketFactory
          A factory for creating, initializing and connecting sockets.
 

Classes in org.apache.http.conn.scheme used by org.apache.http.conn.ssl
HostNameResolver
          Hostname to IP address resolver.
LayeredSocketFactory
          A SocketFactory for layered sockets (SSL/TLS).
SocketFactory
          A factory for creating, initializing 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-2010 Apache Software Foundation. All Rights Reserved.