|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HTTPConnection | |
---|---|
HTTPClient | This package provides a complete http client library. |
Uses of HTTPConnection in HTTPClient |
---|
Fields in HTTPClient declared as HTTPConnection | |
---|---|
protected HTTPConnection |
HttpURLConnection.con
the current connection |
protected HTTPConnection |
HttpURLConnection.con
the current connection |
Methods in HTTPClient that return HTTPConnection | |
---|---|
HTTPConnection |
Request.getConnection()
|
HTTPConnection |
RoRequest.getConnection()
|
HTTPConnection |
Request.getConnection()
|
HTTPConnection |
RoRequest.getConnection()
|
protected HTTPConnection |
HttpURLConnection.getConnection(URL url)
Returns an HTTPConnection. |
protected HTTPConnection |
HttpURLConnection.getConnection(URL url)
Returns an HTTPConnection. |
Methods in HTTPClient with parameters of type HTTPConnection | |
---|---|
void |
Request.setConnection(HTTPConnection con)
|
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. |
|
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 |