|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Protocol | |
org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. |
org.apache.commons.httpclient.protocol | Provides protocol specific socket factory handling. |
Uses of Protocol in org.apache.commons.httpclient |
Methods in org.apache.commons.httpclient that return Protocol | |
Protocol |
HttpConnection.getProtocol()
Get the protocol. |
Protocol |
HostConfiguration.getProtocol()
Returns the protocol. |
Methods in org.apache.commons.httpclient with parameters of type Protocol | |
void |
HttpConnection.setProtocol(Protocol protocol)
Sets the protocol used by this connection. |
void |
HostConfiguration.setHost(java.lang.String host,
int port,
Protocol protocol)
Sets this configuration's host infomation. |
Constructors in org.apache.commons.httpclient with parameters of type Protocol | |
HttpConnection(java.lang.String host,
int port,
Protocol protocol)
Constructor. |
|
HttpConnection(java.lang.String proxyHost,
int proxyPort,
java.lang.String host,
int port,
Protocol protocol)
|
Uses of Protocol in org.apache.commons.httpclient.protocol |
Methods in org.apache.commons.httpclient.protocol that return Protocol | |
static Protocol |
Protocol.getProtocol(java.lang.String id)
Gets the protocol with the given ID. |
Methods in org.apache.commons.httpclient.protocol with parameters of type Protocol | |
static void |
Protocol.registerProtocol(java.lang.String id,
Protocol protocol)
Registers a new protocol with the given identifier. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |