Package | Description |
---|---|
com.streamscape.lib.http |
Modifier and Type | Method and Description |
---|---|
HttpOutputStream |
Request.getStream() |
HttpOutputStream |
RoRequest.getStream() |
Modifier and Type | Method and Description |
---|---|
HTTPClientResponse |
HTTPClient.ExtensionMethod(java.lang.String method,
java.lang.String file,
HttpOutputStream os,
NVPair[] headers)
This is here to allow an arbitrary, non-standard request to be sent.
|
HTTPClientResponse |
HTTPClient.Options(java.lang.String file,
NVPair[] headers,
HttpOutputStream stream)
Request OPTIONS from the server.
|
HTTPClientResponse |
HTTPClient.Patch(java.lang.String file,
HttpOutputStream stream)
PATCHs the data written to the output stream into the specified file.
|
HTTPClientResponse |
HTTPClient.Patch(java.lang.String file,
HttpOutputStream stream,
NVPair[] headers)
PATCHs the data written to the output stream into the specified file
using the additional headers.
|
HTTPClientResponse |
HTTPClient.Post(java.lang.String file,
HttpOutputStream stream)
POSTs the data written to the output stream to the specified file.
|
HTTPClientResponse |
HTTPClient.Post(java.lang.String file,
HttpOutputStream stream,
NVPair[] headers)
POSTs the data written to the output stream to the specified file
using the specified headers.
|
HTTPClientResponse |
HTTPClient.Put(java.lang.String file,
HttpOutputStream stream)
PUTs the data written to the output stream into the specified file.
|
HTTPClientResponse |
HTTPClient.Put(java.lang.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) |
Constructor and Description |
---|
Request(HTTPClient con,
java.lang.String method,
java.lang.String req_uri,
NVPair[] headers,
byte[] data,
HttpOutputStream stream,
boolean allow_ui)
Creates a new request structure.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.