Skip navigation links
A B C D E F G H I L O P R S T U W _ 

A

AbstractHttpDiscoveryRestClientDecorator<B extends HttpDiscoveryRestClient> - Class in org.refcodes.rest
Abstract class for easily decorating a HttpDiscoveryRestClient.
AbstractHttpDiscoveryRestClientDecorator(HttpRestClient) - Constructor for class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
Decorates the given HttpRestClient with discovery functionality.
AbstractHttpRegistryContextBuilder<DESC extends HttpServerDescriptor> - Class in org.refcodes.rest
 
AbstractHttpRegistryContextBuilder(Url, DESC) - Constructor for class org.refcodes.rest.AbstractHttpRegistryContextBuilder
Constructs the AbstractHttpRegistryContextBuilder context.
AbstractHttpRegistryContextBuilder(Url, TrustStoreDescriptor, DESC) - Constructor for class org.refcodes.rest.AbstractHttpRegistryContextBuilder
Constructs the AbstractHttpRegistryContextBuilder context.
AbstractHttpRegistryRestServerDecorator<DESC extends HttpServerDescriptor,B extends HttpRegistryRestServer<DESC>> - Class in org.refcodes.rest
Abstract class for easily decorating a HttpRegistryRestServer.
AbstractHttpRegistryRestServerDecorator(HttpRestServer) - Constructor for class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
Decorates the given HttpRestServer with discovery functionality.
AbstractHttpRestClientDecorator<B extends HttpRestClient> - Class in org.refcodes.rest
Abstract class for easily decorating a HttpRestClient.
AbstractHttpRestClientDecorator(HttpRestClient) - Constructor for class org.refcodes.rest.AbstractHttpRestClientDecorator
Decorates the given HttpRestClient.
AbstractHttpRestServerDecorator<B extends HttpRestServer> - Class in org.refcodes.rest
Abstract class for easily decorating a HttpRestServer.
AbstractHttpRestServerDecorator(HttpRestServer) - Constructor for class org.refcodes.rest.AbstractHttpRestServerDecorator
Decorates the given HttpRestServer with additional functionality.
AbstractRestClient - Class in org.refcodes.rest
Abstract base implementation of the RestClient interface being the foundation for various RestClient implementations such as HttpRestClientImpl or LoopbackRestClientImpl.
AbstractRestClient(ExecutorService) - Constructor for class org.refcodes.rest.AbstractRestClient
Instantiates a new abstract rest client.
AbstractRestClient() - Constructor for class org.refcodes.rest.AbstractRestClient
Instantiates a new abstract rest client.
AbstractRestServer - Class in org.refcodes.rest
Implementation of the base functionality of the RestServer interface omitting the HTTP handling part being the foundation for various RestServer implementations such as HttpRestServerImpl or LoopbackRestServerImpl.
AbstractRestServer() - Constructor for class org.refcodes.rest.AbstractRestServer
Constructs a AbstractRestServer pre-configured with MediaTypeFactory instances for JSON and REST.
AbstractRestServer(ExecutorService) - Constructor for class org.refcodes.rest.AbstractRestServer
CConstructs a AbstractRestServer pre-configured with MediaTypeFactory instances for JSON and REST.
addMediaTypeFactory(MediaTypeFactory) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
addMediaTypeFactory(MediaTypeFactory) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
addMediaTypeFactory(MediaTypeFactory) - Method in class org.refcodes.rest.AbstractRestClient
addMediaTypeFactory(MediaTypeFactory) - Method in class org.refcodes.rest.AbstractRestServer

B

buildDelete(Scheme, String, int, String) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, String) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, int, String) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, int, String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, String) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Url) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Prepares a DELETE request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildDelete(Scheme, String, int, String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, int, String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, int, String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Url) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildDelete(Url, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
buildGet(Scheme, String, int, String) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, String) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, int, String) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, int, String, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, String) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, String, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Url) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Prepares a GET request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildGet(Scheme, String, int, String) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, String) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, int, String) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, int, String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, String) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Url) - Static method in class org.refcodes.rest.RestGetClientSugar
buildGet(Url, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
buildPost(Scheme, String, int, String) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, String) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, int, String) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, int, String, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, String) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, String, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Url) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Prepares a POST request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPost(Scheme, String, int, String) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, String) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, int, String) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, int, String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, String) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Url) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPost(Url, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
buildPut(Scheme, String, int, String) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, String) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, int, String) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, int, String, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, String) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, String, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Url) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Prepares a PUT request builder with the common attributes and returns the according request's RestRequestBuilder instance.
buildPut(Scheme, String, int, String) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, String) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, int, String) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, int, String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, String) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Url) - Static method in class org.refcodes.rest.RestPutClientSugar
buildPut(Url, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
buildRequest(HttpMethod, Url, RequestHeaderFields, Object) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
 
buildRequest(HttpMethod, Url, RequestHeaderFields, Object) - Method in class org.refcodes.rest.AbstractRestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Scheme, String, int, String) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Scheme, String, String) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, String, int, String) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, String, int, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, String, String) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, String, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, String, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Url) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Url, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Scheme, String, int, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, Scheme, String, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, String, int, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, String, int, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, String, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, String, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, String, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, Url) - Static method in class org.refcodes.rest.RestRequestClientSugar
buildRequest(HttpMethod, Url, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar

C

close() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
close() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
close() - Method in class org.refcodes.rest.HttpRestClientImpl
close() - Method in class org.refcodes.rest.HttpRestServerImpl
close() - Static method in class org.refcodes.rest.HttpRestServerSugar
See Closable.close()
close() - Method in class org.refcodes.rest.RestCallerBuilderImpl
close() - Method in class org.refcodes.rest.RestEndpointBuilderImpl
closeIn(int) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
closeIn(int) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
closeIn(int) - Static method in class org.refcodes.rest.HttpRestServerSugar
See Closable.closeIn(int)
closeQuietly() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
closeQuietly() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
closeQuietly() - Static method in class org.refcodes.rest.HttpRestServerSugar
See Closable.closeQuietly()
closeUnchecked() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
closeUnchecked() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
CONTEXT_PATH - Static variable in class org.refcodes.rest.HttpRestServerImpl
 

D

DEFAULT_KEYSTORE_TYPE - Static variable in interface org.refcodes.rest.HttpRestClient
 
DEFAULT_SSL_PROTOCOL - Static variable in interface org.refcodes.rest.HttpRestClient
 
destroy() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
Stops resolving of the host part of an Url from the list of available services and their accordingly associated Url as of the discovery service.
destroy() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
This server is taken (removed) from the registry server.
destroy() - Method in interface org.refcodes.rest.HttpDiscoveryRestClient
Stops resolving of the host part of an Url from the list of available services and their accordingly associated Url as of the discovery service.
destroy() - Method in interface org.refcodes.rest.HttpRegistryRestServer
This server is taken (removed) from the registry server.
disableRequestCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
disableRequestCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
disableSessionCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
disableSessionCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
dispose() - Method in class org.refcodes.rest.AbstractRestServer
doDelete(Scheme, String, int, String) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, int, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, int, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, int, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, int, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, int, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, String) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Scheme, String, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, int, String) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, int, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, int, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, int, String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, int, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, int, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, int, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, String) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(String, String, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(String, String, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Url) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Url, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Url, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Url, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Sends a DELETE request with the common attributes and returns the according request's RestResponse instance synchronously.
doDelete(Url, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Url, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doDelete(Scheme, String, int, String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, int, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Scheme, String, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, int, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(String, String, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Url, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Url, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Url, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doDelete(Url, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestDeleteClientSugar
doGet(Scheme, String, int, String) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, int, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, int, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, int, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, int, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, int, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, String) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Scheme, String, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, int, String) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, int, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, int, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, int, String, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, int, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, int, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, int, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, String) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, String, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(String, String, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(String, String, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Url) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Url, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Url, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Url, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Sends a GET request with the common attributes and returns the according request's RestResponse instance synchronously.
doGet(Url, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Url, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doGet(Scheme, String, int, String) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, int, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Scheme, String, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, int, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(String, String, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Url, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Url, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Url, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doGet(Url, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestGetClientSugar
doPost(Scheme, String, int, String) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, int, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, int, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, int, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, int, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, int, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, String) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Scheme, String, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, int, String) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, int, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, int, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, int, String, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, int, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, int, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, int, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, String) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, String, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(String, String, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(String, String, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Url) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Url, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Url, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Url, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Sends a POST request with the common attributes and returns the according request's RestResponse instance synchronously.
doPost(Url, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Url, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPost(Scheme, String, int, String) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, int, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Scheme, String, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, int, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(String, String, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Url, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Url, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Url, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPost(Url, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPostClientSugar
doPut(Scheme, String, int, String) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, int, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, int, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, int, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, int, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, int, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, String) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Scheme, String, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, int, String) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, int, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, int, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, int, String, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, int, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, int, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, int, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, String) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, String, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(String, String, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(String, String, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Url) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Url, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Url, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Url, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Sends a PUT request with the common attributes and returns the according request's RestResponse instance synchronously.
doPut(Url, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Url, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestCallerBuilder instance used for the request.
doPut(Scheme, String, int, String) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, int, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Scheme, String, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, int, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(String, String, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Url, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Url, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Url, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doPut(Url, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestPutClientSugar
doRequest(HttpMethod, Url, RequestHeaderFields, Object) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
 
doRequest(HttpMethod, Url, RequestHeaderFields, Object, RestResponseObserver) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
 
doRequest(HttpMethod, Url, RequestHeaderFields, Object) - Method in class org.refcodes.rest.AbstractRestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Url, RequestHeaderFields, Object, RestResponseObserver) - Method in class org.refcodes.rest.AbstractRestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, int, String) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, int, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, int, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, int, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, int, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, int, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, String) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Scheme, String, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, int, String) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, int, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, int, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, int, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, int, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, int, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, int, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, String) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, String, FormFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, String, FormFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, String, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, String, String, String, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, String, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, String, String, String, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Url) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Url, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Url, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Url, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Url, RequestHeaderFields, Object, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(HttpMethod, Url, RequestHeaderFields, RestResponseObserver) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestCallerBuilder instance used for the request.
doRequest(RestRequest) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Scheme, String, int, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, int, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Scheme, String, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, int, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, FormFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, FormFields, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, FormFields, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, FormFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, String, String, String, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Url) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Url, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Url, RequestHeaderFields, Object, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpMethod, Url, RequestHeaderFields, RestResponseObserver) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(RestRequest) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequestCorrelation(RequestHeaderFields) - Method in class org.refcodes.rest.AbstractRestClient
Do request correlation.
doRequestCorrelation(ResponseHeaderFields) - Method in class org.refcodes.rest.AbstractRestClient
Do request correlation.
doRequestCorrelation(RequestHeaderFields, HttpServerResponse) - Method in class org.refcodes.rest.AbstractRestServer
Do request correlation.
doSessionCorrelation(RequestHeaderFields) - Method in class org.refcodes.rest.AbstractRestClient
Do session correlation.
doSessionCorrelation(ResponseHeaderFields) - Method in class org.refcodes.rest.AbstractRestClient
Do session correlation.
doSessionCorrelation(RequestHeaderFields, HttpServerResponse) - Method in class org.refcodes.rest.AbstractRestServer
Do session correlation.

