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

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.Protocol(java.lang.String scheme, SecureProtocolSocketFactory factory, int defaultPort)
          Constructs a new Protocol.
 



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