|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URI | |
---|---|
HTTPClient | This package provides a complete http client library. |
Uses of URI in HTTPClient |
---|
Fields in HTTPClient declared as URI | |
---|---|
protected URI |
Cookie2.comment_url
|
protected URI |
Cookie2.comment_url
|
Methods in HTTPClient that return URI | |
---|---|
URI |
Cookie2.getCommentURL()
|
URI |
Cookie2.getCommentURL()
|
URI |
HTTPResponse.getEffectiveURI()
Get the final URI of the document. |
URI |
Response.getEffectiveURI()
get the final URI of the document. |
URI |
HTTPResponse.getEffectiveURI()
Get the final URI of the document. |
URI |
Response.getEffectiveURI()
get the final URI of the document. |
URI |
HTTPResponse.getOriginalURI()
Get the original URI used in the request. |
URI |
HTTPResponse.getOriginalURI()
Get the original URI used in the request. |
Methods in HTTPClient with parameters of type URI | |
---|---|
boolean |
HTTPConnection.isCompatibleWith(URI uri)
See if the given uri is compatible with this connection. |
boolean |
HTTPConnection.isCompatibleWith(URI uri)
See if the given uri is compatible with this connection. |
void |
Response.setEffectiveURI(URI final_uri)
set the final URI of the document. |
void |
Response.setEffectiveURI(URI final_uri)
set the final URI of the document. |
Constructors in HTTPClient with parameters of type URI | |
---|---|
Cookie2(String name,
String value,
String domain,
int[] port_list,
String path,
Date expires,
boolean discard,
boolean secure,
String comment,
URI comment_url)
Create a cookie. |
|
Cookie2(String name,
String value,
String domain,
int[] port_list,
String path,
Date expires,
boolean discard,
boolean secure,
String comment,
URI comment_url)
Create a cookie. |
|
HTTPConnection(URI uri)
Constructs a connection to the host (port) as given in the uri. |
|
HTTPConnection(URI uri)
Constructs a connection to the host (port) as given in the uri. |
|
URI(URI base,
String rel_uri)
Constructs a URI from the given string representation, relative to the given base URI. |
|
URI(URI base,
String rel_uri)
Constructs a URI from the given string representation, relative to the given base URI. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |