RestRequestClient
HttpDiscoveryRestClient<B>
, HttpRestClient
, LoopbackRestClient
, RestClient
AbstractHttpDiscoveryRestClientDecorator
, AbstractHttpRestClientDecorator
, AbstractRestClient
, HttpRestClientImpl
, HttpRestClientSingleton
, LoopbackRestClientImpl
, LoopbackRestClientSingleton
public interface RestPutClient extends RestRequestClient
Modifier and Type | Method | Description |
---|---|---|
default RestRequestBuilder |
buildPut(String aUrl) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aUrl,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
int aPort,
String aPath) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
int aPort,
String aPath,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
String aPath) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
String aPath,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aLocator,
org.refcodes.net.FormFields aQueryFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aLocator,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aLocator,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aLocator,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(String aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.net.Url aUrl) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestRequestBuilder |
buildPut(org.refcodes.net.Url aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Prepares a PUT request builder with the common attributes and returns
the according request's
RestRequestBuilder instance. |
default RestResponse |
doPut(String aUrl) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(String aUrl,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(String aUrl,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
int aPort,
String aPath,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(String aProtocol,
String aHost,
String aPath) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(String aProtocol,
String aHost,
String aPath,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
String aPath,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(String aProtocol,
String aHost,
String aPath,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(String aLocator,
org.refcodes.net.FormFields aQueryFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(String aLocator,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(String aLocator,
org.refcodes.net.FormFields aQueryFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(String aLocator,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(String aLocator,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(String aLocator,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(String aLocator,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(String aLocator,
org.refcodes.net.FormFields aQueryFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(String aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(String aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(String aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(String aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(String aUrl,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(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) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.FormFields aQueryFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
int aPort,
String aPath,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.FormFields aQueryFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(org.refcodes.data.Scheme aScheme,
String aHost,
String aPath,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(org.refcodes.net.Url aUrl) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(org.refcodes.net.Url aUrl,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(org.refcodes.net.Url aUrl,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestResponse |
doPut(org.refcodes.net.Url aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestResponse |
doPut(org.refcodes.net.Url aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest) |
Sends a PUT request with the common attributes and returns the
according request's
RestResponse instance synchronously. |
default RestCallerBuilder |
doPut(org.refcodes.net.Url aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields,
Object aRequest,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
default RestCallerBuilder |
doPut(org.refcodes.net.Url aUrl,
org.refcodes.net.RequestHeaderFields aHeaderFields,
RestResponseObserver aResponseObserver) |
Creates a PUT request with the common attributes and returns the
according
RestCallerBuilder instance used for the request. |
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, 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, doRequest, doRequest, doRequest
default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.default RestRequestBuilder buildPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(String aUrl) throws MalformedURLException
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aUrl
- The targeted URL locating the addressed resource..RestRequestBuilder
which is used to prepare and
synchronously issue the request.MalformedURLException
- in case the provided URL is considered
being malformed.default RestRequestBuilder buildPut(String aLocator, org.refcodes.net.FormFields aQueryFields) throws MalformedURLException
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.MalformedURLException
- in case the provided URL is considered
being malformed.default RestRequestBuilder buildPut(String aLocator, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws MalformedURLException
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.MalformedURLException
- in case the provided URL is considered
being malformed.default RestRequestBuilder buildPut(String aLocator, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws MalformedURLException
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.MalformedURLException
- in case the provided URL is considered
being malformed.default RestRequestBuilder buildPut(String aLocator, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws MalformedURLException
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.MalformedURLException
- in case the provided URL is considered
being malformed.default RestRequestBuilder buildPut(String aUrl, Object aRequest) throws MalformedURLException
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aUrl
- The targeted URL locating the addressed resource..aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.MalformedURLException
- in case the provided URL is considered
being malformed.default RestRequestBuilder buildPut(String aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields) throws MalformedURLException
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.MalformedURLException
- in case the provided URL is considered
being malformed.default RestRequestBuilder buildPut(String aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws MalformedURLException
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.MalformedURLException
- in case the provided URL is considered
being malformed.default RestRequestBuilder buildPut(String aProtocol, String aHost, int aPort, String aPath)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.default RestRequestBuilder buildPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.default RestRequestBuilder buildPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.default RestRequestBuilder buildPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(String aProtocol, String aHost, int aPort, String aPath, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.default RestRequestBuilder buildPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(String aProtocol, String aHost, String aPath)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.default RestRequestBuilder buildPut(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.default RestRequestBuilder buildPut(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.default RestRequestBuilder buildPut(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(String aProtocol, String aHost, String aPath, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(String aProtocol, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.default RestRequestBuilder buildPut(String aProtocol, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aProtocol
- The protocol (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.PUT
request.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(org.refcodes.net.Url aUrl)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.aUrl
- The Url
from which to take the URL specific data.RestRequestBuilder
which is used to prepare and
synchronously issue the request.default RestRequestBuilder buildPut(org.refcodes.net.Url aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields)
RestRequestBuilder
instance. Invoking
RestRequestBuilder.toRestResponse()
starts the request and
synchronously returns the response.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.default RestResponse doPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.default RestResponse doPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.default RestResponse doPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(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
RestResponse
instance synchronously.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.default RestResponse doPut(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
RestResponse
instance synchronously.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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(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)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.default RestResponse doPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, int aPort, String aPath, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.default RestResponse doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.default RestResponse doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.default RestResponse doPut(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
RestResponse
instance synchronously.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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.default RestResponse doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(org.refcodes.data.Scheme aScheme, String aHost, String aPath, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(String aUrl) throws org.refcodes.net.HttpResponseException, MalformedURLException
RestResponse
instance synchronously.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.default RestResponse doPut(String aLocator, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException, MalformedURLException
RestResponse
instance synchronously.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.default RestResponse doPut(String aLocator, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException, MalformedURLException
RestResponse
instance synchronously.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.PUT
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.default RestCallerBuilder doPut(String aLocator, org.refcodes.net.FormFields aQueryFields, Object aRequest, RestResponseObserver aResponseObserver) throws MalformedURLException
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.PUT
request.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.default RestResponse doPut(String aLocator, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException, MalformedURLException
RestResponse
instance synchronously.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.default RestResponse doPut(String aLocator, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException, MalformedURLException
RestResponse
instance synchronously.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.PUT
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.default RestCallerBuilder doPut(String aLocator, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver) throws MalformedURLException
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.PUT
request.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.default RestCallerBuilder doPut(String aLocator, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver) throws MalformedURLException
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.MalformedURLException
- in case the provided URL is considered
being malformed.default RestCallerBuilder doPut(String aLocator, org.refcodes.net.FormFields aQueryFields, RestResponseObserver aResponseObserver) throws MalformedURLException
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.MalformedURLException
- in case the provided URL is considered
being malformed.default RestResponse doPut(String aUrl, Object aRequest) throws org.refcodes.net.HttpResponseException, MalformedURLException
RestResponse
instance synchronously.aUrl
- The targeted URL locating the addressed resource..aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.PUT
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.default RestCallerBuilder doPut(String aUrl, Object aRequest, RestResponseObserver aResponseObserver) throws MalformedURLException
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aUrl
- The targeted URL locating the addressed resource..aRequest
- The body to be sent with the request (e.g. when doing a
HttpMethod.PUT
request.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.default RestResponse doPut(String aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException, MalformedURLException
RestResponse
instance synchronously.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.default RestResponse doPut(String aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException, MalformedURLException
RestResponse
instance synchronously.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.PUT
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.default RestCallerBuilder doPut(String aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver) throws MalformedURLException
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.PUT
request.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.default RestCallerBuilder doPut(String aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver) throws MalformedURLException
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aUrl
- The targeted URL locating the addressed resource..aHeaderFields
- The HTTP-Header's fields to be used for the request.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.default RestCallerBuilder doPut(String aUrl, RestResponseObserver aResponseObserver) throws MalformedURLException
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.default RestResponse doPut(String aProtocol, String aHost, int aPort, String aPath) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.default RestResponse doPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.default RestResponse doPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.default RestResponse doPut(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
RestResponse
instance synchronously.aProtocol
- The protocol (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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.FormFields aQueryFields, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(String aProtocol, String aHost, int aPort, String aPath, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(String aProtocol, String aHost, int aPort, String aPath, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.default RestResponse doPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(String aProtocol, String aHost, int aPort, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(String aProtocol, String aHost, int aPort, String aPath, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(String aProtocol, String aHost, String aPath) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.default RestResponse doPut(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.default RestResponse doPut(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.default RestResponse doPut(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(String aProtocol, String aHost, String aPath, org.refcodes.net.FormFields aQueryFields, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(String aProtocol, String aHost, String aPath, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(String aProtocol, String aHost, String aPath, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(String aProtocol, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.default RestResponse doPut(String aProtocol, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aProtocol
- The protocol (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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(String aProtocol, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(String aProtocol, String aHost, String aPath, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(String aProtocol, String aHost, String aPath, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!aProtocol
- The protocol (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 RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(org.refcodes.net.Url aUrl) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aUrl
- The Url
from which to take the URL specific data.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestResponse doPut(org.refcodes.net.Url aUrl, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(org.refcodes.net.Url aUrl, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestResponse doPut(org.refcodes.net.Url aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.aUrl
- The Url
from which to take the URL specific data.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.default RestResponse doPut(org.refcodes.net.Url aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest) throws org.refcodes.net.HttpResponseException
RestResponse
instance synchronously.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.PUT
request.RestResponse
as of your request.org.refcodes.net.HttpResponseException
- thrown in case of some unexpected response.default RestCallerBuilder doPut(org.refcodes.net.Url aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields, Object aRequest, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.PUT
request.aResponseObserver
- The listener processing a response targeted at
this RestCallerBuilder
.RestCallerBuilder
which is used by your request.default RestCallerBuilder doPut(org.refcodes.net.Url aUrl, org.refcodes.net.RequestHeaderFields aHeaderFields, RestResponseObserver aResponseObserver)
RestCallerBuilder
instance used for the request.
The HTTP-Request is actually sent not earlier than you calling
Openable.open()
on the returned
RestCallerBuilder
as the RestCallerBuilder
still may be
modified after invoking this method!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.