E

enableRequestCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
enableRequestCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
enableSessionCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
enableSessionCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator

F

fireEvent(HttpRequest, RestEndpoint, ExecutionStrategy) - Method in class org.refcodes.rest.AbstractRestServer

G

getAction() - Method in interface org.refcodes.rest.RestRequestEvent
getAction() - Method in interface org.refcodes.rest.RestResponseEvent
getAlias() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
getBaseLocator() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
getBaseLocator() - Method in class org.refcodes.rest.AbstractRestServer
getBaseUrl() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
getBaseUrl() - Method in class org.refcodes.rest.HttpRestClientImpl
getConnectionStatus() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
getConnectionStatus() - Method in class org.refcodes.rest.HttpRestClientImpl
getConnectionStatus() - Method in class org.refcodes.rest.HttpRestServerImpl
getConnectionStatus() - Method in class org.refcodes.rest.RestCallerBuilderImpl
getConnectionStatus() - Method in class org.refcodes.rest.RestEndpointBuilderImpl
getFactoryMediaTypes() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
getFactoryMediaTypes() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
getFactoryMediaTypes() - Method in class org.refcodes.rest.AbstractRestClient
getFactoryMediaTypes() - Method in class org.refcodes.rest.AbstractRestServer
getHost() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
getHttpDiscoveryUrl() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
Retrieves the URL from the URL property locating the service discovery discovery.
getHttpDiscoveryUrl() - Method in class org.refcodes.rest.HttpDiscoveryContextBuilderImpl
Retrieves the URL from the URL property locating the service discovery discovery.
getHttpDiscoveryUrl() - Method in interface org.refcodes.rest.HttpDiscoveryUrlAccessor
Retrieves the URL from the URL property locating the service discovery discovery.
getHttpMethod() - Method in class org.refcodes.rest.RestCallerBuilderImpl
getHttpMethod() - Method in class org.refcodes.rest.RestEndpointBuilderImpl
getHttpMethod() - Method in class org.refcodes.rest.RestRequestBuilderImpl
getHttpRegistryUrl() - Method in class org.refcodes.rest.AbstractHttpRegistryContextBuilder
Retrieves the URL from the URL property locating the service registry registry.
getHttpRegistryUrl() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
Retrieves the URL from the URL property locating the service registry registry.
getHttpRegistryUrl() - Method in interface org.refcodes.rest.HttpRegistryUrlAccessor
Retrieves the URL from the URL property locating the service registry registry.
getHttpServer() - Method in class org.refcodes.rest.HttpRestServerImpl
Gets the http server.
getHttpServerDescriptor() - Method in class org.refcodes.rest.AbstractHttpRegistryContextBuilder
Retrieves the HttpServerDescriptor from the HttpServerDescriptor property.
getHttpServerDescriptor() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
Retrieves the HttpServerDescriptor from the HttpServerDescriptor property.
getHttpServerDescriptor() - Method in interface org.refcodes.rest.HttpServerDescriptorAccessor
Retrieves the HttpServerDescriptor from the HttpServerDescriptor property.
getInstance() - Static method in class org.refcodes.rest.HttpRestClientSingleton
Returns the singleton's instance as fabricated by this HttpRestClientSingleton.
getInstance() - Static method in class org.refcodes.rest.HttpRestServerSingleton
Returns the singleton's instance as fabricated by this HttpRestServerSingleton.
getInstance() - Static method in class org.refcodes.rest.LoopbackRestClientSingleton
Returns the singleton's instance as fabricated by this LoopbackRestClientSingleton.
getInstance() - Static method in class org.refcodes.rest.LoopbackRestServerSingleton
Returns the singleton's instance as fabricated by this LoopbackRestServerSingleton.
getInstanceId() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
getIpAddress() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
getKeyStoreDescriptor() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
getKeyStoreDescriptor() - Method in class org.refcodes.rest.HttpRestServerImpl
getLifeCycleStatus() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
getLifeCycleStatus() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
getLoadBalancingStrategy() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
 
getLoadBalancingStrategy() - Method in class org.refcodes.rest.HttpDiscoveryContextBuilderImpl
getLocalAddress() - Method in class org.refcodes.rest.RestRequestEventImpl
getLocalAddress() - Method in class org.refcodes.rest.RestResponseImpl
getLocatorPattern() - Method in interface org.refcodes.rest.RestEndpoint
Retrieves the resource Locator-Pattern this endpoint has been registered to.
getLocatorPattern() - Method in class org.refcodes.rest.RestEndpointBuilderImpl
Retrieves the resource Locator-Pattern this endpoint has been registered to.
getMaxConnections() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
getMaxConnections() - Method in class org.refcodes.rest.HttpRestServerImpl
getPingPath() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
Retrieves the ping path from the ping path property.
getPingPath() - Method in interface org.refcodes.rest.PingPathAccessor
Retrieves the ping path from the ping path property.
getPingUrl() - Method in interface org.refcodes.rest.PingUrlAccessor
Retrieves the ping Url from the ping Url property.
getPort() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
getPort() - Method in class org.refcodes.rest.HttpRestServerImpl
getQueryFields() - Method in interface org.refcodes.rest.RestCallerBuilder
getRealm() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
getRealm() - Method in class org.refcodes.rest.AbstractRestServer
getRealm() - Method in class org.refcodes.rest.RestRequestEventImpl
getRemoteAddress() - Method in class org.refcodes.rest.RestRequestEventImpl
getRemoteAddress() - Method in class org.refcodes.rest.RestResponseImpl
getRequestObserver() - Method in interface org.refcodes.rest.RestEndpointBuilder
Retrieves the RestRequestObserver to which any requests are delegated upon invocation of the RestRequestObserver.onRequest(RestRequestEvent, org.refcodes.net.HttpServerResponse) method.
getRequestObserver() - Method in class org.refcodes.rest.RestEndpointBuilderImpl
Retrieves the RestRequestObserver to which any requests are delegated upon invocation of the RestRequestObserver.onRequest(RestRequestEvent, org.refcodes.net.HttpServerResponse) method.
getResponseObserver() - Method in interface org.refcodes.rest.RestCallerBuilder
Retrieves the RestResponseObserver to which any responses are delegated upon invocation of the RestResponseObserver.onResponse(RestResponseEvent) method.
getResponseObserver() - Method in class org.refcodes.rest.RestCallerBuilderImpl
Retrieves the RestResponseObserver to which any responses are delegated upon invocation of the RestResponseObserver.onResponse(RestResponseEvent) method.
getScheme() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
 
getScheme() - Method in class org.refcodes.rest.HttpRestServerImpl
getSource() - Method in class org.refcodes.rest.RestRequestEventImpl
getSource() - Method in class org.refcodes.rest.RestResponseEventImpl
getTrustStoreDescriptor() - Method in class org.refcodes.rest.AbstractHttpRegistryContextBuilder
getTrustStoreDescriptor() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
getTrustStoreDescriptor() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
getTrustStoreDescriptor() - Method in class org.refcodes.rest.HttpDiscoveryContextBuilderImpl
getTrustStoreDescriptor() - Method in class org.refcodes.rest.HttpRestClientImpl
getUrl() - Method in class org.refcodes.rest.RestCallerBuilderImpl
getUrl() - Method in class org.refcodes.rest.RestRequestBuilderImpl
getUserAgent() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
getUserAgent() - Method in class org.refcodes.rest.AbstractRestClient
getVirtualHost() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
getWildcardReplacement(String) - Method in class org.refcodes.rest.RestRequestEventImpl
getWildcardReplacementAt(int) - Method in class org.refcodes.rest.RestRequestEventImpl
getWildcardReplacements() - Method in class org.refcodes.rest.RestRequestEventImpl
getWildcardReplacements(String...) - Method in class org.refcodes.rest.RestRequestEventImpl
getWildcardReplacementsAt(int...) - Method in class org.refcodes.rest.RestRequestEventImpl

H

hasMediaTypeFactory(MediaType) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
hasMediaTypeFactory(MediaType) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
hasObserverSubscription(RestEndpoint) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
hasRequestCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
hasRequestCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
hasRequestCorrelation() - Method in class org.refcodes.rest.AbstractRestClient
hasRequestCorrelation() - Method in class org.refcodes.rest.AbstractRestServer
hasSessionCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
hasSessionCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
hasSessionCorrelation() - Method in class org.refcodes.rest.AbstractRestClient
hasSessionCorrelation() - Method in class org.refcodes.rest.AbstractRestServer
HttpDiscoveryContext - Interface in org.refcodes.rest
This context describes all information required to register a server ("service") at a service discovery registry.
HttpDiscoveryContext.HttpDiscoveryContextBuilder - Interface in org.refcodes.rest
The HttpDiscoveryContext.HttpDiscoveryContextBuilder interface extends the HttpDiscoveryContext with builder functionality as of the builder pattern.
HttpDiscoveryContextBuilderImpl - Class in org.refcodes.rest
 
