| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpClientParams | |
|---|---|
| org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. | 
| Uses of HttpClientParams in org.apache.commons.httpclient | 
|---|
| Methods in org.apache.commons.httpclient that return HttpClientParams | |
|---|---|
|  HttpClientParams | ProxyClient.getParams()Returns HTTP protocol parametersassociated with this ProxyClient. | 
|  HttpClientParams | HttpClient.getParams()Returns HTTP protocol parametersassociated with this HttpClient. | 
| Methods in org.apache.commons.httpclient with parameters of type HttpClientParams | |
|---|---|
|  void | ProxyClient.setParams(HttpClientParams params)Assigns HTTP protocol parametersfor this ProxyClient. | 
|  void | HttpClient.setParams(HttpClientParams params)Assigns HTTP protocol parametersfor this HttpClient. | 
| Constructors in org.apache.commons.httpclient with parameters of type HttpClientParams | |
|---|---|
| HttpClient(HttpClientParams params)Creates an instance of HttpClient using the given parameter set. | |
| HttpClient(HttpClientParams params,
           HttpConnectionManager httpConnectionManager)Creates an instance of HttpClient with a user specified parameter setandHTTP connection manager. | |
| ProxyClient(HttpClientParams params)Creates an instance of ProxyClient using the given parameter set. | |
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||