Package org.apache.commons.httpclient.protocol

Provides protocol specific socket factory handling.

See:
          Description

Interface Summary
ProtocolSocketFactory A factory for creating Sockets.
SecureProtocolSocketFactory A ProtocolSocketFactory that is secure.
 

Class Summary
DefaultProtocolSocketFactory The default class for creating protocol sockets.
Protocol A class to encapsulate the specifics of a protocol.
SSLProtocolSocketFactory A SecureProtocolSocketFactory that uses JSSE to create sockets.
 

Package org.apache.commons.httpclient.protocol Description

Provides protocol specific socket factory handling.

Since:
2.0


Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.