|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTTPConnection | |
|---|---|
| HTTPClient | The Grinder HTTP Plugin incorporates Ronald Tschal�r's HTTPClient library. |
| Uses of HTTPConnection in HTTPClient |
|---|
| Fields in HTTPClient declared as HTTPConnection | |
|---|---|
protected HTTPConnection |
HttpURLConnection.con
the current connection |
| Methods in HTTPClient that return HTTPConnection | |
|---|---|
HTTPConnection |
Request.getConnection()
|
HTTPConnection |
RoRequest.getConnection()
|
protected HTTPConnection |
HttpURLConnection.getConnection(URL url)
Returns an HTTPConnection. |
| Methods in HTTPClient with parameters of type HTTPConnection | |
|---|---|
void |
Request.setConnection(HTTPConnection con)
|
| Constructors in HTTPClient with parameters of type HTTPConnection | |
|---|---|
Request(HTTPConnection con,
String method,
String req_uri,
NVPair[] headers,
byte[] data,
HttpOutputStream stream,
boolean allow_ui)
Creates a new request structure. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||