Package | Description |
---|---|
HTTPClient |
The Grinder HTTP Plugin incorporates Ronald Tschal�r's HTTPClient
library.
|
Modifier and Type | Field and Description |
---|---|
protected URI |
Cookie2.comment_url |
Modifier and Type | Method and Description |
---|---|
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.getOriginalURI()
Get the original URI used in the request.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
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.
|
Copyright © 2000-2014. All Rights Reserved.