|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ProtocolSocketFactory | |
|---|---|
| edu.internet2.middleware.grouperClient.ssl | |
| edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.protocol | Provides protocol specific socket factory handling. |
| Uses of ProtocolSocketFactory in edu.internet2.middleware.grouperClient.ssl |
|---|
| Classes in edu.internet2.middleware.grouperClient.ssl that implement ProtocolSocketFactory | |
|---|---|
class |
EasySslSocketFactory
Apache code for SSL that doesnt fail with self-signed certs |
| Uses of ProtocolSocketFactory in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.protocol |
|---|
| Subinterfaces of ProtocolSocketFactory in edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.protocol | |
|---|---|
interface |
SecureProtocolSocketFactory
A ProtocolSocketFactory that is secure. |
| Classes in edu.internet2.middleware.grouperClientExt.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 edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.protocol that return ProtocolSocketFactory | |
|---|---|
ProtocolSocketFactory |
Protocol.getSocketFactory()
Returns the socketFactory. |
| Methods in edu.internet2.middleware.grouperClientExt.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 edu.internet2.middleware.grouperClientExt.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 | |||||||||