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

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

Subinterfaces of ProtocolSocketFactory in org.apache.commons.httpclient.protocol
 interface SecureProtocolSocketFactory
          A ProtocolSocketFactory that is secure.
 

Classes in org.apache.commons.httpclient.protocol that implement ProtocolSocketFactory
 class DefaultProtocolSocketFactory
          The default class for creating protocol sockets.
 class SSLProtocolSocketFactory
          A SecureProtocolSocketFactory that uses JSSE to create sockets.
 

Methods in org.apache.commons.httpclient.protocol that return ProtocolSocketFactory
 ProtocolSocketFactory Protocol.getSocketFactory()
          Returns the socketFactory.
 

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



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