| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use URI | |
|---|---|
| org.apache.commons.httpclient | Classes and interfaces supporting the client side of the HTTP protocol. | 
| org.apache.commons.httpclient.util | Provides some utility classes for use by HttpClient. | 
| Uses of URI in org.apache.commons.httpclient | 
|---|
| Subclasses of URI in org.apache.commons.httpclient | |
|---|---|
|  class | HttpsURLThe HTTPS URL. | 
|  class | HttpURLThe HTTP URL. | 
| Methods in org.apache.commons.httpclient that return URI | |
|---|---|
|  URI | HttpMethodBase.getURI()Returns the URI of the HTTP method | 
|  URI | ConnectMethod.getURI() | 
|  URI | HttpMethod.getURI()Returns the URI for this method. | 
| Methods in org.apache.commons.httpclient with parameters of type URI | |
|---|---|
|  void | HostConfiguration.setHost(URI uri)Sets the protocol, host and port from the given URI. | 
|  void | HttpMethodBase.setURI(URI uri)Sets the URI for this method. | 
|  void | HttpMethod.setURI(URI uri)Sets the URI for this method. | 
| Constructors in org.apache.commons.httpclient with parameters of type URI | |
|---|---|
| HttpHost(URI uri)URI constructor for HttpHost. | |
| URI(URI base,
    String relative)Deprecated. Use #URI(URI, String, boolean) | |
| URI(URI base,
    String relative,
    boolean escaped)Construct a general URI with the given relative URI string. | |
| URI(URI base,
    URI relative)Construct a general URI with the given relative URI. | |
| Uses of URI in org.apache.commons.httpclient.util | 
|---|
| Subclasses of URI in org.apache.commons.httpclient.util | |
|---|---|
| protected static class | URIUtil.CoderDeprecated. use org.apache.commons.codec.net.URLCodec | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||