Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HttpsURL
The HTTPS URL.
|
class |
HttpURL
The HTTP URL.
|
Modifier and Type | Method and Description |
---|---|
URI |
HttpMethod.getURI()
Returns the URI for this method.
|
URI |
HttpMethodBase.getURI()
Returns the URI of the HTTP method
|
URI |
ConnectMethod.getURI() |
Modifier and Type | Method and Description |
---|---|
void |
HostConfiguration.setHost(URI uri)
Sets the protocol, host and port from the given URI.
|
void |
HttpMethod.setURI(URI uri)
Sets the URI for this method.
|
void |
HttpMethodBase.setURI(URI uri)
Sets the URI for this method.
|
Constructor and Description |
---|
HttpHost(URI uri)
URI constructor for HttpHost.
|
URI(URI base,
java.lang.String relative)
Deprecated.
Use #URI(URI, String, boolean)
|
URI(URI base,
java.lang.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.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
URIUtil.Coder
Deprecated.
use org.apache.commons.codec.net.URLCodec
|
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.