Uses of Interface
org.apache.commons.httpclient.protocol.SecureProtocolSocketFactory

Packages that use SecureProtocolSocketFactory
org.apache.commons.httpclient.protocol Provides protocol specific socket factory handling. 
 

Uses of SecureProtocolSocketFactory in org.apache.commons.httpclient.protocol
 

Classes in org.apache.commons.httpclient.protocol that implement SecureProtocolSocketFactory
 class SSLProtocolSocketFactory
          A SecureProtocolSocketFactory that uses JSSE to create sockets.
 

Constructors in org.apache.commons.httpclient.protocol with parameters of type SecureProtocolSocketFactory
Protocol(String scheme, SecureProtocolSocketFactory factory, int defaultPort)
          Constructs a new Protocol.
 



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