Package | Description |
---|---|
com.streamscape.lib.http |
Modifier and Type | Method and Description |
---|---|
HTTPClientResponse |
HTTPClient.Delete(java.lang.String file)
Requests that file be DELETEd from the server.
|
HTTPClientResponse |
HTTPClient.Delete(java.lang.String file,
NVPair[] headers)
Requests that file be DELETEd from the server.
|
HTTPClientResponse |
HTTPClient.ExtensionMethod(java.lang.String method,
java.lang.String file,
byte[] data,
NVPair[] headers)
This is here to allow an arbitrary, non-standard request to be sent.
|
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.Get(java.lang.String file)
GETs the file.
|
HTTPClientResponse |
HTTPClient.Get(java.lang.String file,
NVPair[] form_data)
GETs the file with a query consisting of the specified form-data.
|
HTTPClientResponse |
HTTPClient.Get(java.lang.String file,
NVPair[] form_data,
NVPair[] headers)
GETs the file with a query consisting of the specified form-data.
|
HTTPClientResponse |
HTTPClient.Get(java.lang.String file,
java.lang.String query)
GETs the file using the specified query string.
|
HTTPClientResponse |
HTTPClient.Get(java.lang.String file,
java.lang.String query,
NVPair[] headers)
GETs the file using the specified query string.
|
HTTPClientResponse |
HTTPClient.Head(java.lang.String file)
Sends the HEAD request.
|
HTTPClientResponse |
HTTPClient.Head(java.lang.String file,
NVPair[] form_data)
Sends the HEAD request.
|
HTTPClientResponse |
HTTPClient.Head(java.lang.String file,
NVPair[] form_data,
NVPair[] headers)
Sends the HEAD request.
|
HTTPClientResponse |
HTTPClient.Head(java.lang.String file,
java.lang.String query)
Sends the HEAD request.
|
HTTPClientResponse |
HTTPClient.Head(java.lang.String file,
java.lang.String query,
NVPair[] headers)
Sends the HEAD request.
|
HTTPClientResponse |
HTTPClient.Options(java.lang.String file)
Request OPTIONS from the server.
|
HTTPClientResponse |
HTTPClient.Options(java.lang.String file,
NVPair[] headers)
Request OPTIONS from the server.
|
HTTPClientResponse |
HTTPClient.Options(java.lang.String file,
NVPair[] headers,
byte[] data)
Request OPTIONS from the server.
|
HTTPClientResponse |
HTTPClient.Options(java.lang.String file,
NVPair[] headers,
HttpOutputStream stream)
Request OPTIONS from the server.
|
HTTPClientResponse |
HTTPClient.Patch(java.lang.String file,
byte[] data)
PATCHs the raw data into the specified file.
|
HTTPClientResponse |
HTTPClient.Patch(java.lang.String file,
byte[] data,
NVPair[] headers)
PATCHs the raw data into the specified file using the additional
headers.
|
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.Patch(java.lang.String file,
java.lang.String data)
PATCHs the data into the specified file.
|
HTTPClientResponse |
HTTPClient.Patch(java.lang.String file,
java.lang.String data,
NVPair[] headers)
PATCHs the data into the specified file using the additional headers
for the request.
|
HTTPClientResponse |
HTTPClient.Post(java.lang.String file)
POSTs to the specified file.
|
HTTPClientResponse |
HTTPClient.Post(java.lang.String file,
byte[] data)
POSTs the raw data to the specified file.
|
HTTPClientResponse |
HTTPClient.Post(java.lang.String file,
byte[] data,
NVPair[] headers)
POSTs the raw data to the specified file using the specified 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.Post(java.lang.String file,
NVPair[] form_data)
POSTs form-data to the specified file.
|
HTTPClientResponse |
HTTPClient.Post(java.lang.String file,
NVPair[] queryParams,
byte[] data,
NVPair[] headers) |
HTTPClientResponse |
HTTPClient.Post(java.lang.String file,
NVPair[] form_data,
NVPair[] headers)
POST's form-data to the specified file using the specified headers.
|
HTTPClientResponse |
HTTPClient.Post(java.lang.String file,
NVPair[] queryParams,
NVPair[] formParams,
NVPair[] headers) |
HTTPClientResponse |
HTTPClient.Post(java.lang.String file,
java.lang.String data)
POSTs the data to the specified file.
|
HTTPClientResponse |
HTTPClient.Post(java.lang.String file,
java.lang.String data,
NVPair[] headers)
POSTs the data to the specified file using the specified headers.
|
HTTPClientResponse |
HTTPClient.Put(java.lang.String file,
byte[] data)
PUTs the raw data into the specified file.
|
HTTPClientResponse |
HTTPClient.Put(java.lang.String file,
byte[] data,
NVPair[] headers)
PUTs the raw data into the specified file using the additional
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.
|
HTTPClientResponse |
HTTPClient.Put(java.lang.String file,
java.lang.String data)
PUTs the data into the specified file.
|
HTTPClientResponse |
HTTPClient.Put(java.lang.String file,
java.lang.String data,
NVPair[] headers)
PUTs the data into the specified file using the additional headers
for the request.
|
HTTPClientResponse |
HTTPClient.Trace(java.lang.String file)
Requests a TRACE.
|
HTTPClientResponse |
HTTPClient.Trace(java.lang.String file,
NVPair[] headers)
Requests a TRACE.
|
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.