HttpDiscoveryContextBuilderImpl(Url) - Constructor for class org.refcodes.rest.HttpDiscoveryContextBuilderImpl
Constructs the HttpDiscoveryContextBuilderImpl context.
HttpDiscoveryContextBuilderImpl(Url, TrustStoreDescriptor) - Constructor for class org.refcodes.rest.HttpDiscoveryContextBuilderImpl
Constructs the HttpDiscoveryContextBuilderImpl context.
HttpDiscoveryRestClient - Interface in org.refcodes.rest
The HttpDiscoveryRestClient provides additional functionality for registering at and signing off from a service discovery service in order to resolve URLs to or from other services.
HttpDiscoveryUrlAccessor - Interface in org.refcodes.rest
Provides an accessor for a service discovery discovery Url property.
HttpDiscoveryUrlAccessor.HttpDiscoveryUrlBuilder<B extends HttpDiscoveryUrlAccessor.HttpDiscoveryUrlBuilder<B>> - Interface in org.refcodes.rest
Provides a builder method for a service discovery discovery URL property returning the builder for applying multiple build operations.
HttpDiscoveryUrlAccessor.HttpDiscoveryUrlMutator - Interface in org.refcodes.rest
Provides a mutator for a service discovery discovery URL property.
HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty - Interface in org.refcodes.rest
Provides a service discovery discovery URL property.
HttpRegistryContext<DESC extends HttpServerDescriptor> - Interface in org.refcodes.rest
This context describes all information required to register a server ("service") at a service discovery registry.
HttpRegistryContext.HttpRegistryContextBuilder<DESC extends HttpServerDescriptor> - Interface in org.refcodes.rest
The HttpRegistryContext.HttpRegistryContextBuilder interface extends the HttpRegistryContext with builder functionality as of the builder pattern.
HttpRegistryRestServer<DESC extends HttpServerDescriptor> - Interface in org.refcodes.rest
The HttpRegistryRestServer provides additional functionality for registering at and signing off from a service discovery service in order to resolve URLs to or from other services.
HttpRegistryUrlAccessor - Interface in org.refcodes.rest
Provides an accessor for a service registry registry Url property.
HttpRegistryUrlAccessor.HttpRegistryUrlBuilder<B extends HttpRegistryUrlAccessor.HttpRegistryUrlBuilder<B>> - Interface in org.refcodes.rest
Provides a builder method for a service registry registry URL property returning the builder for applying multiple build operations.
HttpRegistryUrlAccessor.HttpRegistryUrlMutator - Interface in org.refcodes.rest
Provides a mutator for a service registry registry URL property.
HttpRegistryUrlAccessor.HttpRegistryUrlProperty - Interface in org.refcodes.rest
Provides a service registry registry URL property.
HttpRestClient - Interface in org.refcodes.rest
Extends a RestClient to be capable of providing a User-Agent with UserAgentAccessor.UserAgentMutator.setUserAgent(String) (HttpRestClient.withUserAgent(String)) and to be capable of using base URLs to be set with BaseUrlAccessor.BaseUrlMutator.setBaseUrl(String) ( BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(String)).
HttpRestClientImpl - Class in org.refcodes.rest
The HttpRestClientImpl implements the HttpRestClient interface.
HttpRestClientImpl() - Constructor for class org.refcodes.rest.HttpRestClientImpl
Constructs a HttpRestClientImpl.
HttpRestClientImpl(ExecutorService) - Constructor for class org.refcodes.rest.HttpRestClientImpl
Constructs a HttpRestClientImpl.
HttpRestClientSingleton - Class in org.refcodes.rest
The singleton of the HttpRestClientImpl for easy HttpRestClient access.
HttpRestClientSingleton() - Constructor for class org.refcodes.rest.HttpRestClientSingleton
Instantiates a new http rest client singleton.
HttpRestClientSugar - Class in org.refcodes.rest
Declarative syntactic sugar which may be statically imported in order to allow declarative definitions of REST client functionality: import static org.refcodes.rest.HttpRestClientSugar.*;
HttpRestClientSugar() - Constructor for class org.refcodes.rest.HttpRestClientSugar
 
HttpRestServer - Interface in org.refcodes.rest
Extends a RestServer to be capable of opening a server socket on the local host with the provided port number via ConnectionOpenable.open(Object) or with an additional maximum number of connections via HttpRestServer.open(int, int).
HttpRestServerImpl - Class in org.refcodes.rest
Implementation of the HttpRestServer interface using the HttpServer defined in the com.sun.net.httpserver package.
HttpRestServerImpl() - Constructor for class org.refcodes.rest.HttpRestServerImpl
Constructs a HttpRestServerImpl.
HttpRestServerImpl(ExecutorService) - Constructor for class org.refcodes.rest.HttpRestServerImpl
Constructs a HttpRestServerImpl.
HttpRestServerSingleton - Class in org.refcodes.rest
The singleton of the HttpRestServerImpl for easy HttpRestServer access.
HttpRestServerSingleton() - Constructor for class org.refcodes.rest.HttpRestServerSingleton
Instantiates a new http rest server singleton.
HttpRestServerSugar - Class in org.refcodes.rest
Declarative syntactic sugar which may be statically imported in order to allow declarative definitions of RESTful server functionality: import static org.refcodes.rest.HttpRestServerSugar.
HttpRestServerSugar() - Constructor for class org.refcodes.rest.HttpRestServerSugar
 
HttpServerDescriptor - Interface in org.refcodes.rest
The HttpServerDescriptor describes a server to be registered at a discovery registry so clients can resolve the server's URL.
HttpServerDescriptor.HttpServerDescriptorBuilder<B extends HttpServerDescriptor.HttpServerDescriptorBuilder<B>> - Interface in org.refcodes.rest
The HttpServerDescriptor.HttpServerDescriptorBuilder interface extends the HttpServerDescriptor interface with builder functionality as of the builder pattern.
HttpServerDescriptorAccessor<DESC extends HttpServerDescriptor> - Interface in org.refcodes.rest
Provides an accessor for a HttpServerDescriptor property.
HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC extends HttpServerDescriptor,B extends HttpServerDescriptorAccessor.HttpServerDescriptorBuilder<DESC,B>> - Interface in org.refcodes.rest
Provides a builder method for a HttpServerDescriptor property returning the builder for applying multiple build operations.
HttpServerDescriptorAccessor.HttpServerDescriptorMutator<DESC extends HttpServerDescriptor> - Interface in org.refcodes.rest
Provides a mutator for a HttpServerDescriptor property.
HttpServerDescriptorAccessor.HttpServerDescriptorProperty<DESC extends HttpServerDescriptor> - Interface in org.refcodes.rest
Provides a HttpServerDescriptor property.

I

initialize() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
Initially fetches the list of available services and their accordingly associated Url from the discovery service.
initialize() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
Initializes the HttpRegistryRestServer by registering it at the service registry with a status such as "starting" or "initializing" or "not-ready-yet".
initialize() - Method in interface org.refcodes.rest.HttpDiscoveryRestClient
Initially fetches the list of available services and their accordingly associated Url from the discovery service.
initialize(Url) - Method in interface org.refcodes.rest.HttpDiscoveryRestClient
Initially fetches the list of available services and their accordingly associated Url from the discovery service.
initialize(HttpDiscoveryContext) - Method in interface org.refcodes.rest.HttpDiscoveryRestClient
Initially fetches the list of available services and their accordingly associated Url from the discovery service.
initialize(Url, TrustStoreDescriptor) - Method in interface org.refcodes.rest.HttpDiscoveryRestClient
Initially fetches the list of available services and their accordingly associated Url from the discovery service.
initialize(Url, LoadBalancingStrategy) - Method in interface org.refcodes.rest.HttpDiscoveryRestClient
Initially fetches the list of available services and their accordingly associated Url from the discovery service.
initialize(Url, LoadBalancingStrategy, TrustStoreDescriptor) - Method in interface org.refcodes.rest.HttpDiscoveryRestClient
Initially fetches the list of available services and their accordingly associated Url from the discovery service.
initialize() - Method in interface org.refcodes.rest.HttpRegistryRestServer
Initializes the HttpRegistryRestServer by registering it at the service registry with a status such as "starting" or "initializing" or "not-ready-yet".
initialize(HttpRegistryContext<DESC>) - Method in interface org.refcodes.rest.HttpRegistryRestServer
Initializes the HttpRegistryRestServer by registering it at the service registry with a status such as "starting" or "initializing" or "not-ready-yet".
initialize(DESC, Url) - Method in interface org.refcodes.rest.HttpRegistryRestServer
Initializes the HttpRegistryRestServer by registering it at the service registry with a status such as "starting" or "initializing" or "not-ready-yet".
initialize(DESC, Url, TrustStoreDescriptor) - Method in interface org.refcodes.rest.HttpRegistryRestServer
Initializes the HttpRegistryRestServer by registering it at the service registry with a status such as "starting" or "initializing" or "not-ready-yet".
initialize(String, String, Scheme, int, Url) - Method in interface org.refcodes.rest.HttpRegistryRestServer
Initializes the HttpRegistryRestServer by registering it at the service registry with a status such as "starting" or "initializing" or "not-ready-yet".
initialize(String, Scheme, String, int, Url) - Method in interface org.refcodes.rest.HttpRegistryRestServer
Initializes the HttpRegistryRestServer by registering it at the service registry with a status such as "starting" or "initializing" or "not-ready-yet".
initialize(String, Scheme, String, String, int[], int, String, Url) - Method in interface org.refcodes.rest.HttpRegistryRestServer
Initializes the HttpRegistryRestServer by registering it at the service registry with a status such as "starting" or "initializing" or "not-ready-yet".
initialize(String, String, Scheme, String, String, int[], int, String, Url) - Method in interface org.refcodes.rest.HttpRegistryRestServer
Initializes the HttpRegistryRestServer by registering it at the service registry with a status such as "starting" or "initializing" or "not-ready-yet".
initMedaTypeFactories() - Method in class org.refcodes.rest.AbstractRestClient
Adds the default MediaTypeFactory instances.
initMedaTypeFactories() - Method in class org.refcodes.rest.AbstractRestServer
Adds the default MediaTypeFactory instances.
isDestroyable() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
isDestroyable() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
isDestroyed() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
isDestroyed() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
isInitalizable() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
isInitalizable() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
isInitialized() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
isInitialized() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
isObserversActive() - Method in class org.refcodes.rest.AbstractRestServer
 
