|
||||||||||
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 |
HttpMethodBase.getHostConfiguration()
Returns the host configuration . |
HostConfiguration |
HttpClient.getHostConfiguration()
Returns the host configuration associated with the
HttpClient. |
Methods in org.apache.commons.httpclient with parameters of type HostConfiguration | |
HttpConnection |
SimpleHttpConnectionManager.getConnection(HostConfiguration hostConfiguration)
|
HttpConnection |
SimpleHttpConnectionManager.getConnection(HostConfiguration hostConfiguration,
long timeout)
|
void |
HttpMethodBase.setHostConfiguration(HostConfiguration hostConfiguration)
Sets the host configuration . |
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. |
int |
HttpClient.executeMethod(HostConfiguration hostConfiguration,
HttpMethod method)
Executes the given HTTP method using custom
host configuration . |
int |
HttpClient.executeMethod(HostConfiguration hostConfiguration,
HttpMethod method,
HttpState state)
Executes the given HTTP method using the given custom
host configuration with the given custom
HTTP state . |
void |
HttpClient.setHostConfiguration(HostConfiguration hostConfiguration)
Assigns the host configuration to use with the
HttpClient. |
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 | |
HttpConnection(HostConfiguration hostConfiguration)
Creates a new HTTP connection for the given host configuration. |
|
HostConfiguration(HostConfiguration hostConfiguration)
Copy constructor for HostConfiguration |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |