| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HttpConnectionParams | |
|---|---|
| org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. | 
| org.apache.commons.httpclient.params | HttpClient preferences framework. | 
| org.apache.commons.httpclient.protocol | Provides protocol specific socket factory handling. | 
| Uses of HttpConnectionParams in org.apache.commons.httpclient | 
|---|
| Methods in org.apache.commons.httpclient that return HttpConnectionParams | |
|---|---|
|  HttpConnectionParams | HttpConnection.getParams()Returns HTTP protocol parametersassociated with this method. | 
| Methods in org.apache.commons.httpclient with parameters of type HttpConnectionParams | |
|---|---|
|  void | HttpConnection.setParams(HttpConnectionParams params)Assigns HTTP protocol parametersfor this method. | 
| Uses of HttpConnectionParams in org.apache.commons.httpclient.params | 
|---|
| Subclasses of HttpConnectionParams in org.apache.commons.httpclient.params | |
|---|---|
|  class | HttpConnectionManagerParamsThis class represents a collection of HTTP protocol parameters applicable to HTTP connection managers. | 
| Uses of HttpConnectionParams in org.apache.commons.httpclient.protocol | 
|---|
| Methods in org.apache.commons.httpclient.protocol with parameters of type HttpConnectionParams | |
|---|---|
|  Socket | SSLProtocolSocketFactory.createSocket(String host,
             int port,
             InetAddress localAddress,
             int localPort,
             HttpConnectionParams params)Attempts to get a new socket connection to the given host within the given time limit. | 
|  Socket | DefaultProtocolSocketFactory.createSocket(String host,
             int port,
             InetAddress localAddress,
             int localPort,
             HttpConnectionParams params)Attempts to get a new socket connection to the given host within the given time limit. | 
|  Socket | ProtocolSocketFactory.createSocket(String host,
             int port,
             InetAddress localAddress,
             int localPort,
             HttpConnectionParams params)Gets a new socket connection to the given host. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||