isPausable() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
isPausable() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
isPaused() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
isPaused() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
isResumable() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
isResumable() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
isRunning() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
isRunning() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
isStartable() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
isStartable() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
isStoppable() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
isStoppable() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
isStopped() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
isStopped() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator

L

LoopbackRestClient - Interface in org.refcodes.rest
Extends a RestClient to be used as loopback device e.g. for testing purposes such as testing your RestResponseObserver implementations.
LoopbackRestClientImpl - Class in org.refcodes.rest
Implementation if the LoopbackRestClient for easy testing of your requests being issued with a RestClient (HttpRestClient) and the according response lambda expressions.
LoopbackRestClientImpl() - Constructor for class org.refcodes.rest.LoopbackRestClientImpl
 
LoopbackRestClientSingleton - Class in org.refcodes.rest
The singleton of the LoopbackRestClientImpl for easy LoopbackRestClientImpl access.
LoopbackRestClientSingleton() - Constructor for class org.refcodes.rest.LoopbackRestClientSingleton
Instantiates a new loopback rest client singleton.
LoopbackRestServer - Interface in org.refcodes.rest
Extends a RestServer to be used as loopback device e.g. for testing purposes such as testing your RestRequestObserver implementations.
LoopbackRestServerImpl - Class in org.refcodes.rest
Implementation if the LoopbackRestServer for easy testing of your requests being received by a RestServer (HttpRestServer) and the according response lambda expressions.
LoopbackRestServerImpl() - Constructor for class org.refcodes.rest.LoopbackRestServerImpl
 
LoopbackRestServerSingleton - Class in org.refcodes.rest
The singleton of the LoopbackRestServerImpl for easy RestServer access.
LoopbackRestServerSingleton() - Constructor for class org.refcodes.rest.LoopbackRestServerSingleton
Instantiates a new loopback rest server singleton.

O

observers() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
observers() - Method in class org.refcodes.rest.AbstractRestServer
 
