Package | Description |
---|---|
edu.internet2.middleware.grouperClient.ssl | |
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
edu.internet2.middleware.grouperClientExt.org.apache.commons.httpclient.protocol |
Provides protocol specific socket factory handling.
|
Modifier and Type | Method and Description |
---|---|
Socket |
EasySslSocketFactory.createSocket(String host,
int port,
InetAddress clientHost,
int clientPort,
HttpConnectionParams arg4) |
Modifier and Type | Class and Description |
---|---|
class |
ConnectionPoolTimeoutException
A timeout while connecting waiting for an available connection
from an HttpConnectionManager.
|
Modifier and Type | Method and Description |
---|---|
static Socket |
ControllerThreadSocketFactory.createSocket(ControllerThreadSocketFactory.SocketTask task,
int timeout) |
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.
|
Socket |
DefaultProtocolSocketFactory.createSocket(String host,
int port,
InetAddress localAddress,
int localPort,
HttpConnectionParams params)
Attempts to get a new socket connection to the given host within the given time limit.
|
Socket |
ProtocolSocketFactory.createSocket(String host,
int port,
InetAddress localAddress,
int localPort,
HttpConnectionParams params)
Gets a new socket connection to the given host.
|
Socket |
SSLProtocolSocketFactory.createSocket(String host,
int port,
InetAddress localAddress,
int localPort,
HttpConnectionParams params)
Attempts to get a new socket connection to the given host within the given time limit.
|
static Socket |
ReflectionSocketFactory.createSocket(String socketfactoryName,
String host,
int port,
InetAddress localAddress,
int localPort,
int timeout)
This method attempts to execute Socket method available since Java 1.4
using reflection.
|
Copyright © 2020 Internet2. All rights reserved.