Package | Description |
---|---|
edu.internet2.middleware.grouperClient.ssl | |
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.protocol |
Provides protocol specific socket factory handling.
|
Modifier and Type | Class and Description |
---|---|
class |
EasySslSocketFactory
Apache code for SSL that doesnt fail with self-signed certs
|
Modifier and Type | Interface and Description |
---|---|
interface |
SecureProtocolSocketFactory
A ProtocolSocketFactory that is secure.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultProtocolSocketFactory
The default class for creating protocol sockets.
|
class |
SSLProtocolSocketFactory
A SecureProtocolSocketFactory that uses JSSE to create sockets.
|
Modifier and Type | Method and Description |
---|---|
ProtocolSocketFactory |
Protocol.getSocketFactory()
Returns the socketFactory.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
Protocol(String scheme,
ProtocolSocketFactory factory,
int defaultPort)
Constructs a new Protocol.
|
Copyright © 2020 Internet2. All rights reserved.