onBasicAuthRequest(BasicAuthObserver) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
onBasicAuthRequest(BasicAuthObserver) - Method in class org.refcodes.rest.HttpRestServerImpl
onBasicAuthRequest(BasicAuthObserver) - Static method in class org.refcodes.rest.HttpRestServerSugar
See BasicAuthObservable.onBasicAuthRequest(BasicAuthObserver)
onConnectionRequest(HttpsConnectionRequestObserver) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
onConnectionRequest(HttpsConnectionRequestObserver) - Method in class org.refcodes.rest.HttpRestServerImpl
onDelete(String, RestRequestObserver) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
Even more convenient: Everything done here can also be done using RestServer.onRequest(HttpMethod, String, RestRequestObserver): Registers a RestRequestObserver with the given Locator-Pattern to incoming DELETE methods.
onDelete(String, RestRequestObserver) - Static method in class org.refcodes.rest.HttpRestServerSugar
onDelete(String, RestRequestObserver) - Method in interface org.refcodes.rest.RestServer
Even more convenient: Everything done here can also be done using RestServer.onRequest(HttpMethod, String, RestRequestObserver): Registers a RestRequestObserver with the given Locator-Pattern to incoming DELETE methods.
onGet(String, RestRequestObserver) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
Even more convenient: Everything done here can also be done using RestServer.onRequest(HttpMethod, String, RestRequestObserver): Registers a RestRequestObserver with the given Locator-Pattern to incoming GET methods.
onGet(String, RestRequestObserver) - Static method in class org.refcodes.rest.HttpRestServerSugar
onGet(String, RestRequestObserver) - Method in interface org.refcodes.rest.RestServer
Even more convenient: Everything done here can also be done using RestServer.onRequest(HttpMethod, String, RestRequestObserver): Registers a RestRequestObserver with the given Locator-Pattern to incoming GET methods.
onHttpRequest(InetSocketAddress, InetSocketAddress, HttpMethod, Url, RequestHeaderFields, InputStream) - Method in class org.refcodes.rest.AbstractRestServer
Extensions of this class disect an incoming request and pass it to this method for doing the actual invocation of the registered RestEndpoint instances.
onHttpRequest(InetSocketAddress, InetSocketAddress, HttpMethod, Url, RequestHeaderFields, String) - Method in interface org.refcodes.rest.LoopbackRestServer
Invoke this method to simulate a REST request to be handled by the according registered RestEndpoint instances:
onHttpRequest(InetSocketAddress, InetSocketAddress, HttpMethod, Url, RequestHeaderFields, InputStream) - Method in interface org.refcodes.rest.LoopbackRestServer
Invoke this method to simulate a REST request to be handled by the according registered RestEndpoint instances:.
onHttpRequest(InetSocketAddress, InetSocketAddress, HttpMethod, Url, RequestHeaderFields, InputStream) - Method in class org.refcodes.rest.LoopbackRestServerImpl
Extensions of this class disect an incoming request and pass it to this method for doing the actual invocation of the registered RestEndpoint instances.
onHttpRequest(InetSocketAddress, InetSocketAddress, HttpMethod, Url, RequestHeaderFields, String) - Method in class org.refcodes.rest.LoopbackRestServerImpl
Invoke this method to simulate a REST request to be handled by the according registered RestEndpoint instances:
onPost(String, RestRequestObserver) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
Even more convenient: Everything done here can also be done using RestServer.onRequest(HttpMethod, String, RestRequestObserver): Registers a RestRequestObserver with the given Locator-Pattern to incoming POST methods.
onPost(String, RestRequestObserver) - Static method in class org.refcodes.rest.HttpRestServerSugar
onPost(String, RestRequestObserver) - Method in interface org.refcodes.rest.RestServer
Even more convenient: Everything done here can also be done using RestServer.onRequest(HttpMethod, String, RestRequestObserver): Registers a RestRequestObserver with the given Locator-Pattern to incoming POST methods.
onPut(String, RestRequestObserver) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
Even more convenient: Everything done here can also be done using RestServer.onRequest(HttpMethod, String, RestRequestObserver): Registers a RestRequestObserver with the given Locator-Pattern to incoming PUT methods.
onPut(String, RestRequestObserver) - Static method in class org.refcodes.rest.HttpRestServerSugar
onPut(String, RestRequestObserver) - Method in interface org.refcodes.rest.RestServer
Even more convenient: Everything done here can also be done using RestServer.onRequest(HttpMethod, String, RestRequestObserver): Registers a RestRequestObserver with the given Locator-Pattern to incoming PUT methods.
onRequest(HttpMethod, String, RestRequestObserver) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
Registers a pre-configured RestEndpoint with the least required attributes and returns its instance.
onRequest(RestEndpoint) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
For the sake of unified naming, this method just delegates to Observable.subscribeObserver(Object).
onRequest(String, RestRequestObserver) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
Registers a pre-configured RestEndpoint, triggerd by any HTTP method, and returns its instance.
onRequest(HttpMethod, String, RestRequestObserver) - Static method in class org.refcodes.rest.HttpRestServerSugar
onRequest(String, RestRequestObserver) - Static method in class org.refcodes.rest.HttpRestServerSugar
onRequest(RestRequestEvent, HttpServerResponse) - Method in class org.refcodes.rest.RestEndpointBuilderImpl
The invoker provides a request context being a RestRequestEvent) describing the request and a response being a HttpServerResponse to be processed upon by your lambda's code.
onRequest(RestRequestEvent, HttpServerResponse) - Method in interface org.refcodes.rest.RestRequestObserver
The invoker provides a request context being a RestRequestEvent) describing the request and a response being a HttpServerResponse to be processed upon by your lambda's code.
onRequest(RestEndpoint) - Method in interface org.refcodes.rest.RestServer
For the sake of unified naming, this method just delegates to Observable.subscribeObserver(Object).
onRequest(String, RestRequestObserver) - Method in interface org.refcodes.rest.RestServer
Registers a pre-configured RestEndpoint, triggerd by any HTTP method, and returns its instance.
onRequest(HttpMethod, String, RestRequestObserver) - Method in interface org.refcodes.rest.RestServer
Registers a pre-configured RestEndpoint with the least required attributes and returns its instance.
onResponse(RestResponseEvent) - Method in class org.refcodes.rest.RestCallerBuilderImpl
The invoker provides a response context being a RestResponseEvent describing the response being processed upon by your lambda's code.
onResponse(RestResponseEvent) - Method in interface org.refcodes.rest.RestResponseObserver
The invoker provides a response context being a RestResponseEvent describing the response being processed upon by your lambda's code.
onRestRequest(RestRequestHandler) - Method in class org.refcodes.rest.AbstractRestClient
Sets the hook receiving a prepared RestCallerBuilder instance to be used to do the technical request with the technology chosen by the implementing sub-class.
onRestRequest(RestRequestHandler) - Method in interface org.refcodes.rest.LoopbackRestClient
Registers a RestRequestHandler to simulate a REST response: The RestRequestHandler.onRestRequest(org.refcodes.net.HttpClientRequest) method is invoked with a prepared RestCallerBuilder instance representing the request being sent and produces an according RestResponseEvent to be passed back to the issuer of the request.
onRestRequest(RestRequestHandler) - Method in class org.refcodes.rest.LoopbackRestClientImpl
Sets the hook receiving a prepared RestCallerBuilder instance to be used to do the technical request with the technology chosen by the implementing sub-class.
onRestRequest(HttpClientRequest) - Method in interface org.refcodes.rest.RestRequestHandler
Hook receiving a prepared RestCallerBuilder instance to be used to do the technical request with the technology chosen by the implementing sub-class.
open() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
open(Url, TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
Configures the HTTPS client connection with the provided configuration parameters.
open(int) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
Opens the HTTP sever connection (socket) at the given port
open(int, int) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
Opens the HTTP sever connection (socket) at the given port allowing the given number of maximum connections at the same time.
open(String, KeyStoreDescriptor, int) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
Same as HttpRestServer.open(String, KeyStoreDescriptor, int, int) but: The number of maximum connections at the same time is decided upon by the implementations's default value.
open(String, KeyStoreDescriptor, int, int) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
Opens the HTTPS sever connection (socket) at the given port allowing the given number of maximum connections at the same time using the provided HTTPS configuration parameters.
open() - Method in interface org.refcodes.rest.HttpRestClient
open(HttpClientContext) - Method in interface org.refcodes.rest.HttpRestClient
open(Url) - Method in interface org.refcodes.rest.HttpRestClient
Configures the HTTPS client connection with the provided configuration parameters.
open(TrustStoreDescriptor) - Method in interface org.refcodes.rest.HttpRestClient
Configures the HTTPS client connection with the provided configuration parameters.
open(Url, TrustStoreDescriptor) - Method in interface org.refcodes.rest.HttpRestClient
Configures the HTTPS client connection with the provided configuration parameters.
open(Url, TrustStoreDescriptor) - Method in class org.refcodes.rest.HttpRestClientImpl
Configures the HTTPS client connection with the provided configuration parameters.
open() - Static method in class org.refcodes.rest.HttpRestClientSugar
open(TrustStoreDescriptor) - Static method in class org.refcodes.rest.HttpRestClientSugar
open(Url) - Static method in class org.refcodes.rest.HttpRestClientSugar
open(Url, TrustStoreDescriptor) - Static method in class org.refcodes.rest.HttpRestClientSugar
open(HttpServerContext) - Static method in class org.refcodes.rest.HttpRestClientSugar
See ConnectionOpenable.open(Object)
open() - Method in interface org.refcodes.rest.HttpRestServer
open(int) - Method in interface org.refcodes.rest.HttpRestServer
Opens the HTTP sever connection (socket) at the given port
open(int, int) - Method in interface org.refcodes.rest.HttpRestServer
Opens the HTTP sever connection (socket) at the given port allowing the given number of maximum connections at the same time.
open(String, KeyStoreDescriptor, int) - Method in interface org.refcodes.rest.HttpRestServer
Same as HttpRestServer.open(String, KeyStoreDescriptor, int, int) but: The number of maximum connections at the same time is decided upon by the implementations's default value.
open(String, KeyStoreDescriptor) - Method in interface org.refcodes.rest.HttpRestServer
Same as HttpRestServer.open(String, KeyStoreDescriptor, int) but: The number of maximum connections at the same time is decided upon by the implementations's default value.
open(KeyStoreDescriptor, int, int) - Method in interface org.refcodes.rest.HttpRestServer
Same as HttpRestServer.open(String, KeyStoreDescriptor, int, int) but: The protocol for the underlying SSLContext used is set to "TLS".
open(KeyStoreDescriptor, int) - Method in interface org.refcodes.rest.HttpRestServer
Same as HttpRestServer.open(String, KeyStoreDescriptor, int, int) but: The protocol for the underlying SSLContext used is set to "TLS".
open(KeyStoreDescriptor) - Method in interface org.refcodes.rest.HttpRestServer
Same as HttpRestServer.open(String, KeyStoreDescriptor, int) but: The protocol for the underlying SSLContext used is set to "TLS".
open(Scheme, KeyStoreDescriptor, int, int) - Method in interface org.refcodes.rest.HttpRestServer
Opens the HTTPS sever connection (socket) at the given port allowing the given number of maximum connections at the same time using the provided HTTPS configuration parameters.
open(Scheme, KeyStoreDescriptor, int) - Method in interface org.refcodes.rest.HttpRestServer
Same as HttpRestServer.open(String, KeyStoreDescriptor, int, int) but: The number of maximum connections at the same time is decided upon by the implementations's default value.
open(Scheme, KeyStoreDescriptor) - Method in interface org.refcodes.rest.HttpRestServer
Same as HttpRestServer.open(String, KeyStoreDescriptor, int) but: The number of maximum connections at the same time is decided upon by the implementations's default value.
open(String, KeyStoreDescriptor, int, int) - Method in interface org.refcodes.rest.HttpRestServer
Opens the HTTPS sever connection (socket) at the given port allowing the given number of maximum connections at the same time using the provided HTTPS configuration parameters.
open(HttpServerContext) - Method in interface org.refcodes.rest.HttpRestServer
open(String, KeyStoreDescriptor, int, int) - Method in class org.refcodes.rest.HttpRestServerImpl
Opens the HTTPS sever connection (socket) at the given port allowing the given number of maximum connections at the same time using the provided HTTPS configuration parameters.
open(HttpServer) - Method in class org.refcodes.rest.HttpRestServerImpl
A hook to be used when using custom HttpServer ( HttpsServer) by custom open(...) methods of sub-classes of this HttpRestServerImpl.
open(HttpServerContext) - Static method in class org.refcodes.rest.HttpRestServerSugar
See ConnectionOpenable.open(Object)
open(int) - Static method in class org.refcodes.rest.HttpRestServerSugar
open(int, int) - Static method in class org.refcodes.rest.HttpRestServerSugar
open(KeyStoreDescriptor, Integer) - Static method in class org.refcodes.rest.HttpRestServerSugar
open(KeyStoreDescriptor, Integer, int) - Static method in class org.refcodes.rest.HttpRestServerSugar
open(String, KeyStoreDescriptor, Integer) - Static method in class org.refcodes.rest.HttpRestServerSugar
open(String, KeyStoreDescriptor, Integer, int) - Static method in class org.refcodes.rest.HttpRestServerSugar
open() - Method in class org.refcodes.rest.RestCallerBuilderImpl
open() - Method in class org.refcodes.rest.RestEndpointBuilderImpl
openUnchecked() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
openUnchecked(HttpServerContext) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
org.refcodes.rest - package org.refcodes.rest
What is this package for?

P

pause() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
Pauses the resolving of the host part of an Url from the list of available services and their accordingly associated Url as of the discovery service.
pause() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
Some "deactivated" status is communicated to the registry server.
pause() - Method in interface org.refcodes.rest.HttpDiscoveryRestClient
Pauses the resolving of the host part of an Url from the list of available services and their accordingly associated Url as of the discovery service.
pause() - Method in interface org.refcodes.rest.HttpRegistryRestServer
Some "deactivated" status is communicated to the registry server.
PingPathAccessor - Interface in org.refcodes.rest
Provides an accessor for a ping path property.
PingPathAccessor.PingPathBuilder<B extends PingPathAccessor.PingPathBuilder<?>> - Interface in org.refcodes.rest
Provides a mutator for an ping path property.
PingPathAccessor.PingPathMutator - Interface in org.refcodes.rest
Provides a mutator for a ping path property.
PingPathAccessor.PingPathProperty - Interface in org.refcodes.rest
Provides a ping path property.
PingUrlAccessor - Interface in org.refcodes.rest
Provides an accessor for a ping Url property.
PingUrlAccessor.PingUrlBuilder<B extends PingUrlAccessor.PingUrlBuilder<?>> - Interface in org.refcodes.rest
Provides a mutator for an ping Url property.
PingUrlAccessor.PingUrlMutator - Interface in org.refcodes.rest
Provides a mutator for a ping Url property.
PingUrlAccessor.PingUrlProperty - Interface in org.refcodes.rest
Provides a ping Url property.
pipe(InputStream, OutputStream) - Static method in class org.refcodes.rest.HttpRestClientImpl
Pipe.

R

RestCaller - Interface in org.refcodes.rest
A RestCaller describes a REST request and the RestResponseObserver in charge for handling the response.
RestCallerBuilder - Interface in org.refcodes.rest
An RestCallerBuilder extends an RestCaller with builder functionality and adds lambda support for handling the responses addressed to this RestCaller.
RestCallerBuilderImpl - Class in org.refcodes.rest
The implementation of the RestCallerBuilder interface as good old POJO for use by different RestClient implementations.
RestCallerBuilderImpl(HttpMethod, Url, RequestHeaderFields, Object, RestResponseObserver, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestCallerBuilderImpl
Instantiates a new rest caller builder impl.
RestCallerBuilderImpl(HttpMethod, Url, RestResponseObserver, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestCallerBuilderImpl
Instantiates a new rest caller builder impl.
RestCallerBuilderImpl(HttpMethod, Url, Object, RestResponseObserver, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestCallerBuilderImpl
Instantiates a new rest caller builder impl.
RestClient - Interface in org.refcodes.rest
A client to send requests for communicating with a RESTful server such as the HttpRestServer.
RestDeleteClient - Interface in org.refcodes.rest
Helper interface to keep the huge amount of convenience methods under control.
RestDeleteClientSugar - Class in org.refcodes.rest
Helper class to get the syntactic sugar (from a maintenance point of view) under control.
RestDeleteClientSugar() - Constructor for class org.refcodes.rest.RestDeleteClientSugar
 
RestEndpoint - Interface in org.refcodes.rest
An RestEndpoint subscribes to a RestServer ( HttpRestServer) and defines the target for a REST request.
RestEndpointBuilder - Interface in org.refcodes.rest
An RestEndpointBuilder extends an RestEndpoint with builder functionality and adds lambda support for handling the requests addressed to this RestEndpoint.
RestEndpointBuilderImpl - Class in org.refcodes.rest
The implementation of the RestEndpointBuilder interface as good old POJO for use by different RestServer implementations.
RestEndpointBuilderImpl() - Constructor for class org.refcodes.rest.RestEndpointBuilderImpl
Constructs a plain RestEndpointBuilder, make sure to provide the least required attributes as demonstrated by the constructor RestEndpointBuilderImpl.RestEndpointBuilderImpl(HttpMethod, String, RestRequestObserver).
RestEndpointBuilderImpl(HttpMethod, String, RestRequestObserver) - Constructor for class org.refcodes.rest.RestEndpointBuilderImpl
Constructs an RestEndpointBuilder with the least required attributes.
RestGetClient - Interface in org.refcodes.rest
Helper interface to keep the huge amount of convenience methods under control.
RestGetClientSugar - Class in org.refcodes.rest
Helper class to get the syntactic sugar (from a maintenance point of view) under control.
RestGetClientSugar() - Constructor for class org.refcodes.rest.RestGetClientSugar
 
RestPostClient - Interface in org.refcodes.rest
Helper interface to keep the huge amount of convenience methods under control.
RestPostClientSugar - Class in org.refcodes.rest
Helper class to get the syntactic sugar (from a maintenance point of view) under control.
RestPostClientSugar() - Constructor for class org.refcodes.rest.RestPostClientSugar
 
RestPutClient - Interface in org.refcodes.rest
Helper interface to keep the huge amount of convenience methods under control.
RestPutClientSugar - Class in org.refcodes.rest
Helper class to get the syntactic sugar (from a maintenance point of view) under control.
RestPutClientSugar() - Constructor for class org.refcodes.rest.RestPutClientSugar
 
RestRequest - Interface in org.refcodes.rest
A RestRequest describes a REST request and the RestResponse providing the response.
RestRequestBuilder - Interface in org.refcodes.rest
An RestRequestBuilder extends an RestCaller with builder functionality and adds lambda support for handling the responses addressed to this RestCaller.
RestRequestBuilderImpl - Class in org.refcodes.rest
The implementation of the RestCallerBuilder interface as good old POJO for use by different RestClient implementations.
RestRequestBuilderImpl(HttpMethod, Url, RequestHeaderFields, Object, RestClient) - Constructor for class org.refcodes.rest.RestRequestBuilderImpl
Instantiates a new rest request builder impl.
RestRequestBuilderImpl(HttpMethod, Url, RestClient) - Constructor for class org.refcodes.rest.RestRequestBuilderImpl
Instantiates a new rest request builder impl.
RestRequestBuilderImpl(HttpMethod, Url, Object, RestClient) - Constructor for class org.refcodes.rest.RestRequestBuilderImpl
Instantiates a new rest request builder impl.
RestRequestClient - Interface in org.refcodes.rest
Helper interface to keep the huge amount of convenience methods under control.
RestRequestClientSugar - Class in org.refcodes.rest
Helper class to get the syntactic sugar (from a maintenance point of view) under control.
RestRequestClientSugar() - Constructor for class org.refcodes.rest.RestRequestClientSugar
 
RestRequestEvent - Interface in org.refcodes.rest
Defines a RestRequestEvent being the request as consumed by a RestEndpoint.
RestRequestEventImpl - Class in org.refcodes.rest
Implementation of the RestRequestEvent interface as good old POJO for use by different RestServer implementations.
RestRequestEventImpl(InetSocketAddress, InetSocketAddress, HttpMethod, Url, WildcardSubstitutes, RequestHeaderFields, InputStream, RestServer) - Constructor for class org.refcodes.rest.RestRequestEventImpl
Constructs a RestRequestEvent with all required attributes.
RestRequestHandler - Interface in org.refcodes.rest
A RestRequestHandler handles a REST request on the RestClient instance's side to do the actual technical implementation of sending that request (or mocking the send-out of a request).
RestRequestObserver - Interface in org.refcodes.rest
The RestRequestObserver can be coded using the lambda syntax and processes a request for a given locator and for a given HttpMethod.
RestResponse - Interface in org.refcodes.rest
Defines a RestResponse being the base definition of a response as returned as of a request issued by a RestClient ( HttpRestClient).
RestResponseEvent - Interface in org.refcodes.rest
Defines a RestResponseEvent being the response as consumed by a RestCaller's RestResponseObserver.
RestResponseEventImpl - Class in org.refcodes.rest
Implementation of the RestResponseEvent interface as good old POJO for use by different RestClient implementations.
RestResponseEventImpl(RestResponse, RestClient) - Constructor for class org.refcodes.rest.RestResponseEventImpl
Constructs a RestResponseEvent with all required attributes.
RestResponseEventImpl(InetSocketAddress, InetSocketAddress, HttpStatusCode, ResponseHeaderFields, InputStream, RestClient) - Constructor for class org.refcodes.rest.RestResponseEventImpl
Constructs a RestResponseEvent with all required attributes.
RestResponseImpl - Class in org.refcodes.rest
Implementation of the RestResponseEvent interface as good old POJO for use by different RestClient implementations.
RestResponseImpl(InetSocketAddress, InetSocketAddress, HttpStatusCode, ResponseHeaderFields, InputStream, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseImpl
Constructs a RestResponseEvent with all required attributes.
RestResponseObserver - Interface in org.refcodes.rest
The RestResponseObserver can be coded using the lambda syntax and processes a response from a server.
RestServer - Interface in org.refcodes.rest
The RestServer acts as the target for clients issuing REST requests.
resume() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
Resumes the resolving of the host part of an Url from the list of available services and their accordingly associated Url as of the discovery service.
resume() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
Some "up-and-running (again)" status is communicated to the registry server.
resume() - Method in interface org.refcodes.rest.HttpDiscoveryRestClient
Resumes the resolving of the host part of an Url from the list of available services and their accordingly associated Url as of the discovery service.
resume() - Method in interface org.refcodes.rest.HttpRegistryRestServer
Some "up-and-running (again)" status is communicated to the registry server.

S

setAlias(String) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
setBaseLocator(String) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
setBaseLocator(String) - Method in class org.refcodes.rest.AbstractRestServer
setBaseUrl(Scheme, String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setBaseUrl(Scheme, String, int) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setBaseUrl(Scheme, String, int, String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setBaseUrl(Scheme, String, String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setBaseUrl(String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setBaseUrl(String, String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setBaseUrl(String, String, int) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setBaseUrl(String, String, int, String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setBaseUrl(String, String, String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setBaseUrl(Url) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setBaseUrl(URL) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setBaseUrl(URL) - Method in class org.refcodes.rest.HttpRestClientImpl
setBaseUrl(Url) - Method in class org.refcodes.rest.HttpRestClientImpl
setHeaderFields(RequestHeaderFields) - Method in class org.refcodes.rest.RestCallerBuilderImpl
setHeaderFields(RequestHeaderFields) - Method in class org.refcodes.rest.RestRequestBuilderImpl
setHost(String) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
setHttpDiscoveryUrl(Url) - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
Sets the URL for the URL property locating the service discovery discovery.
setHttpDiscoveryUrl(Url) - Method in class org.refcodes.rest.HttpDiscoveryContextBuilderImpl
 
setHttpDiscoveryUrl(Url) - Method in interface org.refcodes.rest.HttpDiscoveryUrlAccessor.HttpDiscoveryUrlMutator
Sets the URL for the URL property locating the service discovery discovery.
setHttpMethod(HttpMethod) - Method in class org.refcodes.rest.RestCallerBuilderImpl
setHttpMethod(HttpMethod) - Method in class org.refcodes.rest.RestEndpointBuilderImpl
setHttpMethod(HttpMethod) - Method in class org.refcodes.rest.RestRequestBuilderImpl
setHttpRegistryUrl(Url) - Method in class org.refcodes.rest.AbstractHttpRegistryContextBuilder
 
setHttpRegistryUrl(Url) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
Sets the URL for the URL property locating the service registry registry.
setHttpRegistryUrl(Url) - Method in interface org.refcodes.rest.HttpRegistryUrlAccessor.HttpRegistryUrlMutator
Sets the URL for the URL property locating the service registry registry.
setHttpServerDescriptor(DESC) - Method in class org.refcodes.rest.AbstractHttpRegistryContextBuilder
 
setHttpServerDescriptor(DESC) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
Sets the HttpServerDescriptor for the HttpServerDescriptor property.
setHttpServerDescriptor(DESC) - Method in interface org.refcodes.rest.HttpServerDescriptorAccessor.HttpServerDescriptorMutator
Sets the HttpServerDescriptor for the HttpServerDescriptor property.
setInstanceId(String) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
setIpAddress(int[]) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
setKeyStoreDescriptor(KeyStoreDescriptor) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
setKeyStoreDescriptor(KeyStoreDescriptor) - Method in class org.refcodes.rest.HttpRestServerImpl
setLoadBalancingStrategy(LoadBalancingStrategy) - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
 
setLoadBalancingStrategy(LoadBalancingStrategy) - Method in class org.refcodes.rest.HttpDiscoveryContextBuilderImpl
setLocatorPattern(String) - Method in interface org.refcodes.rest.RestEndpointBuilder
Sets the resource locator.
setLocatorPattern(String) - Method in class org.refcodes.rest.RestEndpointBuilderImpl
Sets the resource locator.
setMaxConnections(int) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
setMaxConnections(int) - Method in class org.refcodes.rest.HttpRestServerImpl
setObserversActive(boolean) - Method in class org.refcodes.rest.AbstractRestServer
 
setPingPath(String) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
Sets the ping path for the ping path property.
setPingPath(String) - Method in interface org.refcodes.rest.PingPathAccessor.PingPathMutator
Sets the ping path for the ping path property.
setPingUrl(Url) - Method in interface org.refcodes.rest.PingUrlAccessor.PingUrlMutator
Sets the ping Url for the ping Url property.
setPort(int) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
setPort(int) - Method in class org.refcodes.rest.HttpRestServerImpl
setProtocol(String) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
setProtocol(String) - Method in class org.refcodes.rest.HttpRestServerImpl
setQueryFields(FormFields) - Method in interface org.refcodes.rest.RestCallerBuilder
setRealm(String) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
setRealm(String) - Method in class org.refcodes.rest.AbstractRestServer
setRequestCorrelation(boolean) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setRequestCorrelation(boolean) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
setRequestCorrelation(boolean) - Method in class org.refcodes.rest.AbstractRestClient
setRequestCorrelation(boolean) - Method in class org.refcodes.rest.AbstractRestServer
setRequestObserver(RestRequestObserver) - Method in interface org.refcodes.rest.RestEndpointBuilder
Sets the RestRequestObserver to which any requests are delegated upon invocation of the RestRequestObserver.onRequest(RestRequestEvent, org.refcodes.net.HttpServerResponse) method.
setRequestObserver(RestRequestObserver) - Method in class org.refcodes.rest.RestEndpointBuilderImpl
Sets the RestRequestObserver to which any requests are delegated upon invocation of the RestRequestObserver.onRequest(RestRequestEvent, org.refcodes.net.HttpServerResponse) method.
setResponseObserver(RestResponseObserver) - Method in interface org.refcodes.rest.RestCallerBuilder
Sets the RestResponseObserver to which any responses are delegated upon invocation of the RestResponseObserver.onResponse(RestResponseEvent) method.
setResponseObserver(RestResponseObserver) - Method in class org.refcodes.rest.RestCallerBuilderImpl
Sets the RestResponseObserver to which any responses are delegated upon invocation of the RestResponseObserver.onResponse(RestResponseEvent) method.
setScheme(Scheme) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
setScheme(Scheme) - Method in class org.refcodes.rest.HttpRestServerImpl
setSessionCorrelation(boolean) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setSessionCorrelation(boolean) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
setSessionCorrelation(boolean) - Method in class org.refcodes.rest.AbstractRestClient
setSessionCorrelation(boolean) - Method in class org.refcodes.rest.AbstractRestServer
setTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractHttpRegistryContextBuilder
 
setTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
setTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.HttpDiscoveryContextBuilderImpl
 
setTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.HttpRestClientImpl
setUrl(Url.UrlBuilder) - Method in class org.refcodes.rest.RestCallerBuilderImpl
setUrl(Url.UrlBuilder) - Method in class org.refcodes.rest.RestRequestBuilderImpl
setUserAgent(String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
setUserAgent(String) - Method in class org.refcodes.rest.AbstractRestClient
setVirtualHost(String) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
start() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
Starts resolving of the host part of an Url from the list of available services and their accordingly associated Url as of the discovery service.
start() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
Some "up-and-running" status is communicated to the registry server.
start() - Method in interface org.refcodes.rest.HttpDiscoveryRestClient
Starts resolving of the host part of an Url from the list of available services and their accordingly associated Url as of the discovery service.
start() - Method in interface org.refcodes.rest.HttpRegistryRestServer
Some "up-and-running" status is communicated to the registry server.
stop() - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
Stops resolving of the host part of an Url from the list of available services and their accordingly associated Url as of the discovery service.
stop() - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
Some "out-of-order" status is communicated to the registry server.
stop() - Method in interface org.refcodes.rest.HttpDiscoveryRestClient
Stops resolving of the host part of an Url from the list of available services and their accordingly associated Url as of the discovery service.
stop() - Method in interface org.refcodes.rest.HttpRegistryRestServer
Some "out-of-order" status is communicated to the registry server.
subscribeObserver(RestEndpoint) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
subscribeObserver(RestEndpoint) - Method in class org.refcodes.rest.AbstractRestServer

T

toAlias(String) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
 
toHost(String) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
 
toHttpDiscoveryUrl(Url) - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
 
toHttpRegistryUrl(Url) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
 
toHttpServerDescriptor(DESC) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
 
toHttpServerDescriptor() - Method in interface org.refcodes.rest.HttpRegistryRestServer
Prepares the HttpServerDescriptor by creating it from this instance's state and the provided arguments.
toHttpServerDescriptor(String, String, Scheme, int) - Method in interface org.refcodes.rest.HttpRegistryRestServer
Prepares the HttpServerDescriptor by creating it from this instance's state and the provided arguments.
toHttpServerDescriptor(String, Scheme, String, int) - Method in interface org.refcodes.rest.HttpRegistryRestServer
Prepares the HttpServerDescriptor by creating it from this instance's state and the provided arguments.
toHttpServerDescriptor(String, Scheme, String, String, int[], int, String) - Method in interface org.refcodes.rest.HttpRegistryRestServer
Prepares the HttpServerDescriptor by creating it from this instance's state and the provided arguments.
toHttpServerDescriptor(String, String, Scheme, String, String, int[], int, String) - Method in interface org.refcodes.rest.HttpRegistryRestServer
Prepares the HttpServerDescriptor by creating it from this instance's state and the provided arguments.
toInstanceId(String, String) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
 
toIpAddress(int[]) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
 
toLoadBalancerStrategy(LoadBalancingStrategy) - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
 
toMediaTypeFactory(MediaType) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
toMediaTypeFactory(MediaType) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
toMediaTypeFactory(MediaType) - Method in class org.refcodes.rest.AbstractRestClient
toMediaTypeFactory(MediaType) - Method in class org.refcodes.rest.AbstractRestServer
toNegotiatedContenType(RequestHeaderFields) - Method in class org.refcodes.rest.AbstractRestServer
Determines the best fitting respone's ContentType.
toPingPath(String, String) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
 
toPort(int) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
 
toProtocol() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
toProtocol() - Method in class org.refcodes.rest.HttpRestServerImpl
toResponseBody(Object, RequestHeaderFields, ResponseHeaderFields) - Method in class org.refcodes.rest.AbstractRestServer
Creates a String MediaType encoded as of the HeaderField.CONTENT_TYPE from the response header or if not set as of the HeaderField.ACCEPT from the request header or if not set as of the HeaderField.CONTENT_TYPE from the request header.
toRestResponse() - Method in interface org.refcodes.rest.RestRequestBuilder
Sends the request and returns synchronously the according RestResponse.
toRestResponse() - Method in class org.refcodes.rest.RestRequestBuilderImpl
Sends the request and returns synchronously the according RestResponse.
toScheme(Scheme) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
 
toString() - Method in class org.refcodes.rest.RestCallerBuilderImpl
toString() - Method in class org.refcodes.rest.RestRequestBuilderImpl
toTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
 
toTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
 
toUrl(Url) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
Hook for sub-classes to modify the request URL.
toVirtualHost(String) - Method in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
 

U

unsubscribeObserver(RestEndpoint) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
unsubscribeObserver(RestEndpoint) - Method in class org.refcodes.rest.AbstractRestServer
unsubscribeObserver(RestEndpoint) - Static method in class org.refcodes.rest.HttpRestServerSugar
See Observable.unsubscribeObserver(Object)

W

withAlias(String) - Method in interface org.refcodes.rest.HttpRegistryRestServer
withAlias(String) - Method in interface org.refcodes.rest.HttpServerDescriptor.HttpServerDescriptorBuilder
withBaseLocator(String) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
withBaseLocator(String) - Method in interface org.refcodes.rest.HttpRestServer
withBaseLocator(String) - Static method in class org.refcodes.rest.HttpRestServerSugar
withBaseLocator(String) - Method in interface org.refcodes.rest.LoopbackRestServer
withBaseLocator(String) - Method in interface org.refcodes.rest.RestServer
withBaseUrl(Scheme, String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withBaseUrl(Scheme, String, int) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withBaseUrl(Scheme, String, int, String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withBaseUrl(Scheme, String, String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withBaseUrl(String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withBaseUrl(String, String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withBaseUrl(String, String, int) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withBaseUrl(String, String, int, String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withBaseUrl(String, String, String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withBaseUrl(Url) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withBaseUrl(URL) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withBaseUrl(Url) - Method in class org.refcodes.rest.HttpRestClientImpl
withBaseUrl(URL) - Method in class org.refcodes.rest.HttpRestClientImpl
withBaseUrl(String) - Static method in class org.refcodes.rest.HttpRestClientSugar
See also BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(String)
withBaseUrl(URL) - Static method in class org.refcodes.rest.HttpRestClientSugar
See also BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL)
withCidrNotation(String) - Method in interface org.refcodes.rest.HttpRegistryRestServer
withCidrNotation(String) - Method in interface org.refcodes.rest.HttpServerDescriptor.HttpServerDescriptorBuilder
withClose() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
withClose() - Method in interface org.refcodes.rest.HttpRestServer
withClose() - Method in interface org.refcodes.rest.RestCallerBuilder
withClose() - Method in interface org.refcodes.rest.RestEndpointBuilder
withCloseIn(int) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
withCloseIn(int) - Method in interface org.refcodes.rest.HttpRestServer
withCloseIn(int) - Method in interface org.refcodes.rest.RestCallerBuilder
withCloseIn(int) - Method in interface org.refcodes.rest.RestEndpointBuilder
withCloseQuietly() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
withCloseQuietly() - Method in interface org.refcodes.rest.HttpRestServer
withCloseQuietly() - Method in interface org.refcodes.rest.RestCallerBuilder
withCloseQuietly() - Method in interface org.refcodes.rest.RestEndpointBuilder
withCloseUnchecked() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
withDisableObservers() - Method in interface org.refcodes.rest.RestServer
 
withDisableRequestCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withDisableRequestCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
withDisableRequestCorrelation() - Method in interface org.refcodes.rest.HttpRestClient
withDisableRequestCorrelation() - Method in interface org.refcodes.rest.HttpRestServer
withDisableRequestCorrelation() - Method in interface org.refcodes.rest.RestClient
withDisableRequestCorrelation() - Method in interface org.refcodes.rest.RestServer
withDisableSessionCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withDisableSessionCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
withDisableSessionCorrelation() - Method in interface org.refcodes.rest.HttpRestClient
withDisableSessionCorrelation() - Method in interface org.refcodes.rest.HttpRestServer
withDisableSessionCorrelation() - Method in interface org.refcodes.rest.RestClient
withDisableSessionCorrelation() - Method in interface org.refcodes.rest.RestServer
withEnableObservers() - Method in interface org.refcodes.rest.RestServer
 
withEnableRequestCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withEnableRequestCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
withEnableRequestCorrelation() - Method in interface org.refcodes.rest.HttpRestClient
withEnableRequestCorrelation() - Method in interface org.refcodes.rest.HttpRestServer
withEnableRequestCorrelation() - Method in interface org.refcodes.rest.RestClient
withEnableRequestCorrelation() - Method in interface org.refcodes.rest.RestServer
withEnableSessionCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withEnableSessionCorrelation() - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
withEnableSessionCorrelation() - Method in interface org.refcodes.rest.HttpRestClient
withEnableSessionCorrelation() - Method in interface org.refcodes.rest.HttpRestServer
withEnableSessionCorrelation() - Method in interface org.refcodes.rest.RestClient
withEnableSessionCorrelation() - Method in interface org.refcodes.rest.RestServer
withHeaderFields(RequestHeaderFields) - Method in interface org.refcodes.rest.RestCallerBuilder
withHeaderFields(RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestBuilder
withHost(String) - Method in interface org.refcodes.rest.HttpRegistryRestServer
withHost(String) - Method in interface org.refcodes.rest.HttpServerDescriptor.HttpServerDescriptorBuilder
withHttpDiscoveryUrl(Url) - Method in interface org.refcodes.rest.HttpDiscoveryContext.HttpDiscoveryContextBuilder
Sets the URL for the URL property locating the service discovery discovery.
withHttpDiscoveryUrl(Url) - Method in interface org.refcodes.rest.HttpDiscoveryRestClient
Sets the URL for the URL property locating the service discovery discovery.
withHttpDiscoveryUrl(Url) - Method in interface org.refcodes.rest.HttpDiscoveryUrlAccessor.HttpDiscoveryUrlBuilder
Sets the URL for the URL property locating the service discovery discovery.
withHttpMethod(HttpMethod) - Method in interface org.refcodes.rest.RestCallerBuilder
withHttpMethod(HttpMethod) - Method in interface org.refcodes.rest.RestEndpointBuilder
withHttpMethod(HttpMethod) - Method in interface org.refcodes.rest.RestRequestBuilder
withHttpRegistryUrl(Url) - Method in class org.refcodes.rest.AbstractHttpRegistryContextBuilder
 
withHttpRegistryUrl(Url) - Method in interface org.refcodes.rest.HttpRegistryRestServer
Sets the URL for the URL property locating the service registry registry.
withHttpRegistryUrl(Url) - Method in interface org.refcodes.rest.HttpRegistryUrlAccessor.HttpRegistryUrlBuilder
Sets the URL for the URL property locating the service registry registry.
withHttpServerDescriptor(DESC) - Method in class org.refcodes.rest.AbstractHttpRegistryContextBuilder
 
withHttpServerDescriptor(DESC) - Method in interface org.refcodes.rest.HttpRegistryRestServer
Sets the HttpServerDescriptor for the HttpServerDescriptor property.
withHttpServerDescriptor(DESC) - Method in interface org.refcodes.rest.HttpServerDescriptorAccessor.HttpServerDescriptorBuilder
Sets the HttpServerDescriptor for the HttpServerDescriptor property.
withInstanceId(String) - Method in interface org.refcodes.rest.HttpRegistryRestServer
withIpAddress(int[]) - Method in interface org.refcodes.rest.HttpRegistryRestServer
withIpAddress(int[]) - Method in interface org.refcodes.rest.HttpServerDescriptor.HttpServerDescriptorBuilder
withKeyStoreDescriptor(KeyStoreDescriptor) - Method in interface org.refcodes.rest.HttpRestServer
withLoadBalancingStrategy(LoadBalancingStrategy) - Method in interface org.refcodes.rest.HttpDiscoveryContext.HttpDiscoveryContextBuilder
withLoadBalancingStrategy(LoadBalancingStrategy) - Method in interface org.refcodes.rest.HttpDiscoveryRestClient
withLocatorPattern(String) - Method in interface org.refcodes.rest.RestEndpointBuilder
Sets the resource locator as of the Builder-Pattern.
withMaxConnections(int) - Method in interface org.refcodes.rest.HttpRestServer
withObserversActive(boolean) - Method in interface org.refcodes.rest.RestServer
 
withOpen(HttpServerContext) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
withOpen(HttpServerContext) - Method in interface org.refcodes.rest.HttpRestServer
withOpen() - Method in interface org.refcodes.rest.RestCallerBuilder
withOpen() - Method in interface org.refcodes.rest.RestEndpointBuilder
withOpenUnchecked(HttpServerContext) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
withPingPath(String) - Method in interface org.refcodes.rest.HttpRegistryRestServer
Sets the ping path to use and returns this builder as of the builder pattern.
withPingPath(String) - Method in interface org.refcodes.rest.PingPathAccessor.PingPathBuilder
Sets the ping path to use and returns this builder as of the builder pattern.
withPingUrl(Url) - Method in interface org.refcodes.rest.HttpServerDescriptor.HttpServerDescriptorBuilder
Sets the ping Url to use and returns this builder as of the builder pattern.
withPingUrl(Url) - Method in interface org.refcodes.rest.PingUrlAccessor.PingUrlBuilder
Sets the ping Url to use and returns this builder as of the builder pattern.
withPort(int) - Method in interface org.refcodes.rest.HttpRestServer
withPort(int) - Method in interface org.refcodes.rest.HttpServerDescriptor.HttpServerDescriptorBuilder
withProtocol(String) - Method in interface org.refcodes.rest.HttpRestServer
withRealm(String) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
withRealm(String) - Method in interface org.refcodes.rest.HttpRestServer
withRealm(String) - Method in class org.refcodes.rest.HttpRestServerImpl
withRealm(String) - Static method in class org.refcodes.rest.HttpRestServerSugar
withRealm(String) - Method in interface org.refcodes.rest.LoopbackRestServer
withRealm(String) - Method in interface org.refcodes.rest.RestServer
withRequest(REQ) - Method in interface org.refcodes.rest.RestCallerBuilder
withRequest(REQ) - Method in interface org.refcodes.rest.RestRequestBuilder
withRequestCorrelation(boolean) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withRequestCorrelation(boolean) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
withRequestCorrelation(boolean) - Method in interface org.refcodes.rest.HttpRestClient
withRequestCorrelation(boolean) - Method in interface org.refcodes.rest.HttpRestServer
withRequestCorrelation(boolean) - Method in interface org.refcodes.rest.RestClient
withRequestCorrelation(boolean) - Method in interface org.refcodes.rest.RestServer
withRequestObserver(RestRequestObserver) - Method in interface org.refcodes.rest.RestEndpointBuilder
Builder method for setting the RestRequestObserver.
withResponseObserver(RestResponseObserver) - Method in interface org.refcodes.rest.RestCallerBuilder
Builder method for setting the RestResponseObserver.
withScheme(Scheme) - Method in interface org.refcodes.rest.HttpRestServer
withSessionCorrelation(boolean) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withSessionCorrelation(boolean) - Method in class org.refcodes.rest.AbstractHttpRestServerDecorator
withSessionCorrelation(boolean) - Method in interface org.refcodes.rest.HttpRestClient
withSessionCorrelation(boolean) - Method in interface org.refcodes.rest.HttpRestServer
withSessionCorrelation(boolean) - Method in interface org.refcodes.rest.RestClient
withSessionCorrelation(boolean) - Method in interface org.refcodes.rest.RestServer
withTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractHttpRegistryContextBuilder
 
withTrustStoreDescriptor(TrustStoreDescriptor) - Method in interface org.refcodes.rest.HttpDiscoveryContext.HttpDiscoveryContextBuilder
withTrustStoreDescriptor(TrustStoreDescriptor) - Method in interface org.refcodes.rest.HttpRegistryRestServer
withTrustStoreDescriptor(TrustStoreDescriptor) - Method in interface org.refcodes.rest.HttpRestClient
withUrl(Url.UrlBuilder) - Method in interface org.refcodes.rest.RestCallerBuilder
withUrl(Url.UrlBuilder) - Method in interface org.refcodes.rest.RestRequestBuilder
withUserAgent(String) - Method in class org.refcodes.rest.AbstractHttpRestClientDecorator
withUserAgent(String) - Method in interface org.refcodes.rest.HttpRestClient
withUserAgent(String) - Static method in class org.refcodes.rest.HttpRestClientSugar
withUserAgent(String) - Method in interface org.refcodes.rest.LoopbackRestClient
withUserAgent(String) - Method in interface org.refcodes.rest.RestClient
withVirtualHost(String) - Method in interface org.refcodes.rest.HttpRegistryRestServer
withVirtualHost(String) - Method in interface org.refcodes.rest.HttpServerDescriptor.HttpServerDescriptorBuilder

_

_connectionStatus - Variable in class org.refcodes.rest.RestEndpointBuilderImpl
 
_hasRequestCorrelation - Variable in class org.refcodes.rest.AbstractRestClient
 
_hasRequestCorrelation - Variable in class org.refcodes.rest.AbstractRestServer
 
_hasSessionCorrelation - Variable in class org.refcodes.rest.AbstractRestClient
 
_hasSessionCorrelation - Variable in class org.refcodes.rest.AbstractRestServer
 
_httpMethod - Variable in class org.refcodes.rest.RestEndpointBuilderImpl
 
_lifeCycleAutomaton - Variable in class org.refcodes.rest.AbstractHttpDiscoveryRestClientDecorator
 
_lifeCycleAutomaton - Variable in class org.refcodes.rest.AbstractHttpRegistryRestServerDecorator
 
_locatorPattern - Variable in class org.refcodes.rest.RestEndpointBuilderImpl
 
_requestObserver - Variable in class org.refcodes.rest.RestEndpointBuilderImpl
 
_server - Variable in class org.refcodes.rest.AbstractHttpRestServerDecorator
 
A B C D E F G H I L O P R S T U W _ 

Copyright © 2018. All rights reserved.