| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProtocolSocketFactory | |
|---|---|
| org.apache.commons.httpclient.protocol | Provides protocol specific socket factory handling. | 
| Uses of ProtocolSocketFactory in org.apache.commons.httpclient.protocol | 
|---|
| Subinterfaces of ProtocolSocketFactory in org.apache.commons.httpclient.protocol | |
|---|---|
|  interface | SecureProtocolSocketFactoryA ProtocolSocketFactory that is secure. | 
| Classes in org.apache.commons.httpclient.protocol that implement ProtocolSocketFactory | |
|---|---|
|  class | DefaultProtocolSocketFactoryThe default class for creating protocol sockets. | 
|  class | SSLProtocolSocketFactoryA SecureProtocolSocketFactory that uses JSSE to create sockets. | 
| Methods in org.apache.commons.httpclient.protocol that return ProtocolSocketFactory | |
|---|---|
|  ProtocolSocketFactory | Protocol.getSocketFactory()Returns the socketFactory. | 
| Methods in org.apache.commons.httpclient.protocol with parameters of type ProtocolSocketFactory | |
|---|---|
| static Socket | ControllerThreadSocketFactory.createSocket(ProtocolSocketFactory socketfactory,
             String host,
             int port,
             InetAddress localAddress,
             int localPort,
             int timeout)This method spawns a controller thread overseeing the process of socket initialisation. | 
| Constructors in org.apache.commons.httpclient.protocol with parameters of type ProtocolSocketFactory | |
|---|---|
| Protocol(String scheme,
         ProtocolSocketFactory factory,
         int defaultPort)Constructs a new Protocol. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||