|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpConnectionManagerParams | |
---|---|
org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. |
Uses of HttpConnectionManagerParams in org.apache.commons.httpclient |
---|
Methods in org.apache.commons.httpclient that return HttpConnectionManagerParams | |
---|---|
HttpConnectionManagerParams |
MultiThreadedHttpConnectionManager.getParams()
Returns parameters associated
with this connection manager. |
HttpConnectionManagerParams |
SimpleHttpConnectionManager.getParams()
Returns parameters associated
with this connection manager. |
HttpConnectionManagerParams |
HttpConnectionManager.getParams()
Returns parameters associated
with this connection manager. |
Methods in org.apache.commons.httpclient with parameters of type HttpConnectionManagerParams | |
---|---|
void |
MultiThreadedHttpConnectionManager.setParams(HttpConnectionManagerParams params)
Assigns parameters for this
connection manager. |
void |
SimpleHttpConnectionManager.setParams(HttpConnectionManagerParams params)
Assigns parameters for this
connection manager. |
void |
HttpConnectionManager.setParams(HttpConnectionManagerParams params)
Assigns parameters for this
connection manager. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |