| 
 | ||||||||||
| 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 | HttpHost.getProtocol()Returns the protocol. | 
|  Protocol | HttpConnection.getProtocol()Returns the protocol used to establish the connection. | 
|  Protocol | HostConfiguration.getProtocol()Returns the protocol. | 
| Methods in org.apache.commons.httpclient with parameters of type Protocol | |
|---|---|
|  void | HostConfiguration.setHost(String host,
        int port,
        Protocol protocol)Sets the given host, port and protocol. | 
|  void | HostConfiguration.setHost(String host,
        String virtualHost,
        int port,
        Protocol protocol)Deprecated. #setHost(String, int, Protocol) | 
|  void | HttpConnection.setProtocol(Protocol protocol)Sets the protocol used to establish the connection | 
| Constructors in org.apache.commons.httpclient with parameters of type Protocol | |
|---|---|
| HttpConnection(String host,
               int port,
               Protocol protocol)Creates a new HTTP connection for the given host and port using the given protocol. | |
| HttpConnection(String proxyHost,
               int proxyPort,
               String host,
               int port,
               Protocol protocol)Creates a new HTTP connection for the given host with the virtual alias and port via the given proxy host and port using the given protocol. | |
| HttpConnection(String proxyHost,
               int proxyPort,
               String host,
               String virtualHost,
               int port,
               Protocol protocol)Deprecated. use #HttpConnection(String, int, String, int, Protocol) | |
| HttpConnection(String host,
               String virtualHost,
               int port,
               Protocol protocol)Creates a new HTTP connection for the given host with the virtual alias and port using given protocol. | |
| HttpHost(String hostname,
         int port,
         Protocol protocol)Constructor for HttpHost. | |
| Uses of Protocol in org.apache.commons.httpclient.protocol | 
|---|
| Methods in org.apache.commons.httpclient.protocol that return Protocol | |
|---|---|
| static Protocol | Protocol.getProtocol(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(String id,
                 Protocol protocol)Registers a new protocol with the given identifier. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||