Uses of Class
org.apache.commons.httpclient.HttpURL

Packages that use HttpURL
org.apache.commons.httpclient Classes and interfaces supporting the client side of the HTTP protocol. 
 

Uses of HttpURL in org.apache.commons.httpclient
 

Subclasses of HttpURL in org.apache.commons.httpclient
 class HttpsURL
          The HTTPS URL.
 

Constructors in org.apache.commons.httpclient with parameters of type HttpURL
HttpURL(HttpURL base, HttpURL relative)
          Construct a HTTP URL with a given relative URL.
HttpURL(HttpURL base, String relative)
          Construct a HTTP URL with a given relative URL string.
 



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