| Package | Description |
|---|---|
| HTTPClient |
The Grinder HTTP Plugin incorporates Ronald Tschal�r's HTTPClient
library.
|
| Modifier and Type | Field and Description |
|---|---|
protected HTTPConnection |
HttpURLConnection.con
the current connection
|
| Modifier and Type | Method and Description |
|---|---|
HTTPConnection |
Request.getConnection() |
HTTPConnection |
RoRequest.getConnection() |
protected HTTPConnection |
HttpURLConnection.getConnection(URL url)
Returns an HTTPConnection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.setConnection(HTTPConnection con) |
| Constructor and Description |
|---|
Request(HTTPConnection con,
String method,
String req_uri,
NVPair[] headers,
byte[] data,
HttpOutputStream stream,
boolean allow_ui)
Creates a new request structure.
|
Copyright © 2000-2014. All Rights Reserved.