Package 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

See:
          Description

Interface Summary
HostNameResolver Hostname to IP address resolver.
LayeredSocketFactory A SocketFactory for layered sockets (SSL/TLS).
SocketFactory A factory for creating, initializing and connecting sockets.
 

Class Summary
PlainSocketFactory The default class for creating plain (unencrypted) sockets.
Scheme Encapsulates specifics of a protocol scheme such as "http" or "https".
SchemeRegistry A set of supported protocol Schemes.
 

Package org.apache.http.conn.scheme Description

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



Copyright © 1999-2010 Apache Software Foundation. All Rights Reserved.