Uses of Class
org.apache.commons.httpclient.protocol.Protocol

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 HostConfiguration.getProtocol()
          Returns the protocol.
 Protocol HttpConnection.getProtocol()
          Get the protocol.
 

Methods in org.apache.commons.httpclient with parameters of type Protocol
 void HostConfiguration.setHost(String host, String virtualHost, int port, Protocol protocol)
          Set the given host, virtual host, port and protocol.
 void HostConfiguration.setHost(String host, int port, Protocol protocol)
          Set the given host, port and protocol.
 void HttpConnection.setProtocol(Protocol protocol)
          Sets the protocol used by this connection.
 

Constructors in org.apache.commons.httpclient with parameters of type Protocol
HttpConnection.HttpConnection(String host, int port, Protocol protocol)
          Constructor.
HttpConnection.HttpConnection(String host, String virtualHost, int port, Protocol protocol)
          Constructor.
HttpConnection.HttpConnection(String proxyHost, int proxyPort, String host, String virtualHost, int port, Protocol protocol)
          Create an instance
 

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.
 



Copyright © 2001-2003 Apache Software Foundation. All Rights Reserved.