RestPutClientSugar
public class RestPostClientSugar extends RestGetClientSugar
HttpRestClientSugar
.Constructor | Description |
---|---|
RestPostClientSugar() |
Modifier and Type | Method | Description |
---|---|---|
static RestRequestBuilder |
buildPost(String aUrl) |
See also
RestPostClient.buildPost(String) |
static RestRequestBuilder |
buildPost(String aUrl,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
int aPort,
String aPath) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
int aPort,
String aPath,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
String aPath) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
String aPath,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestRequestBuilder |
buildPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(String aLocator,
org.refcodes.net.FormFields aQueryFields) |
|
static RestRequestBuilder |
buildPost(String aLocator,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(String aLocator,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestRequestBuilder |
buildPost(String aLocator,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(String aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestRequestBuilder |
buildPost(String aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestRequestBuilder |
buildPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestRequestBuilder |
buildPost(org.refcodes.net.Url aUrl) |
See also
RestPostClient.buildPost(Url) |
static RestRequestBuilder |
buildPost(org.refcodes.net.Url aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestResponse |
doPost(String aUrl) |
See also
RestPostClient.doPost(String) |
static RestResponse |
doPost(String aUrl,
Object aRequest) |
|
static RestCallerBuilder |
doPost(String aUrl,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
Object aRequest) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
int aPort,
String aPath,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
String aPath) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
String aPath,
Object aRequest) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
String aPath,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestResponse |
doPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(String aProtocol,
String aHost,
String aPath,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(String aLocator,
org.refcodes.net.FormFields aQueryFields) |
|
static RestResponse |
doPost(String aLocator,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(String aLocator,
org.refcodes.net.FormFields aQueryFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(String aLocator,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestResponse |
doPost(String aLocator,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(String aLocator,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(String aLocator,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(String aLocator,
org.refcodes.net.FormFields aQueryFields,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(String aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestResponse |
doPost(String aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(String aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(String aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(String aUrl,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
Object aRequest) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
Object aRequest) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
|
static RestResponse |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
RestResponseObserver aResponseObserver) |
|
static RestResponse |
doPost(org.refcodes.net.Url aUrl,
Object aRequest) |
See also
RestPostClient.doPost(Url, Object) |
static RestCallerBuilder |
doPost(org.refcodes.net.Url aUrl,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(org.refcodes.net.Url aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
|
static RestCallerBuilder |
doPost(org.refcodes.net.Url aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, buildGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet, doGet
buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, buildRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest, doRequest
public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestPostClient.buildPost(Scheme, String, int, String, FormFields, RequestHeaderFields, Object)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, Object aRequest) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestPostClient.buildPost(Scheme, String, int, String, FormFields, RequestHeaderFields, Object)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, Object aRequest) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aUrl) throws org.refcodes.net.HttpResponseException, MalformedURLException
RestPostClient.buildPost(String)
aUrl
- The targeted URL locating the addressed resource.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestRequestBuilder buildPost(String aLocator, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException, MalformedURLException
aLocator
- The targeted locator, usually the part of the URL till
(excluding) the query fields and the fragment.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestRequestBuilder buildPost(String aLocator, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException, MalformedURLException
aLocator
- The targeted locator, usually the part of the URL till
(excluding) the query fields and the fragment.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestRequestBuilder buildPost(String aLocator, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException, MalformedURLException
aLocator
- The targeted locator, usually the part of the URL till
(excluding) the query fields and the fragment.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestRequestBuilder buildPost(String aLocator, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException, MalformedURLException
aLocator
- The targeted locator, usually the part of the URL till
(excluding) the query fields and the fragment.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestRequestBuilder buildPost(String aUrl, Object aRequest) throws org.refcodes.net.HttpResponseException, MalformedURLException
aUrl
- The targeted URL locating the addressed resource.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestRequestBuilder buildPost(String aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException, MalformedURLException
aUrl
- The targeted URL locating the addressed resource.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestRequestBuilder buildPost(String aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException, MalformedURLException
aUrl
- The targeted URL locating the addressed resource.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestRequestBuilder buildPost(String aProtocol, String aHost, int aPort, String aPath) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestPostClient.buildPost(String, String, int, String, FormFields, RequestHeaderFields, Object)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, int aPort, String aPath, Object aRequest) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestPostClient.buildPost(String, String, int, String, FormFields, RequestHeaderFields, Object)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, String aPath) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, String aPath, Object aRequest) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(String aProtocol, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.net.Url aUrl) throws org.refcodes.net.HttpResponseException
RestPostClient.buildPost(Url)
aUrl
- The Url
from which to take the URL specific data.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestRequestBuilder buildPost(org.refcodes.net.Url aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aUrl
- The Url
from which to take the URL specific data.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest, RestResponseObserver aResponseObserver)
RestPostClient.doPost(Scheme, String, int, String, FormFields, Object, RestResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestPostClient.doPost(Scheme, String, int, String, FormFields, RequestHeaderFields, Object)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, RestResponseObserver aResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, Object aRequest) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, Object aRequest, RestResponseObserver aResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
RestPostClient.doPost(Scheme, String, int, String, RequestHeaderFields, RestResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, RestResponseObserver aResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest, RestResponseObserver aResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
RestPostClient.doPost(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, RestResponseObserver aResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, Object aRequest) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, Object aRequest, RestResponseObserver aResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
RestPostClient.doPost(Scheme, String, String, RequestHeaderFields, Object, RestResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(org.refcodes.data.Scheme aScheme, String aHost, String aPath, RestResponseObserver aResponseObserver)
aScheme
- The Scheme
(e.g. HTTP or HTTPS) to be used for the
destination URL.aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(String aUrl) throws org.refcodes.net.HttpResponseException, MalformedURLException
RestPostClient.doPost(String)
aUrl
- The targeted URL locating the addressed resource.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestResponse doPost(String aLocator, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException, MalformedURLException
aLocator
- The targeted locator, usually the part of the URL till
(excluding) the query fields and the fragment.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestResponse doPost(String aLocator, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException, MalformedURLException
aLocator
- The targeted locator, usually the part of the URL till
(excluding) the query fields and the fragment.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestCallerBuilder doPost(String aLocator, org.refcodes.net.FormFields aQueryFields, Object aRequest, RestResponseObserver aResponseObserver) throws MalformedURLException
aLocator
- The targeted locator, usually the part of the URL till
(excluding) the query fields and the fragment.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestResponse doPost(String aLocator, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException, MalformedURLException
aLocator
- The targeted locator, usually the part of the URL till
(excluding) the query fields and the fragment.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestResponse doPost(String aLocator, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException, MalformedURLException
aLocator
- The targeted locator, usually the part of the URL till
(excluding) the query fields and the fragment.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestCallerBuilder doPost(String aLocator, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver) throws MalformedURLException
RestPostClient.doPost(String, FormFields, RequestHeaderFields, Object, RestResponseObserver)
aLocator
- The targeted locator, usually the part of the URL till
(excluding) the query fields and the fragment.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestCallerBuilder doPost(String aLocator, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver) throws MalformedURLException
aLocator
- The targeted locator, usually the part of the URL till
(excluding) the query fields and the fragment.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestCallerBuilder doPost(String aLocator, org.refcodes.net.FormFields aQueryFields, RestResponseObserver aResponseObserver) throws MalformedURLException
aLocator
- The targeted locator, usually the part of the URL till
(excluding) the query fields and the fragment.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestResponse doPost(String aUrl, Object aRequest) throws org.refcodes.net.HttpResponseException, MalformedURLException
aUrl
- The targeted URL locating the addressed resource.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestCallerBuilder doPost(String aUrl, Object aRequest, RestResponseObserver aResponseObserver) throws MalformedURLException
aUrl
- The targeted URL locating the addressed resource.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestCallerBuilder
which is used by your request.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestResponse doPost(String aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException, MalformedURLException
aUrl
- The targeted URL locating the addressed resource.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestResponse doPost(String aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException, MalformedURLException
aUrl
- The targeted URL locating the addressed resource.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestCallerBuilder doPost(String aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver) throws MalformedURLException
aUrl
- The targeted URL locating the addressed resource.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestCallerBuilder
which is used by your request.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestCallerBuilder doPost(String aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver) throws MalformedURLException
aUrl
- The targeted URL locating the addressed resource.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestCallerBuilder
which is used by your request.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestCallerBuilder doPost(String aUrl, RestResponseObserver aResponseObserver) throws MalformedURLException
aUrl
- The targeted URL locating the addressed resource.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestResponse doPost(String aProtocol, String aHost, int aPort, String aPath) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest, RestResponseObserver aResponseObserver)
RestPostClient.doPost(String, String, int, String, FormFields, Object, RestResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestPostClient.doPost(String, String, int, String, FormFields, RequestHeaderFields, Object)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, RestResponseObserver aResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(String aProtocol, String aHost, int aPort, String aPath, Object aRequest) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(String aProtocol, String aHost, int aPort, String aPath, Object aRequest, RestResponseObserver aResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
RestPostClient.doPost(String, String, int, String, RequestHeaderFields, RestResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(String aProtocol, String aHost, int aPort, String aPath, RestResponseObserver aResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPort
- The port to be used when connecting to the host.aPath
- The path on the host to which the base destination URL is to
point to.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(String aProtocol, String aHost, String aPath) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest, RestResponseObserver aResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
RestPostClient.doPost(String, String, String, FormFields, RequestHeaderFields, RestResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aHeaderFields
- The HTTP-Header's fields to be used for the request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, RestResponseObserver aResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aQueryFields
- The Query-Fields to be used for the HTTP
Query-String.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(String aProtocol, String aHost, String aPath, Object aRequest) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(String aProtocol, String aHost, String aPath, Object aRequest, RestResponseObserver aResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(String aProtocol, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestResponse doPost(String aProtocol, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.public static RestCallerBuilder doPost(String aProtocol, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
RestPostClient.doPost(String, String, String, RequestHeaderFields, Object, RestResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(String aProtocol, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aHeaderFields
- The HTTP-Header's fields to be used for the request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(String aProtocol, String aHost, String aPath, RestResponseObserver aResponseObserver)
aProtocol
- The protocol (e.g. HTTP or HTTPS) including the specific
part (such as "//" for "http://") to be used for the destination
URL: For HTTP, provide "http://", for HTTPS, provide "https://".aHost
- The host to which the destination URL is to point to.aPath
- The path on the host to which the base destination URL is to
point to.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestResponse doPost(org.refcodes.net.Url aUrl, Object aRequest) throws org.refcodes.net.HttpResponseException, MalformedURLException
RestPostClient.doPost(Url, Object)
aUrl
- The Url
from which to take the URL specific data.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.MalformedURLException
- in case the provided URL is considered
being malformed.public static RestCallerBuilder doPost(org.refcodes.net.Url aUrl, Object aRequest, RestResponseObserver aResponseObserver)
aUrl
- The Url
from which to take the URL specific data.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(org.refcodes.net.Url aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
RestPostClient.doPost(String, String, String, RequestHeaderFields, Object, RestResponseObserver)
aUrl
- The Url
from which to take the URL specific data.aHeaderFields
- The HTTP-Header's fields to be used for the request.aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.POST
request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.public static RestCallerBuilder doPost(org.refcodes.net.Url aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
aUrl
- The Url
from which to take the URL specific data.aHeaderFields
- The HTTP-Header's fields to be used for the request.aResponseObserver
- The listener processing a response targeted at
this RestCaller
.RestCallerBuilder
which is used by your request.Copyright © 2018. All rights reserved.