|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HostConfiguration | |
org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. |
Uses of HostConfiguration in org.apache.commons.httpclient |
Methods in org.apache.commons.httpclient that return HostConfiguration | |
HostConfiguration |
HttpMethod.getHostConfiguration()
Gets the host configuration for this method. |
HostConfiguration |
HttpClient.getHostConfiguration()
Returns the hostConfiguration. |
HostConfiguration |
HttpMethodBase.getHostConfiguration()
Returns the hostConfiguration. |
Methods in org.apache.commons.httpclient with parameters of type HostConfiguration | |
int |
HttpClient.executeMethod(HostConfiguration hostConfiguration,
HttpMethod method)
Executes the given method. |
int |
HttpClient.executeMethod(HostConfiguration hostConfiguration,
HttpMethod method,
HttpState state)
Executes the given method. |
void |
HttpClient.setHostConfiguration(HostConfiguration hostConfiguration)
Sets the hostConfiguration. |
HttpConnection |
SimpleHttpConnectionManager.getConnection(HostConfiguration hostConfiguration)
|
HttpConnection |
SimpleHttpConnectionManager.getConnection(HostConfiguration hostConfiguration,
long timeout)
|
void |
HttpMethodBase.setHostConfiguration(HostConfiguration hostConfiguration)
Sets the hostConfiguration. |
HttpConnection |
HttpConnectionManager.getConnection(HostConfiguration hostConfiguration)
Gets an HttpConnection for a given host configuration. |
HttpConnection |
HttpConnectionManager.getConnection(HostConfiguration hostConfiguration,
long timeout)
Gets an HttpConnection for a given host configuration. |
HttpConnection |
MultiThreadedHttpConnectionManager.getConnection(HostConfiguration hostConfiguration)
|
HttpConnection |
MultiThreadedHttpConnectionManager.getConnection(HostConfiguration hostConfiguration,
long timeout)
|
int |
MultiThreadedHttpConnectionManager.getConnectionsInUse(HostConfiguration hostConfiguration)
Gets the number of connections in use for this configuration. |
Constructors in org.apache.commons.httpclient with parameters of type HostConfiguration | |
HostConfiguration.HostConfiguration(HostConfiguration hostConfiguration)
Copy constructor for HostConfiguration |
|
HttpConnection.HttpConnection(HostConfiguration hostConfiguration)
Creates a new HttpConnection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |