|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HttpOutputStream | |
---|---|
HTTPClient | This package provides a complete http client library. |
Uses of HttpOutputStream in HTTPClient |
---|
Methods in HTTPClient that return HttpOutputStream | |
---|---|
HttpOutputStream |
Request.getStream()
|
HttpOutputStream |
RoRequest.getStream()
|
HttpOutputStream |
Request.getStream()
|
HttpOutputStream |
RoRequest.getStream()
|
Methods in HTTPClient with parameters of type HttpOutputStream | |
---|---|
HTTPResponse |
HTTPConnection.ExtensionMethod(String method,
String file,
HttpOutputStream os,
NVPair[] headers)
This is here to allow an arbitrary, non-standard request to be sent. |
HTTPResponse |
HTTPConnection.ExtensionMethod(String method,
String file,
HttpOutputStream os,
NVPair[] headers)
This is here to allow an arbitrary, non-standard request to be sent. |
HTTPResponse |
HTTPConnection.Options(String file,
NVPair[] headers,
HttpOutputStream stream)
Request OPTIONS from the server. |
HTTPResponse |
HTTPConnection.Options(String file,
NVPair[] headers,
HttpOutputStream stream)
Request OPTIONS from the server. |
HTTPResponse |
HTTPConnection.Post(String file,
HttpOutputStream stream)
POSTs the data written to the output stream to the specified file. |
HTTPResponse |
HTTPConnection.Post(String file,
HttpOutputStream stream)
POSTs the data written to the output stream to the specified file. |
HTTPResponse |
HTTPConnection.Post(String file,
HttpOutputStream stream,
NVPair[] headers)
POSTs the data written to the output stream to the specified file using the specified headers. |
HTTPResponse |
HTTPConnection.Post(String file,
HttpOutputStream stream,
NVPair[] headers)
POSTs the data written to the output stream to the specified file using the specified headers. |
HTTPResponse |
HTTPConnection.Put(String file,
HttpOutputStream stream)
PUTs the data written to the output stream into the specified file. |
HTTPResponse |
HTTPConnection.Put(String file,
HttpOutputStream stream)
PUTs the data written to the output stream into the specified file. |
HTTPResponse |
HTTPConnection.Put(String file,
HttpOutputStream stream,
NVPair[] headers)
PUTs the data written to the output stream into the specified file using the additional headers. |
HTTPResponse |
HTTPConnection.Put(String file,
HttpOutputStream stream,
NVPair[] headers)
PUTs the data written to the output stream into the specified file using the additional headers. |
void |
Request.setStream(HttpOutputStream stream)
|
void |
Request.setStream(HttpOutputStream stream)
|
protected HTTPResponse |
HTTPConnection.setupRequest(String method,
String resource,
NVPair[] headers,
byte[] entity,
HttpOutputStream stream)
Sets up the request, creating the list of headers to send and creating instances of the modules. |
protected HTTPResponse |
HTTPConnection.setupRequest(String method,
String resource,
NVPair[] headers,
byte[] entity,
HttpOutputStream stream)
Sets up the request, creating the list of headers to send and creating instances of the modules. |
Constructors in HTTPClient with parameters of type HttpOutputStream | |
---|---|
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 |