|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Uses of URI in org.apache.commons.httpclient |
| Subclasses of URI in org.apache.commons.httpclient | |
class |
HttpsURL
The HTTPS URL. |
class |
HttpURL
The HTTP URL. |
| Methods in org.apache.commons.httpclient that return URI | |
URI |
HttpMethod.getURI()
Returns the URI for this method. |
URI |
HttpMethodBase.getURI()
Returns the URI of the HTTP 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 |
HttpClient.startSession(URI uri)
Deprecated. use HostConfiguration |
| Constructors in org.apache.commons.httpclient with parameters of type URI | |
URI.URI(URI base,
java.lang.String relative)
Construct a general URI with the given relative URI string. |
|
URI.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.Coder
The basic and internal utility for URI escape and character encoding and decoding. |
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||