|
eXo WS :: Commons Utils 2.3.9-GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use URI | |
|---|---|
| org.exoplatform.common.http.client | |
| Uses of URI in org.exoplatform.common.http.client |
|---|
| Fields in org.exoplatform.common.http.client declared as URI | |
|---|---|
protected URI |
Cookie2.comment_url
|
| Methods in org.exoplatform.common.http.client that return URI | |
|---|---|
URI |
Cookie2.getCommentURL()
|
URI |
Response.getEffectiveURI()
get the final URI of the document. |
URI |
HTTPResponse.getEffectiveURI()
Get the final URI of the document. |
URI |
HTTPResponse.getOriginalURI()
Get the original URI used in the request. |
| Methods in org.exoplatform.common.http.client with parameters of type URI | |
|---|---|
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. |
| Constructors in org.exoplatform.common.http.client 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. |
|
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. |
|
|
eXo WS :: Commons Utils 2.3.9-GA | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||