Package | Description |
---|---|
org.apache.commons.httpclient |
Classes and interfaces supporting the client side of the HTTP protocol.
|
Modifier and Type | Method and Description |
---|---|
HttpConnectionManagerParams |
HttpConnectionManager.getParams()
Returns
parameters associated
with this connection manager. |
HttpConnectionManagerParams |
SimpleHttpConnectionManager.getParams()
Returns
parameters associated
with this connection manager. |
HttpConnectionManagerParams |
MultiThreadedHttpConnectionManager.getParams()
Returns
parameters associated
with this connection manager. |
Modifier and Type | Method and Description |
---|---|
void |
HttpConnectionManager.setParams(HttpConnectionManagerParams params)
Assigns
parameters for this
connection manager. |
void |
SimpleHttpConnectionManager.setParams(HttpConnectionManagerParams params)
Assigns
parameters for this
connection manager. |
void |
MultiThreadedHttpConnectionManager.setParams(HttpConnectionManagerParams params)
Assigns
parameters for this
connection manager. |
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.