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.params |
HttpClient preferences framework.
|
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 | Method and Description |
---|---|
HttpConnectionParams |
HttpConnection.getParams()
Returns
HTTP protocol parameters associated with this method. |
Modifier and Type | Method and Description |
---|---|
void |
HttpConnection.setParams(HttpConnectionParams params)
Assigns
HTTP protocol parameters for this method. |
Modifier and Type | Class and Description |
---|---|
class |
HttpConnectionManagerParams
This class represents a collection of HTTP protocol parameters applicable to
HTTP connection managers . |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2021 Internet2. All rights reserved.