Package | Description |
---|---|
com.streamscape.lib.http |
Modifier and Type | Method and Description |
---|---|
URI |
Cookie2.getCommentURL() |
URI |
Response.getEffectiveURI()
get the final URI of the document.
|
URI |
HTTPClientResponse.getEffectiveURI()
Get the final URI of the document.
|
URI |
HTTPClientResponse.getOriginalURI()
Get the original URI used in the request.
|
Modifier and Type | Method and Description |
---|---|
boolean |
HTTPClient.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.
|
Constructor and Description |
---|
Cookie2(java.lang.String name,
java.lang.String value,
java.lang.String domain,
int[] port_list,
java.lang.String path,
java.util.Date expires,
boolean discard,
boolean secure,
java.lang.String comment,
URI comment_url)
Create a cookie.
|
HTTPClient(URI uri)
Constructs a connection to the host (port) as given in the uri.
|
URI(URI base,
java.lang.String rel_uri)
Constructs a URI from the given string representation, relative to
the given base URI.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.