Package | Description |
---|---|
org.apache.commons.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
org.apache.commons.httpclient.params |
HttpClient preferences framework.
|
org.apache.commons.httpclient.protocol |
Provides protocol specific socket factory handling.
|
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 |
---|---|
java.net.Socket |
ProtocolSocketFactory.createSocket(java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
HttpConnectionParams params)
Gets a new socket connection to the given host.
|
java.net.Socket |
DefaultProtocolSocketFactory.createSocket(java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
HttpConnectionParams params)
Attempts to get a new socket connection to the given host within the given time limit.
|
java.net.Socket |
SSLProtocolSocketFactory.createSocket(java.lang.String host,
int port,
java.net.InetAddress localAddress,
int localPort,
HttpConnectionParams params)
Attempts to get a new socket connection to the given host within the given time limit.
|
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.