|
||||||||||
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 |
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(String scheme,
ProtocolSocketFactory factory,
int defaultPort)
Constructs a new Protocol. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |