Uses of Package
org.apache.commons.httpclient.protocol

Packages that use org.apache.commons.httpclient.protocol
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
org.apache.commons.httpclient.protocol Provides protocol specific socket factory handling. 
 

Classes in org.apache.commons.httpclient.protocol used by org.apache.commons.httpclient
Protocol
          A class to encapsulate the specifics of a protocol.
 

Classes in org.apache.commons.httpclient.protocol used by org.apache.commons.httpclient.protocol
DefaultProtocolSocketFactory
          The default class for creating protocol sockets.
Protocol
          A class to encapsulate the specifics of a protocol.
ProtocolSocketFactory
          A factory for creating Sockets.
SecureProtocolSocketFactory
          A ProtocolSocketFactory that is secure.
SSLProtocolSocketFactory
          A SecureProtocolSocketFactory that uses JSSE to create sockets.
 



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