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)
          Deprecated. Use the constructor that uses ProtocolSocketFactory, this version of the constructor is only kept for backwards API compatibility.
 



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