|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HTTPConnection | |
| HTTPClient | This package provides a complete http client library. |
| wttools.protocols.extend.http | |
| Uses of HTTPConnection in HTTPClient |
| Fields in HTTPClient declared as HTTPConnection | |
protected HTTPConnection |
HttpURLConnection.con
the current connection |
| Methods in HTTPClient that return HTTPConnection | |
protected HTTPConnection |
HttpURLConnection.getConnection(java.net.URL url)
Returns an HTTPConnection. |
HTTPConnection |
Request.getConnection()
|
HTTPConnection |
RoRequest.getConnection()
|
| Methods in HTTPClient with parameters of type HTTPConnection | |
void |
Request.setConnection(HTTPConnection con)
|
| Constructors in HTTPClient with parameters of type HTTPConnection | |
Request(HTTPConnection con,
java.lang.String method,
java.lang.String req_uri,
NVPair[] headers,
byte[] data,
HttpOutputStream stream,
boolean allow_ui)
Creates a new request structure. |
|
| Uses of HTTPConnection in wttools.protocols.extend.http |
| Fields in wttools.protocols.extend.http declared as HTTPConnection | |
protected HTTPConnection |
ProtocolImpl.con
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||