Index

A B C D E F G H I K L M O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values

A

AbstractHttpDiscoverySidecar<B extends HttpDiscoverySidecar<B>> - Class in org.refcodes.rest
Abstract class for easily decorating a HttpRegistrySidecar.
AbstractHttpDiscoverySidecar() - Constructor for class org.refcodes.rest.AbstractHttpDiscoverySidecar
 
AbstractHttpRegistryContextBuilder<DESC extends HttpServerDescriptor> - Class in org.refcodes.rest
The Class AbstractHttpRegistryContextBuilder.
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.
AbstractHttpRegistrySidecar<DESC extends HttpServerDescriptor,B extends HttpRegistrySidecar<DESC,B>> - Class in org.refcodes.rest
Abstract class for easily decorating a HttpRegistrySidecar.
AbstractHttpRegistrySidecar() - Constructor for class org.refcodes.rest.AbstractHttpRegistrySidecar
 
AbstractRestfulClient - Class in org.refcodes.rest
Abstract base implementation of the RestfulClient interface being the foundation for various RestfulClient implementations such as HttpRestClient or LoopbackRestClient.
AbstractRestfulClient() - Constructor for class org.refcodes.rest.AbstractRestfulClient
Instantiates a new abstract rest client.
AbstractRestfulClient(ExecutorService) - Constructor for class org.refcodes.rest.AbstractRestfulClient
Instantiates a new abstract rest client.
AbstractRestfulHttpClientDecorator<B extends RestfulHttpClient> - Class in org.refcodes.rest
Abstract class for easily decorating a RestfulHttpClient.
AbstractRestfulHttpClientDecorator(RestfulHttpClient) - Constructor for class org.refcodes.rest.AbstractRestfulHttpClientDecorator
Decorates the given RestfulHttpClient.
AbstractRestfulHttpDiscoveryClientDecorator<B extends RestfulHttpDiscoveryClient<B>> - Class in org.refcodes.rest
Abstract class for easily decorating a RestfulHttpDiscoveryClient.
AbstractRestfulHttpDiscoveryClientDecorator(RestfulHttpClient) - Constructor for class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
Decorates the given RestfulHttpClient with discovery functionality.
AbstractRestfulHttpRegistryServerDecorator<DESC extends HttpServerDescriptor,B extends RestfulHttpRegistryServer<DESC,B>> - Class in org.refcodes.rest
Abstract class for easily decorating a RestfulHttpRegistryServer.
AbstractRestfulHttpRegistryServerDecorator(RestfulHttpServer) - Constructor for class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Decorates the given RestfulHttpServer with discovery functionality.
AbstractRestfulHttpServerDecorator<B extends RestfulHttpServer> - Class in org.refcodes.rest
Abstract class for easily decorating a RestfulHttpServer.
AbstractRestfulHttpServerDecorator(RestfulHttpServer) - Constructor for class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Decorates the given RestfulHttpServer with additional functionality.
AbstractRestfulServer - Class in org.refcodes.rest
Implementation of the base functionality of the RestfulServer interface omitting the HTTP handling part being the foundation for various RestfulServer implementations such as HttpRestServer or LoopbackRestServer.
AbstractRestfulServer() - Constructor for class org.refcodes.rest.AbstractRestfulServer
Constructs a AbstractRestfulServer preconfigured with MediaTypeFactory instances for JSON and REST.
AbstractRestfulServer(boolean) - Constructor for class org.refcodes.rest.AbstractRestfulServer
Constructs a AbstractRestfulServer preconfigured with MediaTypeFactory instances for JSON and REST.
AbstractRestfulServer(ExecutorService) - Constructor for class org.refcodes.rest.AbstractRestfulServer
Constructs a AbstractRestfulServer preconfigured with MediaTypeFactory instances for JSON and REST.
AbstractRestfulServer(ExecutorService, boolean) - Constructor for class org.refcodes.rest.AbstractRestfulServer
Constructs a AbstractRestfulServer preconfigured with MediaTypeFactory instances for JSON and REST.
addMediaTypeFactory(MediaTypeFactory) - Method in class org.refcodes.rest.AbstractRestfulClient
addMediaTypeFactory(MediaTypeFactory) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
addMediaTypeFactory(MediaTypeFactory) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
addMediaTypeFactory(MediaTypeFactory) - Method in class org.refcodes.rest.AbstractRestfulServer
addPostHttpInterceptor(PostHttpClientInterceptor) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
addPostHttpInterceptor(PostHttpClientInterceptor) - Method in class org.refcodes.rest.HttpRestClient
addPostHttpInterceptor(PostHttpServerInterceptor) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
addPostHttpInterceptor(PostHttpServerInterceptor) - Method in class org.refcodes.rest.HttpRestServer
addPreHttpInterceptor(PreHttpClientInterceptor) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
addPreHttpInterceptor(PreHttpClientInterceptor) - Method in class org.refcodes.rest.HttpRestClient
addPreHttpInterceptor(PreHttpServerInterceptor) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
addPreHttpInterceptor(PreHttpServerInterceptor) - Method in class org.refcodes.rest.HttpRestServer

B

BasicAuthEndpoint - Interface in org.refcodes.rest
A BasicAuthEndpoint subscribes to a RestfulServer ( RestfulHttpServer) and defines the target for a Basic-Auth request.
BasicAuthEndpointBuilder - Class in org.refcodes.rest
A BasicAuthEndpointBuilder extends an BasicAuthEndpoint with builder functionality and adds lambda support for handling the requests addressed to this BasicAuthEndpoint.
BasicAuthEndpointBuilder() - Constructor for class org.refcodes.rest.BasicAuthEndpointBuilder
Constructs a plain BasicAuthEndpointBuilder, make sure to provide the least required attributes as demonstrated by the constructor BasicAuthEndpointBuilder(HttpMethod, String, BasicAuthObserver).
BasicAuthEndpointBuilder(HttpMethod, String, BasicAuthObserver) - Constructor for class org.refcodes.rest.BasicAuthEndpointBuilder
Constructs an BasicAuthEndpointBuilder with the least required attributes.
BasicAuthEvent - Class in org.refcodes.rest
The BasicAuthEvent describes a BasicAuthRequest being the request as consumed by a RestEndpoint.
BasicAuthEvent(InetSocketAddress, InetSocketAddress, HttpMethod, Url, WildcardSubstitutes, BasicAuthCredentials, String, RestfulServer) - Constructor for class org.refcodes.rest.BasicAuthEvent
Instantiates a new basic auth event.
build(RestfulClient) - Method in class org.refcodes.rest.RestRequest
This is a convenience method for easily instantiating the according builder.
build(RestfulClient) - Method in class org.refcodes.rest.RestRequestBuilder
This is a convenience method for easily instantiating the according builder.
build(RestfulClient) - Static method in class org.refcodes.rest.RestResponseHandler
This is a convenience method for easily instantiating the according builder.
build(RestfulClient) - Method in class org.refcodes.rest.RestResponseResult
This is a convenience method for easily instantiating the according builder.
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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(Url, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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(Url, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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(Url, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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(Url, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, Url, RequestHeaderFields, Object, int) - Method in class org.refcodes.rest.AbstractRestfulClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Url, RequestHeaderFields, Object, int) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.
buildRequest(HttpMethod, Url, RequestHeaderFields, Object, int) - Method in interface org.refcodes.rest.RestRequestClient
Prepares a request builder with the possible attributes and returns the according request's RestRequestBuilder instance.

C

close() - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
close() - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
close() - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
close() - Method in class org.refcodes.rest.HttpRestClient
close() - Method in class org.refcodes.rest.HttpRestServer
close() - Static method in class org.refcodes.rest.HttpRestServerSugar
See Closable.close().
close() - Method in class org.refcodes.rest.RestEndpointBuilder
close() - Method in class org.refcodes.rest.RestResponseHandler
close() - Method in class org.refcodes.rest.RestResponseResult
closeIn(int) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
closeIn(int) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
closeIn(int) - Static method in class org.refcodes.rest.HttpRestServerSugar
See Closable.closeIn(int).
closeQuietly() - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
closeQuietly() - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
closeQuietly() - Static method in class org.refcodes.rest.HttpRestServerSugar
See Closable.closeQuietly().
closeUnchecked() - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
closeUnchecked() - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
CONTEXT_PATH - Static variable in class org.refcodes.rest.HttpRestServer
 
CorrelationClientInterceptor - Class in org.refcodes.rest
The CorrelationClientInterceptor manages (adds) correlation IDs for request and session.
CorrelationClientInterceptor() - Constructor for class org.refcodes.rest.CorrelationClientInterceptor
 
CorrelationServerInterceptor - Class in org.refcodes.rest
The CorrelationServerInterceptor manages (adds) correlation IDs for request and session.
CorrelationServerInterceptor() - Constructor for class org.refcodes.rest.CorrelationServerInterceptor
 

D

DEFAULT_KEYSTORE_TYPE - Static variable in interface org.refcodes.rest.RestfulHttpClient
 
DEFAULT_SSL_PROTOCOL - Static variable in interface org.refcodes.rest.RestfulHttpClient
 
destroy() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
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.AbstractHttpRegistrySidecar
This server is taken (removed) from the registry server.
destroy() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
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.AbstractRestfulHttpRegistryServerDecorator
This server is taken (removed) from the registry server.
destroy() - Method in interface org.refcodes.rest.HttpDiscovery
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.HttpRegistry
This server is taken (removed) from the registry server.
destroy() - Method in interface org.refcodes.rest.RestfulHttpRegistryServer
This server is taken (removed) from the registry server.
dispose() - Method in class org.refcodes.rest.AbstractRestfulServer
dispose() - Method in class org.refcodes.rest.OauthTokenHandler
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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) - Static method in class org.refcodes.rest.RestDeleteClientSugar
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.
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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) - Static method in class org.refcodes.rest.RestGetClientSugar
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.
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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) - Static method in class org.refcodes.rest.RestPostClientSugar
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.
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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) - Static method in class org.refcodes.rest.RestPutClientSugar
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.
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(RestRequest) - Static method in class org.refcodes.rest.RestRequestClientSugar
doRequest(HttpClientRequest) - Method in interface org.refcodes.rest.RestRequestClient
Hook receiving a prepared RestResponseHandler instance to be used to do the technical request with the technology chosen by the implementing sub-class.
doRequest(HttpClientRequest) - Method in interface org.refcodes.rest.RestRequestHandler
Hook receiving a prepared RestResponseHandler instance to be used to do the technical request with the technology chosen by the implementing sub-class.
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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) - Static method in class org.refcodes.rest.RestRequestClientSugar
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, 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, int) - Method in class org.refcodes.rest.AbstractRestfulClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Url, RequestHeaderFields, Object, int) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.
doRequest(HttpMethod, Url, RequestHeaderFields, Object, int) - Method in interface org.refcodes.rest.RestRequestClient
Sends a request with the possible attributes and returns the according request's RestResponse instance synchronously.

E

EMPTY - Enum constant in enum class org.refcodes.rest.HttpExceptionHandling
Create a new HTTP-Response with the according HTTP-Status-Code and and an empty body.

F

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

G

getAction() - Method in class org.refcodes.rest.BasicAuthEvent
getAction() - Method in class org.refcodes.rest.RestRequestEvent
getAction() - Method in class org.refcodes.rest.RestResponseEvent
getAlias() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
getAlias() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
getBaseLocator() - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
getBaseLocator() - Method in class org.refcodes.rest.AbstractRestfulServer
getBaseUrl() - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
getBaseUrl() - Method in class org.refcodes.rest.HttpRestClient
getBasicAuthCredentials() - Method in class org.refcodes.rest.AbstractRestfulClient
getConnectionStatus() - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
getConnectionStatus() - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
getConnectionStatus() - Method in class org.refcodes.rest.HttpRestClient
getConnectionStatus() - Method in class org.refcodes.rest.HttpRestServer
getConnectionStatus() - Method in class org.refcodes.rest.RestEndpointBuilder
getConnectionStatus() - Method in class org.refcodes.rest.RestResponseHandler
getConnectionStatus() - Method in class org.refcodes.rest.RestResponseResult
getFactoryMediaTypes() - Method in class org.refcodes.rest.AbstractRestfulClient
getFactoryMediaTypes() - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
getFactoryMediaTypes() - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
getFactoryMediaTypes() - Method in class org.refcodes.rest.AbstractRestfulServer
getHomePath() - Method in interface org.refcodes.rest.HomePathAccessor
Retrieves the home path from the home path property.
getHomeRequestConsumer() - Method in interface org.refcodes.rest.HomeRequestObserverAccessor
Retrieves the home RestRequestConsumer from the home RestRequestConsumer property.
getHomeUrl() - Method in interface org.refcodes.rest.HomeUrlAccessor
Retrieves the home Url from the home Url property.
getHost() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
getHost() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
getHttpDiscoveryUrl() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
Retrieves the URL from the URL property locating the service discovery discovery.
getHttpDiscoveryUrl() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
Retrieves the URL from the URL property locating the service discovery discovery.
getHttpDiscoveryUrl() - Method in class org.refcodes.rest.HttpDiscoveryContextBuilder
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.
getHttpExceptionHandler() - Method in interface org.refcodes.rest.HttpExceptionHandlerAccessor
Retrieves the HttpExceptionHandler from the HttpExceptionHandler property.
getHttpExceptionHandler() - Method in class org.refcodes.rest.HttpRestServer
Retrieves the HttpExceptionHandler from the HttpExceptionHandler property.
getHttpExceptionHandling() - Method in interface org.refcodes.rest.HttpExceptionHandlingAccessor
Retrieves the HttpExceptionHandling from the HttpExceptionHandling property.
getHttpExceptionHandling() - Method in class org.refcodes.rest.HttpRestServer
Retrieves the HttpExceptionHandling from the HttpExceptionHandling property.
getHttpMethod() - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
getHttpMethod() - Method in class org.refcodes.rest.RestEndpointBuilder
getHttpMethod() - Method in class org.refcodes.rest.RestRequest
getHttpMethod() - Method in class org.refcodes.rest.RestRequestBuilder
getHttpMethod() - Method in class org.refcodes.rest.RestResponseHandler
getHttpMethod() - Method in class org.refcodes.rest.RestResponseResult
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.AbstractHttpRegistrySidecar
Retrieves the URL from the URL property locating the service registry registry.
getHttpRegistryUrl() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
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.
getHttpRestServer() - Static method in class org.refcodes.rest.HttpRestServerSugar
getHttpServer() - Method in class org.refcodes.rest.HttpRestServer
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.AbstractHttpRegistrySidecar
Retrieves the HttpServerDescriptor from the HttpServerDescriptor property.
getHttpServerDescriptor() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
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.AbstractHttpRegistrySidecar
getInstanceId() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
getIpAddress() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
getIpAddress() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
getKeyStoreDescriptor() - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
getKeyStoreDescriptor() - Method in class org.refcodes.rest.HttpRestServer
getLifecycleStatus() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
getLifecycleStatus() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
getLifecycleStatus() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
getLifecycleStatus() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
getLoadBalancingStrategy() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
getLoadBalancingStrategy() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
getLoadBalancingStrategy() - Method in class org.refcodes.rest.HttpDiscoveryContextBuilder
getLocalAddress() - Method in class org.refcodes.rest.BasicAuthEvent
getLocalAddress() - Method in class org.refcodes.rest.RestRequestEvent
getLocalAddress() - Method in class org.refcodes.rest.RestResponse
getLocatorPathPattern() - Method in interface org.refcodes.rest.BasicAuthEndpoint
Retrieves the resource Locator-Pattern this endpoint has been registered to.
getLocatorPathPattern() - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
Retrieves the resource Locator-Pattern this endpoint has been registered to.
getLocatorPathPattern() - Method in interface org.refcodes.rest.RestEndpoint
Retrieves the resource Locator-Pattern this endpoint has been registered to.
getLocatorPathPattern() - Method in class org.refcodes.rest.RestEndpointBuilder
Retrieves the resource Locator-Pattern this endpoint has been registered to.
getLocatorRegExp() - Method in interface org.refcodes.rest.RestEndpoint
Retrieves the resource locator (regular expression) pattern this endpoint has been registered to.
getLocatorRegExp() - Method in class org.refcodes.rest.RestEndpointBuilder
Retrieves the resource locator (regular expression) pattern this endpoint has been registered to.
getMaxConnections() - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
getMaxConnections() - Method in class org.refcodes.rest.HttpRestServer
getOauthToken() - Method in class org.refcodes.rest.AbstractRestfulClient
getOauthToken() - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
getPingPath() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Retrieves the ping path from the ping path property.
getPingPath() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
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.
getPingRequestObserver() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Retrieves the ping RestRequestConsumer from the ping RestRequestConsumer property.
getPingRequestObserver() - Method in interface org.refcodes.rest.PingRequestObserverAccessor
Retrieves the ping RestRequestConsumer from the ping RestRequestConsumer 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.AbstractRestfulHttpServerDecorator
getPort() - Method in class org.refcodes.rest.HttpRestServer
getQueryFields() - Method in class org.refcodes.rest.RestResponseHandler
getQueryFields() - Method in class org.refcodes.rest.RestResponseResult
getRealm() - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
getRealm() - Method in class org.refcodes.rest.AbstractRestfulServer
getRealm() - Method in class org.refcodes.rest.BasicAuthEvent
getRealm() - Method in class org.refcodes.rest.RestRequestEvent
getRemoteAddress() - Method in class org.refcodes.rest.BasicAuthEvent
getRemoteAddress() - Method in class org.refcodes.rest.RestRequestEvent
getRemoteAddress() - Method in class org.refcodes.rest.RestResponse
getRequestObserver() - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
getRequestObserver() - Method in class org.refcodes.rest.RestEndpointBuilder
Retrieves the RestRequestConsumer to which any requests are delegated upon invocation of the RestEndpointBuilder.onRequest(RestRequestEvent, org.refcodes.web.HttpServerResponse) method.
getResponse() - Method in class org.refcodes.rest.RestResponseResult
This method retrieves the received RestResponse.
getResponseObserver() - Method in class org.refcodes.rest.RestResponseHandler
Retrieves the RestResponseConsumer to which any responses are delegated upon invocation of the RestResponseHandler.onResponse(RestResponseEvent) method.
getResult() - Method in class org.refcodes.rest.RestResponseResult
Returns the expected RestResponse result, if none result is available it blocks until one is available (or this instance is notified via Object.notifyAll() or one of the RestResponseResult.close() methods).
getScheme() - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
getScheme() - Method in class org.refcodes.rest.HttpRestServer
getSource() - Method in class org.refcodes.rest.BasicAuthEvent
getSource() - Method in class org.refcodes.rest.RestRequestEvent
getSource() - Method in class org.refcodes.rest.RestResponseEvent
getStatusPath() - Method in interface org.refcodes.rest.StatusPathAccessor
Retrieves the status path from the status path property.
getStatusRequestConsumer() - Method in interface org.refcodes.rest.StatusRequestObserverAccessor
Retrieves the status RestRequestConsumer from the status RestRequestConsumer property.
getStatusUrl() - Method in interface org.refcodes.rest.StatusUrlAccessor
Retrieves the status Url from the status Url property.
getTrustStoreDescriptor() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
getTrustStoreDescriptor() - Method in class org.refcodes.rest.AbstractHttpRegistryContextBuilder
getTrustStoreDescriptor() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
getTrustStoreDescriptor() - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
getTrustStoreDescriptor() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
getTrustStoreDescriptor() - Method in class org.refcodes.rest.HttpDiscoveryContextBuilder
getTrustStoreDescriptor() - Method in class org.refcodes.rest.HttpRestClient
getUrl() - Method in class org.refcodes.rest.RestRequest
getUrl() - Method in class org.refcodes.rest.RestRequestBuilder
getUrl() - Method in class org.refcodes.rest.RestResponseHandler
getUrl() - Method in class org.refcodes.rest.RestResponseResult
getUserAgent() - Method in class org.refcodes.rest.AbstractRestfulClient
getUserAgent() - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
getVirtualHost() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
getVirtualHost() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
getWildcardNames() - Method in class org.refcodes.rest.BasicAuthEvent
getWildcardNames() - Method in class org.refcodes.rest.RestRequestEvent
getWildcardReplacement(String) - Method in class org.refcodes.rest.BasicAuthEvent
getWildcardReplacement(String) - Method in class org.refcodes.rest.RestRequestEvent
getWildcardReplacementAt(int) - Method in class org.refcodes.rest.BasicAuthEvent
getWildcardReplacementAt(int) - Method in class org.refcodes.rest.RestRequestEvent
getWildcardReplacements() - Method in class org.refcodes.rest.BasicAuthEvent
getWildcardReplacements() - Method in class org.refcodes.rest.RestRequestEvent
getWildcardReplacements(String...) - Method in class org.refcodes.rest.BasicAuthEvent
getWildcardReplacements(String...) - Method in class org.refcodes.rest.RestRequestEvent
getWildcardReplacementsAt(int...) - Method in class org.refcodes.rest.BasicAuthEvent
getWildcardReplacementsAt(int...) - Method in class org.refcodes.rest.RestRequestEvent

H

hasMediaTypeFactory(MediaType) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
hasMediaTypeFactory(MediaType) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
hasObserver(RestEndpoint) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
hasPostHttpInterceptor(PostHttpClientInterceptor) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
hasPostHttpInterceptor(PostHttpClientInterceptor) - Method in class org.refcodes.rest.HttpRestClient
hasPostHttpInterceptor(PostHttpServerInterceptor) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
hasPostHttpInterceptor(PostHttpServerInterceptor) - Method in class org.refcodes.rest.HttpRestServer
hasPreHttpInterceptor(PreHttpClientInterceptor) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
hasPreHttpInterceptor(PreHttpClientInterceptor) - Method in class org.refcodes.rest.HttpRestClient
hasPreHttpInterceptor(PreHttpServerInterceptor) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
hasPreHttpInterceptor(PreHttpServerInterceptor) - Method in class org.refcodes.rest.HttpRestServer
hasResult() - Method in class org.refcodes.rest.RestResponseResult
Tests whether there is already a HTTP-Response.
HomePathAccessor - Interface in org.refcodes.rest
Provides an accessor for a home path property.
HomePathAccessor.HomePathBuilder<B extends HomePathAccessor.HomePathBuilder<?>> - Interface in org.refcodes.rest
Provides a mutator for an home path property.
HomePathAccessor.HomePathMutator - Interface in org.refcodes.rest
Provides a mutator for a home path property.
HomePathAccessor.HomePathProperty - Interface in org.refcodes.rest
Provides a home path property.
HomeRequestObserver - Interface in org.refcodes.rest
Mixin to register a RestRequestConsumer upon "home" requests.
HomeRequestObserverAccessor - Interface in org.refcodes.rest
Provides an accessor for a home RestRequestConsumer property.
HomeRequestObserverAccessor.HomeRequestObserverBuilder<B extends HomeRequestObserverAccessor.HomeRequestObserverBuilder<B>> - Interface in org.refcodes.rest
Provides a builder method for a home RestRequestConsumer property returning the builder for applying multiple build operations.
HomeRequestObserverAccessor.HomeRequestObserverMutator - Interface in org.refcodes.rest
Provides a mutator for a home RestRequestConsumer property.
HomeRequestObserverAccessor.HomeRequestObserverProperty - Interface in org.refcodes.rest
Provides a home RestRequestConsumer property.
HomeUrlAccessor - Interface in org.refcodes.rest
Provides an accessor for a home Url property.
HomeUrlAccessor.HomeUrlBuilder<B extends HomeUrlAccessor.HomeUrlBuilder<?>> - Interface in org.refcodes.rest
Provides a mutator for an home Url property.
HomeUrlAccessor.HomeUrlMutator - Interface in org.refcodes.rest
Provides a mutator for a home Url property.
HomeUrlAccessor.HomeUrlProperty - Interface in org.refcodes.rest
Provides a home Url property.
HttpDiscovery<B extends HttpDiscovery<B>> - Interface in org.refcodes.rest
The HttpDiscovery describes the functionality required in order to discover a service at a service discovery and discovery service.
HttpDiscoveryContext - Interface in org.refcodes.rest
This context describes all information required to register a server ("service") at a service discovery registry.
HttpDiscoveryContextBuilder - Class in org.refcodes.rest
The HttpDiscoveryContextBuilder implements the HttpDiscoveryContext with builder functionality as of the builder pattern.
HttpDiscoveryContextBuilder(Url) - Constructor for class org.refcodes.rest.HttpDiscoveryContextBuilder
Constructs the HttpDiscoveryContextBuilder context.
HttpDiscoveryContextBuilder(Url, TrustStoreDescriptor) - Constructor for class org.refcodes.rest.HttpDiscoveryContextBuilder
Constructs the HttpDiscoveryContextBuilder context.
HttpDiscoverySidecar<B extends HttpDiscoverySidecar<B>> - Interface in org.refcodes.rest
The HttpDiscoverySidecar describes the functionality required in order to discover a service at a service discovery and discovery service.
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.
HttpExceptionHandler - Interface in org.refcodes.rest
A lambda "catch-all" for handling exceptions during HTTP-Request processing.
HttpExceptionHandlerAccessor - Interface in org.refcodes.rest
Provides access to a HttpExceptionHandler property.
HttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder<B extends HttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder<B>> - Interface in org.refcodes.rest
Provides a builder method for a HttpExceptionHandler property returning the builder for applying multiple build operations.
HttpExceptionHandlerAccessor.HttpExceptionHandlerMutator - Interface in org.refcodes.rest
Extends the HttpExceptionHandlerAccessor with a setter method.
HttpExceptionHandlerAccessor.HttpExceptionHandlerProperty - Interface in org.refcodes.rest
Extends the HttpExceptionHandlerAccessor with a setter method.
HttpExceptionHandling - Enum Class in org.refcodes.rest
Defines how errors affect the HTTP-Body whilst processing a HttpRequest or a HttpResponse along with the according sub-classes.
HttpExceptionHandlingAccessor - Interface in org.refcodes.rest
Provides access to a HttpExceptionHandling property.
HttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder<B extends HttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder<B>> - Interface in org.refcodes.rest
Provides a builder method for a HttpExceptionHandling property returning the builder for applying multiple build operations.
HttpExceptionHandlingAccessor.HttpExceptionHandlingMutator - Interface in org.refcodes.rest
Extends the HttpExceptionHandlingAccessor with a setter method.
HttpExceptionHandlingAccessor.HttpExceptionHandlingProperty - Interface in org.refcodes.rest
Extends the HttpExceptionHandlingAccessor with a setter method.
HttpRegistry<DESC extends HttpServerDescriptor,B extends HttpRegistry<DESC,B>> - Interface in org.refcodes.rest
The HttpRegistry describes the functionality required in order to register a service at a service registry and discovery service.
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.
HttpRegistrySidecar<DESC extends HttpServerDescriptor,B extends HttpRegistrySidecar<DESC,B>> - Interface in org.refcodes.rest
The HttpRegistrySidecar describes the functionality required in order to register a service at a service registry and discovery service.
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 - Class in org.refcodes.rest
The HttpRestClient implements the RestfulHttpClient interface.
HttpRestClient() - Constructor for class org.refcodes.rest.HttpRestClient
Constructs a HttpRestClient.
HttpRestClient(ExecutorService) - Constructor for class org.refcodes.rest.HttpRestClient
Constructs a HttpRestClient.
HttpRestClientSingleton - Class in org.refcodes.rest
The singleton of the HttpRestClient for easy RestfulHttpClient 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 - Class in org.refcodes.rest
Implementation of the RestfulHttpServer interface using the RestfulHttpServer defined in the com.sun.net.httpserver package.
HttpRestServer() - Constructor for class org.refcodes.rest.HttpRestServer
Constructs a HttpRestServer.
HttpRestServer(boolean) - Constructor for class org.refcodes.rest.HttpRestServer
Constructs a HttpRestServer.
HttpRestServer(ExecutorService) - Constructor for class org.refcodes.rest.HttpRestServer
Constructs a HttpRestServer.
HttpRestServer(ExecutorService, boolean) - Constructor for class org.refcodes.rest.HttpRestServer
Constructs a HttpRestServer.
HttpRestServer(ThreadingModel) - Constructor for class org.refcodes.rest.HttpRestServer
Constructs a HttpRestServer.
HttpRestServer(ThreadingModel, boolean) - Constructor for class org.refcodes.rest.HttpRestServer
Constructs a HttpRestServer.
HttpRestServerSingleton - Class in org.refcodes.rest
The singleton of the HttpRestServer for easy RestfulHttpServer 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.
HttpServerDescriptorFactory<DESC extends HttpServerDescriptor> - Interface in org.refcodes.rest
The HttpServerDescriptorFactory provides factory functionality for creating HttpServerDescriptor instances.

I

initialize() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
Initially fetches the list of available services and their accordingly associated Url from the discovery service.
initialize() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Initializes the HttpRegistry by registering it at the service registry with a status such as "starting" or "initializing" or "not-ready-yet".
initialize() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
Initially fetches the list of available services and their accordingly associated Url from the discovery service.
initialize() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Initializes the HttpRegistry 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.HttpDiscovery
Initially fetches the list of available services and their accordingly associated Url from the discovery service.
initialize() - Method in interface org.refcodes.rest.HttpRegistry
Initializes the HttpRegistry 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.HttpRegistry
Initializes the HttpRegistry 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.HttpRegistry
Initializes the HttpRegistry 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.HttpRegistry
Initializes the HttpRegistry 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, RestRequestConsumer, Url) - Method in interface org.refcodes.rest.RestfulHttpRegistryServer
Initializes the RestfulHttpRegistryServer 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.HttpRegistry
Initializes the HttpRegistry 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.HttpRegistry
Initializes the HttpRegistry 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, RestRequestConsumer, Url) - Method in interface org.refcodes.rest.RestfulHttpRegistryServer
Initializes the RestfulHttpRegistryServer 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.HttpRegistry
Initializes the HttpRegistry by registering it at the service registry with a status such as "starting" or "initializing" or "not-ready-yet".
initialize(HttpDiscoveryContext) - Method in interface org.refcodes.rest.HttpDiscovery
Initially fetches the list of available services and their accordingly associated Url from the discovery service.
initialize(HttpRegistryContext<DESC>) - Method in interface org.refcodes.rest.HttpRegistry
Initializes the HttpRegistry by registering it at the service registry with a status such as "starting" or "initializing" or "not-ready-yet".
initialize(Url) - Method in interface org.refcodes.rest.HttpDiscovery
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.HttpDiscovery
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.HttpDiscovery
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.HttpDiscovery
Initially fetches the list of available services and their accordingly associated Url from the discovery service.
initMedaTypeFactories() - Method in class org.refcodes.rest.AbstractRestfulClient
Adds the default MediaTypeFactory instances.
initMedaTypeFactories() - Method in class org.refcodes.rest.AbstractRestfulServer
Adds the default MediaTypeFactory instances.
isDestroyable() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
isDestroyable() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
isDestroyable() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
isDestroyable() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
isDestroyed() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
isDestroyed() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
isDestroyed() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
isDestroyed() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
isInitalizable() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
isInitalizable() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
isInitalizable() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
isInitalizable() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
isInitialized() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
isInitialized() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
isInitialized() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
isInitialized() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
isObserversActive() - Method in class org.refcodes.rest.AbstractRestfulServer
isPausable() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
isPausable() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
isPausable() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
isPausable() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
isPaused() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
isPaused() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
isPaused() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
isPaused() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
isResumable() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
isResumable() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
isResumable() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
isResumable() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
isRunning() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
isRunning() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
isRunning() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
isRunning() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
isStartable() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
isStartable() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
isStartable() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
isStartable() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
isStoppable() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
isStoppable() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
isStoppable() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
isStoppable() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
isStopped() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
isStopped() - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
isStopped() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
isStopped() - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator

K

KEEP - Enum constant in enum class org.refcodes.rest.HttpExceptionHandling
Do not modify the so far processed HTTP-Response except update the actual HTTP-Status-Code.

L

letHomePath(String) - Method in interface org.refcodes.rest.HomePathAccessor.HomePathProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String (setter) as of HomePathAccessor.HomePathMutator.setHomePath(String) and returns the very same value (getter).
letHomeRequestObserver(RestRequestConsumer) - Method in interface org.refcodes.rest.HomeRequestObserverAccessor.HomeRequestObserverProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given RestRequestConsumer (setter) as of HomeRequestObserverAccessor.HomeRequestObserverMutator.setHomeRequestObserver(RestRequestConsumer) and returns the very same value (getter).
letHomeUrl(Url) - Method in interface org.refcodes.rest.HomeUrlAccessor.HomeUrlProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given Url (setter) as of HomeUrlAccessor.HomeUrlMutator.setHomeUrl(Url) and returns the very same value (getter).
letHttpDiscoveryUrl(Url) - Method in interface org.refcodes.rest.HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given Url (setter) as of HttpDiscoveryUrlAccessor.HttpDiscoveryUrlMutator.setHttpDiscoveryUrl(Url) and returns the very same value (getter).
letHttpExceptionHandler(HttpExceptionHandler) - Method in interface org.refcodes.rest.HttpExceptionHandlerAccessor.HttpExceptionHandlerProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given HttpExceptionHandler (setter) as of HttpExceptionHandlerAccessor.HttpExceptionHandlerMutator.setHttpExceptionHandler(HttpExceptionHandler) and returns the very same value (getter).
letHttpExceptionHandling(HttpExceptionHandling) - Method in interface org.refcodes.rest.HttpExceptionHandlingAccessor.HttpExceptionHandlingProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given HttpExceptionHandling (setter) as of HttpExceptionHandlingAccessor.HttpExceptionHandlingMutator.setHttpExceptionHandling(HttpExceptionHandling) and returns the very same value (getter).
letHttpRegistryUrl(Url) - Method in interface org.refcodes.rest.HttpRegistryUrlAccessor.HttpRegistryUrlProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given Url (setter) as of HttpRegistryUrlAccessor.HttpRegistryUrlMutator.setHttpRegistryUrl(Url) and returns the very same value (getter).
letHttpServerDescriptor(DESC) - Method in interface org.refcodes.rest.HttpServerDescriptorAccessor.HttpServerDescriptorProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given value (setter) as of HttpServerDescriptorAccessor.HttpServerDescriptorMutator.setHttpServerDescriptor(HttpServerDescriptor) and returns the very same value (getter).
letPingPath(String) - Method in interface org.refcodes.rest.PingPathAccessor.PingPathProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String (setter) as of PingPathAccessor.PingPathMutator.setPingPath(String) and returns the very same value (getter).
letPingRequestObserver(RestRequestConsumer) - Method in interface org.refcodes.rest.PingRequestObserverAccessor.PingRequestObserverProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given RestRequestConsumer (setter) as of PingRequestObserverAccessor.PingRequestObserverMutator.setPingRequestObserver(RestRequestConsumer) and returns the very same value (getter).
letPingUrl(Url) - Method in interface org.refcodes.rest.PingUrlAccessor.PingUrlProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given Url (setter) as of PingUrlAccessor.PingUrlMutator.setPingUrl(Url) and returns the very same value (getter).
letStatusPath(String) - Method in interface org.refcodes.rest.StatusPathAccessor.StatusPathProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given String (setter) as of StatusPathAccessor.StatusPathMutator.setStatusPath(String) and returns the very same value (getter).
letStatusRequestObserver(RestRequestConsumer) - Method in interface org.refcodes.rest.StatusRequestObserverAccessor.StatusRequestObserverProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given RestRequestConsumer (setter) as of StatusRequestObserverAccessor.StatusRequestObserverMutator.setStatusRequestObserver(RestRequestConsumer) and returns the very same value (getter).
letStatusUrl(Url) - Method in interface org.refcodes.rest.StatusUrlAccessor.StatusUrlProperty
This method stores and passes through the given argument, which is very useful for builder APIs: Sets the given Url (setter) as of StatusUrlAccessor.StatusUrlMutator.setStatusUrl(Url) and returns the very same value (getter).
LoopbackRestClient - Class in org.refcodes.rest
Implements the RestfulClient interface to be used as loopback device e.g. for testing purposes such as testing your RestResponseConsumer implementations.
LoopbackRestClient() - Constructor for class org.refcodes.rest.LoopbackRestClient
 
LoopbackRestClientSingleton - Class in org.refcodes.rest
The singleton of the LoopbackRestClient for easy LoopbackRestClient access.
LoopbackRestClientSingleton() - Constructor for class org.refcodes.rest.LoopbackRestClientSingleton
Instantiates a new loopback rest client singleton.
LoopbackRestServer - Class in org.refcodes.rest
Implements a RestfulServer to be used as loopback device e.g. for testing purposes such as testing your RestRequestConsumer implementations.
LoopbackRestServer() - Constructor for class org.refcodes.rest.LoopbackRestServer
 
LoopbackRestServerSingleton - Class in org.refcodes.rest
The singleton of the LoopbackRestServer for easy RestfulServer access.
LoopbackRestServerSingleton() - Constructor for class org.refcodes.rest.LoopbackRestServerSingleton
Instantiates a new loopback rest server singleton.

M

MERGE - Enum constant in enum class org.refcodes.rest.HttpExceptionHandling
Keep the so far processed HTTP-Response as is except update the actual HTTP-Status-Code, add only non-existing fields if possible with the error description fields.

O

OauthTokenHandler - Class in org.refcodes.rest
Self refreshing implementation of the OauthToken.
OauthTokenHandler(String, String, String, String, Integer, String) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(String, String, String, String, Integer, String, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(String, String, String, String, Integer, String, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(String, String, String, String, String) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, String, String, String, String, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, String, String, String, String, String) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, String, String, String, String, String, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, String, String, String, String, String, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, String, String, String, String, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, String, String, String, String, GrantType) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, String, String, String, String, GrantType, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, String, String, String, String, GrantType, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, RestfulHttpClient, String, String, String, Integer, String) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(String, RestfulHttpClient, String, String, String, Integer, String, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(String, RestfulHttpClient, String, String, String, Integer, String, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(String, RestfulHttpClient, String, String, String, String) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, RestfulHttpClient, String, String, String, String, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, RestfulHttpClient, String, String, String, String, String) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, RestfulHttpClient, String, String, String, String, String, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, RestfulHttpClient, String, String, String, String, String, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, RestfulHttpClient, String, String, String, String, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, RestfulHttpClient, String, String, String, String, GrantType) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, RestfulHttpClient, String, String, String, String, GrantType, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, RestfulHttpClient, String, String, String, String, GrantType, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(String, RestfulHttpClient, OauthToken) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(String, RestfulHttpClient, OauthToken, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(String, RestfulHttpClient, OauthToken, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(String, OauthToken) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(String, OauthToken, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(String, OauthToken, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, String, String, String, Integer, String) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, String, String, String, Integer, String, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, String, String, String, Integer, String, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, String, String, String, String) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(Url, String, String, String, String, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(Url, String, String, String, String, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(Url, RestfulHttpClient, String, String, String, Integer, String) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, RestfulHttpClient, String, String, String, Integer, String, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, RestfulHttpClient, String, String, String, Integer, String, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, RestfulHttpClient, String, String, String, String) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(Url, RestfulHttpClient, String, String, String, String, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(Url, RestfulHttpClient, String, String, String, String, String) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(Url, RestfulHttpClient, String, String, String, String, String, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(Url, RestfulHttpClient, String, String, String, String, String, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(Url, RestfulHttpClient, String, String, String, String, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(Url, RestfulHttpClient, String, String, String, String, GrantType) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(Url, RestfulHttpClient, String, String, String, String, GrantType, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(Url, RestfulHttpClient, String, String, String, String, GrantType, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters by using the user's name and password for a "password" grant type authentication to retrieve a OauthToken.
OauthTokenHandler(Url, RestfulHttpClient, HttpBodyMap) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, RestfulHttpClient, HttpBodyMap, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, RestfulHttpClient, HttpBodyMap, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, RestfulHttpClient, OauthToken) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, RestfulHttpClient, OauthToken, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, RestfulHttpClient, OauthToken, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, HttpBodyMap) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, HttpBodyMap, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, HttpBodyMap, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, OauthToken) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, OauthToken, int, long, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
OauthTokenHandler(Url, OauthToken, RetryCounter, long) - Constructor for class org.refcodes.rest.OauthTokenHandler
Constructs an instance of the OauthTokenHandler with the given parameters.
observers() - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
observers() - Method in class org.refcodes.rest.AbstractRestfulServer
onBasicAuthRequest(InetSocketAddress, InetSocketAddress, HttpMethod, String, BasicAuthCredentials, String) - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
onBasicAuthRequest(BasicAuthObserver) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
onBasicAuthRequest(BasicAuthObserver) - Method in class org.refcodes.rest.HttpRestServer
onBasicAuthRequest(BasicAuthObserver) - Static method in class org.refcodes.rest.HttpRestServerSugar
See BasicAuthObservable.onBasicAuthRequest(BasicAuthObserver).
onConnectionRequest(HttpsConnectionRequestObserver) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
onConnectionRequest(HttpsConnectionRequestObserver) - Method in class org.refcodes.rest.HttpRestServer
onDelete(String) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, int, String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, int, String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, int, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, int, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, int, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, int, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, int, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, int, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, String, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, String, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, RestRequestConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming DELETE methods.
onDelete(String, RestRequestConsumer) - Static method in class org.refcodes.rest.HttpRestServerSugar
onDelete(String, RestRequestConsumer) - Method in interface org.refcodes.rest.RestfulServer
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming DELETE methods.
onDelete(String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Pattern, RestRequestConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming DELETE methods.
onDelete(Pattern, RestRequestConsumer) - Static method in class org.refcodes.rest.HttpRestServerSugar
onDelete(Pattern, RestRequestConsumer) - Method in interface org.refcodes.rest.RestfulServer
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming DELETE methods.
onDelete(Scheme, String, int, String) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, int, String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, int, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, int, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, int, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, int, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, int, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, int, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, String) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Scheme, String, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Scheme, String, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Url, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Url, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Url, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Url, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Url, RequestHeaderFields) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Url, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseResult instance used for the request.
onDelete(Url, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Url, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Url, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onDelete(Url, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestDeleteClient
Creates a DELETE request with the common attributes and returns the according RestResponseHandler instance used for the request.
onDelete(Url, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestDeleteClientSugar
onGet(String) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, int, String) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, int, String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, int, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, int, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, int, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, int, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, int, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, int, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, String) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, String, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, String, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, RestRequestConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming GET methods.
onGet(String, RestRequestConsumer) - Static method in class org.refcodes.rest.HttpRestServerSugar
onGet(String, RestRequestConsumer) - Method in interface org.refcodes.rest.RestfulServer
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming GET methods.
onGet(String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Pattern, RestRequestConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming GET methods.
onGet(Pattern, RestRequestConsumer) - Static method in class org.refcodes.rest.HttpRestServerSugar
onGet(Pattern, RestRequestConsumer) - Method in interface org.refcodes.rest.RestfulServer
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming GET methods.
onGet(Scheme, String, int, String) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, int, String) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, int, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, int, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, int, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, int, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, int, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, int, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, String) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Scheme, String, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Scheme, String, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Url, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Url, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Url, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Url, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Url, RequestHeaderFields) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Url, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseResult instance used for the request.
onGet(Url, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Url, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Url, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onGet(Url, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestGetClient
Creates a GET request with the common attributes and returns the according RestResponseHandler instance used for the request.
onGet(Url, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestGetClientSugar
onHttpError(RestRequestEvent, HttpServerResponse, Exception, HttpStatusCode) - Method in interface org.refcodes.rest.HttpExceptionHandler
Invoked upon thrown Exception instances whilst processing HTTP-Requests.
onHttpException(HttpExceptionHandler) - Method in interface org.refcodes.rest.HttpExceptionHandlerAccessor.HttpExceptionHandlerMutator
Sets the HttpExceptionHandler for the HttpExceptionHandler property.
onHttpException(HttpExceptionHandler) - Static method in class org.refcodes.rest.HttpRestServerSugar
onHttpRequest(InetSocketAddress, InetSocketAddress, HttpMethod, Url, RequestHeaderFields, InputStream, HttpServerResponse) - Method in class org.refcodes.rest.AbstractRestfulServer
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, InputStream, HttpServerResponse) - Method in class 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, String, HttpServerResponse) - Method in class org.refcodes.rest.LoopbackRestServer
Invoke this method to simulate a REST request to be handled by the according registered RestEndpoint instances:.
onPingRequest(RestRequestConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Sets the ping RestRequestConsumer listening for "ping" requests.
onPingRequest(RestRequestConsumer) - Method in interface org.refcodes.rest.PingRequestObserver
Sets the ping RestRequestConsumer listening for "ping" requests.
onPost(String) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, int, String) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, int, String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, int, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, int, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, int, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, int, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, int, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, int, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, String) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, String, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, String, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, RestRequestConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming POST methods.
onPost(String, RestRequestConsumer) - Static method in class org.refcodes.rest.HttpRestServerSugar
onPost(String, RestRequestConsumer) - Method in interface org.refcodes.rest.RestfulServer
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming POST methods.
onPost(String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Pattern, RestRequestConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming POST methods.
onPost(Pattern, RestRequestConsumer) - Static method in class org.refcodes.rest.HttpRestServerSugar
onPost(Pattern, RestRequestConsumer) - Method in interface org.refcodes.rest.RestfulServer
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming POST methods.
onPost(Scheme, String, int, String) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, int, String) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, int, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, int, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, int, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, int, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, int, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, int, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, String) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Scheme, String, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Scheme, String, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Url, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Url, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Url, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Url, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Url, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Url, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseResult instance used for the request.
onPost(Url, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Url, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Url, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPost(Url, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPostClient
Creates a POST request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPost(Url, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPostClientSugar
onPut(String) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, int, String) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, int, String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, int, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, int, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, int, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, int, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, int, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, int, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, String) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, String, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, String, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, RestRequestConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming PUT methods.
onPut(String, RestRequestConsumer) - Static method in class org.refcodes.rest.HttpRestServerSugar
onPut(String, RestRequestConsumer) - Method in interface org.refcodes.rest.RestfulServer
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming PUT methods.
onPut(String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Pattern, RestRequestConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming PUT methods.
onPut(Pattern, RestRequestConsumer) - Static method in class org.refcodes.rest.HttpRestServerSugar
onPut(Pattern, RestRequestConsumer) - Method in interface org.refcodes.rest.RestfulServer
Even more convenient: Everything done here can also be done using RestfulServer.onRequest(HttpMethod, String, RestRequestConsumer): Registers a RestRequestConsumer with the given Locator-Pattern to incoming PUT methods.
onPut(Scheme, String, int, String) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, int, String) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, int, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, int, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, int, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, int, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, int, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, int, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, String) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Scheme, String, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Scheme, String, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Url, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Url, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Url, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Url, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Url, RequestHeaderFields) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Url, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseResult instance used for the request.
onPut(Url, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Url, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Url, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onPut(Url, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestPutClient
Creates a PUT request with the common attributes and returns the according RestResponseHandler instance used for the request.
onPut(Url, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestPutClientSugar
onRequest(String, RestRequestConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Registers a preconfigured RestEndpoint, triggerd by any HTTP method, and returns its instance.
onRequest(String, RestRequestConsumer) - Static method in class org.refcodes.rest.HttpRestServerSugar
onRequest(String, RestRequestConsumer) - Method in interface org.refcodes.rest.RestfulServer
Registers a preconfigured RestEndpoint, triggerd by any HTTP method, and returns its instance.
onRequest(Pattern, RestRequestConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Registers a preconfigured RestEndpoint, triggerd by any HTTP method, and returns its instance.
onRequest(Pattern, RestRequestConsumer) - Static method in class org.refcodes.rest.HttpRestServerSugar
onRequest(Pattern, RestRequestConsumer) - Method in interface org.refcodes.rest.RestfulServer
Registers a preconfigured RestEndpoint, triggerd by any HTTP method, and returns its instance.
onRequest(RestEndpoint) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
For the sake of unified naming, this method just delegates to Observable.subscribeObserver(Object).
onRequest(RestEndpoint) - Method in interface org.refcodes.rest.RestfulServer
For the sake of unified naming, this method just delegates to Observable.subscribeObserver(Object).
onRequest(RestRequestEvent, HttpServerResponse) - Method in class org.refcodes.rest.RestEndpointBuilder
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.RestRequestConsumer
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(HttpMethod, String, RestRequestConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Registers a preconfigured RestEndpoint with the least required attributes and returns its instance.
onRequest(HttpMethod, String, RestRequestConsumer) - Static method in class org.refcodes.rest.HttpRestServerSugar
onRequest(HttpMethod, String, RestRequestConsumer) - Method in interface org.refcodes.rest.RestfulServer
Registers a preconfigured RestEndpoint with the least required attributes and returns its instance.
onRequest(HttpMethod, Pattern, RestRequestConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Registers a preconfigured RestEndpoint with the least required attributes and returns its instance.
onRequest(HttpMethod, Pattern, RestRequestConsumer) - Static method in class org.refcodes.rest.HttpRestServerSugar
onRequest(HttpMethod, Pattern, RestRequestConsumer) - Method in interface org.refcodes.rest.RestfulServer
Registers a preconfigured RestEndpoint with the least required attributes and returns its instance.
onResponse(RestResponseEvent) - Method in interface org.refcodes.rest.RestResponseConsumer
The invoker provides a response context being a RestResponseEvent describing the response being processed upon by your lambda's code.
onResponse(RestResponseEvent) - Method in class org.refcodes.rest.RestResponseHandler
The invoker provides a response context being a RestResponseEvent describing the response being processed upon by your lambda's code.
onResponse(RestResponseEvent) - Method in class org.refcodes.rest.RestResponseResult
The invoker provides a response context being a RestResponseEvent describing the response being processed upon by your lambda's code.
onResponse(HttpMethod, String) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, int, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, int, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, int, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, int, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, int, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, int, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, int, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, int, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, String, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, String, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, int, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, int, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, String) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, String, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, String, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, String, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, String, FormFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, FormFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, String, FormFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, FormFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, String, FormFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, FormFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, String, FormFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, String, FormFields, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, String, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Scheme, String, String, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, String, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Scheme, String, String, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Scheme, String, String, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Url, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Url, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Url, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Url, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Url, RequestHeaderFields) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Url, RequestHeaderFields) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Url, RequestHeaderFields, Object) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Url, RequestHeaderFields, Object) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Url, RequestHeaderFields, Object, int) - Method in class org.refcodes.rest.AbstractRestfulClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Url, RequestHeaderFields, Object, int) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Url, RequestHeaderFields, Object, int) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseResult instance used for the request.
onResponse(HttpMethod, Url, RequestHeaderFields, Object, int, RestResponseConsumer) - Method in class org.refcodes.rest.AbstractRestfulClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Url, RequestHeaderFields, Object, int, RestResponseConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Url, RequestHeaderFields, Object, int, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Url, RequestHeaderFields, Object, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Url, RequestHeaderFields, Object, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onResponse(HttpMethod, Url, RequestHeaderFields, RestResponseConsumer) - Method in interface org.refcodes.rest.RestRequestClient
Creates a request with the possible attributes and returns the according RestResponseHandler instance used for the request.
onResponse(HttpMethod, Url, RequestHeaderFields, RestResponseConsumer) - Static method in class org.refcodes.rest.RestRequestClientSugar
onRestRequest(RestRequestHandler) - Method in class org.refcodes.rest.AbstractRestfulClient
Sets the hook receiving a prepared RestResponseHandler instance to be used to do the technical request with the technology chosen by the implementing sub-class.
onRestRequest(RestRequestHandler) - Method in class org.refcodes.rest.LoopbackRestClient
Registers a RestRequestHandler to simulate a REST response: The RestRequestHandler.doRequest(org.refcodes.web.HttpClientRequest) method is invoked with a prepared RestResponseHandler instance representing the request being sent and produces an according RestResponseEvent to be passed back to the issuer of the request.
open() - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
open() - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
open() - Static method in class org.refcodes.rest.HttpRestClientSugar
open() - Method in class org.refcodes.rest.RestEndpointBuilder
open() - Method in interface org.refcodes.rest.RestfulHttpClient
open() - Method in interface org.refcodes.rest.RestfulHttpServer
open() - Method in class org.refcodes.rest.RestResponseHandler
open() - Method in class org.refcodes.rest.RestResponseResult
open(int) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Opens the HTTP sever connection (socket) at the given port.
open(int) - Static method in class org.refcodes.rest.HttpRestServerSugar
open(int) - Method in interface org.refcodes.rest.RestfulHttpServer
Opens the HTTP sever connection (socket) at the given port.
open(int, int) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Opens the HTTP sever connection (socket) at the given port allowing the given number of maximum connections at the same time.
open(int, int) - Static method in class org.refcodes.rest.HttpRestServerSugar
open(int, int) - Method in interface org.refcodes.rest.RestfulHttpServer
Opens the HTTP sever connection (socket) at the given port allowing the given number of maximum connections at the same time.
open(HttpServer) - Method in class org.refcodes.rest.HttpRestServer
A hook to be used when using custom RestfulHttpServer ( HttpsServer) by custom open(...) methods of sub-classes of this HttpRestServer.
open(String, KeyStoreDescriptor) - Method in interface org.refcodes.rest.RestfulHttpServer
Same as 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) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
Same as 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) - Method in interface org.refcodes.rest.RestfulHttpServer
Same as 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.AbstractRestfulHttpServerDecorator
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(String, KeyStoreDescriptor, int, int) - Method in class 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(String, KeyStoreDescriptor, int, int) - Method in interface org.refcodes.rest.RestfulHttpServer
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(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(Scheme, KeyStoreDescriptor) - Method in interface org.refcodes.rest.RestfulHttpServer
Same as open(String, KeyStoreDescriptor, int) but: The number of maximum connections at the same time is decided upon by the implementations's default value.
open(Scheme, KeyStoreDescriptor, int) - Method in interface org.refcodes.rest.RestfulHttpServer
Same as 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, int, int) - Method in interface org.refcodes.rest.RestfulHttpServer
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(KeyStoreDescriptor) - Method in interface org.refcodes.rest.RestfulHttpServer
Same as open(String, KeyStoreDescriptor, int) but: The protocol for the underlying SSLContext used is set to "TLS".
open(KeyStoreDescriptor, int) - Method in interface org.refcodes.rest.RestfulHttpServer
Same as open(String, KeyStoreDescriptor, int, int) but: The protocol for the underlying SSLContext used is set to "TLS".
open(KeyStoreDescriptor, int, int) - Method in interface org.refcodes.rest.RestfulHttpServer
Same as open(String, KeyStoreDescriptor, int, int) but: The protocol for the underlying SSLContext used is set to "TLS".
open(KeyStoreDescriptor, Integer) - Static method in class org.refcodes.rest.HttpRestServerSugar
open(KeyStoreDescriptor, Integer, int) - Static method in class org.refcodes.rest.HttpRestServerSugar
open(TrustStoreDescriptor) - Static method in class org.refcodes.rest.HttpRestClientSugar
open(TrustStoreDescriptor) - Method in interface org.refcodes.rest.RestfulHttpClient
Configures the HTTPS client connection with the provided configuration parameters.
open(HttpClientContext) - Method in interface org.refcodes.rest.RestfulHttpClient
open(HttpServerContext) - Static method in class org.refcodes.rest.HttpRestClientSugar
See ConnectionOpenable.open(Object).
open(HttpServerContext) - Static method in class org.refcodes.rest.HttpRestServerSugar
See ConnectionOpenable.open(Object).
open(HttpServerContext) - Method in interface org.refcodes.rest.RestfulHttpServer
open(Url) - Static method in class org.refcodes.rest.HttpRestClientSugar
open(Url) - Method in interface org.refcodes.rest.RestfulHttpClient
Configures the HTTPS client connection with the provided configuration parameters.
open(Url, TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
Configures the HTTPS client connection with the provided configuration parameters.
open(Url, TrustStoreDescriptor) - Method in class org.refcodes.rest.HttpRestClient
Configures the HTTPS client connection with the provided configuration parameters.
open(Url, TrustStoreDescriptor) - Static method in class org.refcodes.rest.HttpRestClientSugar
open(Url, TrustStoreDescriptor) - Method in interface org.refcodes.rest.RestfulHttpClient
Configures the HTTPS client connection with the provided configuration parameters.
openUnchecked() - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
openUnchecked(HttpServerContext) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
org.refcodes.rest - module org.refcodes.rest
 
org.refcodes.rest - package org.refcodes.rest
With this artifact you easily create your serverless RESTful services and REST clients.

P

pause() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
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.AbstractHttpRegistrySidecar
Some "deactivated" status is communicated to the registry server.
pause() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
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.AbstractRestfulHttpRegistryServerDecorator
Some "deactivated" status is communicated to the registry server.
pause() - Method in interface org.refcodes.rest.HttpDiscovery
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.HttpRegistry
Some "deactivated" status is communicated to the registry server.
pause() - Method in interface org.refcodes.rest.RestfulHttpRegistryServer
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.
PingRequestObserver - Interface in org.refcodes.rest
Mixin to register a RestRequestConsumer upon "ping" requests.
PingRequestObserverAccessor - Interface in org.refcodes.rest
Provides an accessor for a ping RestRequestConsumer property.
PingRequestObserverAccessor.PingRequestObserverBuilder<B extends PingRequestObserverAccessor.PingRequestObserverBuilder<B>> - Interface in org.refcodes.rest
Provides a builder method for a ping RestRequestConsumer property returning the builder for applying multiple build operations.
PingRequestObserverAccessor.PingRequestObserverMutator - Interface in org.refcodes.rest
Provides a mutator for a ping RestRequestConsumer property.
PingRequestObserverAccessor.PingRequestObserverProperty - Interface in org.refcodes.rest
Provides a ping RestRequestConsumer 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.HttpRestClient
Pipe.
postIntercept(HttpClientRequest, HttpClientResponse) - Method in class org.refcodes.rest.AbstractRestfulClient
Invoked to post-process a HttpClientRequest alongside a HttpClientResponse.
postIntercept(HttpClientRequest, HttpClientResponse) - Method in class org.refcodes.rest.CorrelationClientInterceptor
postIntercept(HttpClientRequest, HttpClientResponse) - Method in class org.refcodes.rest.HttpRestClient
Invoked to post-process a HttpClientRequest alongside a HttpClientResponse.
postIntercept(HttpServerRequest, HttpServerResponse) - Method in class org.refcodes.rest.AbstractRestfulServer
Invoked to post-process a HttpServerRequest alongside a HttpServerResponse.
postIntercept(HttpServerRequest, HttpServerResponse) - Method in class org.refcodes.rest.CorrelationServerInterceptor
postIntercept(HttpServerRequest, HttpServerResponse) - Method in class org.refcodes.rest.HttpRestServer
Invoked to post-process a HttpServerRequest alongside a HttpServerResponse.
preIntercept(HttpClientRequest, HttpClientResponse) - Method in class org.refcodes.rest.AbstractRestfulClient
Invoked to pre-process a HttpClientRequest alongside a HttpClientResponse.
preIntercept(HttpClientRequest, HttpClientResponse) - Method in class org.refcodes.rest.CorrelationClientInterceptor
preIntercept(HttpClientRequest, HttpClientResponse) - Method in class org.refcodes.rest.HttpRestClient
Invoked to pre-process a HttpClientRequest alongside a HttpClientResponse.
preIntercept(HttpServerRequest, HttpServerResponse) - Method in class org.refcodes.rest.AbstractRestfulServer
Invoked to pre-process a HttpServerRequest alongside a HttpServerResponse.
preIntercept(HttpServerRequest, HttpServerResponse) - Method in class org.refcodes.rest.CorrelationServerInterceptor
preIntercept(HttpServerRequest, HttpServerResponse) - Method in class org.refcodes.rest.HttpRestServer
Invoked to pre-process a HttpServerRequest alongside a HttpServerResponse.
preProcessHeaderFields(RequestHeaderFields) - Method in class org.refcodes.rest.AbstractRestfulClient
Pre-processes the given header fields before the HTTP-Request is issued.

R

removePostHttpInterceptor(PostHttpClientInterceptor) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
removePostHttpInterceptor(PostHttpClientInterceptor) - Method in class org.refcodes.rest.HttpRestClient
removePostHttpInterceptor(PostHttpServerInterceptor) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
removePostHttpInterceptor(PostHttpServerInterceptor) - Method in class org.refcodes.rest.HttpRestServer
removePreHttpInterceptor(PreHttpClientInterceptor) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
removePreHttpInterceptor(PreHttpClientInterceptor) - Method in class org.refcodes.rest.HttpRestClient
removePreHttpInterceptor(PreHttpServerInterceptor) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
removePreHttpInterceptor(PreHttpServerInterceptor) - Method in class org.refcodes.rest.HttpRestServer
REPLACE - Enum constant in enum class org.refcodes.rest.HttpExceptionHandling
Create a new HTTP-Response with the according HTTP-Status-Code and the error description fields.
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 RestfulServer ( RestfulHttpServer) and defines the target for a REST request.
RestEndpointBuilder - Class in org.refcodes.rest
An RestEndpointBuilder extends an RestEndpoint with builder functionality and adds lambda support for handling the requests addressed to this RestEndpoint.
RestEndpointBuilder() - Constructor for class org.refcodes.rest.RestEndpointBuilder
Constructs a plain RestEndpointBuilder, make sure to provide the least required attributes as demonstrated by the constructor RestEndpointBuilder(HttpMethod, String, RestRequestConsumer).
RestEndpointBuilder(HttpMethod, String, RestRequestConsumer) - Constructor for class org.refcodes.rest.RestEndpointBuilder
Constructs an RestEndpointBuilder with the least required attributes.
RestEndpointBuilder(HttpMethod, Pattern, RestRequestConsumer) - Constructor for class org.refcodes.rest.RestEndpointBuilder
Constructs an RestEndpointBuilder with the least required attributes.
RestfulClient - Interface in org.refcodes.rest
A client to send requests for communicating with a RESTful server such as the RestfulHttpServer.
RestfulHttpClient - Interface in org.refcodes.rest
Extends a RestfulClient to be capable of providing a User-Agent with UserAgentAccessor.UserAgentMutator.setUserAgent(String) (RestfulHttpClient.withUserAgent(String)) and to be capable of using base URLs to be set with BaseUrlAccessor.BaseUrlMutator.setBaseUrl(String) ( RestfulHttpClient.withBaseUrl(String)).
RestfulHttpDiscoveryClient<B extends RestfulHttpDiscoveryClient<B>> - Interface in org.refcodes.rest
The RestfulHttpDiscoveryClient provides additional functionality for registering at and signing off from a service discovery service in order to resolve URLs to or from other services.
RestfulHttpRegistryServer<DESC extends HttpServerDescriptor,B extends RestfulHttpRegistryServer<DESC,B>> - Interface in org.refcodes.rest
The RestfulHttpRegistryServer provides additional functionality for registering at and signing off from a service discovery service in order to resolve URLs to or from other services.
RestfulHttpServer - Interface in org.refcodes.rest
Extends a RestfulServer 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 open(int, int).
RestfulServer - Interface in org.refcodes.rest
The RestfulServer acts as the target for clients issuing REST requests.
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 - Class in org.refcodes.rest
A RestRequest describes a REST request and the RestResponse providing the response.
RestRequest(RestfulClient) - Constructor for class org.refcodes.rest.RestRequest
Instantiates a new rest request builder impl.
RestRequest(HttpMethod, Url, int, RestfulClient) - Constructor for class org.refcodes.rest.RestRequest
Instantiates a new rest request builder impl.
RestRequest(HttpMethod, Url, Object, int, RestfulClient) - Constructor for class org.refcodes.rest.RestRequest
Instantiates a new rest request builder impl.
RestRequest(HttpMethod, Url, Object, RestfulClient) - Constructor for class org.refcodes.rest.RestRequest
Instantiates a new rest request builder impl.
RestRequest(HttpMethod, Url, RestfulClient) - Constructor for class org.refcodes.rest.RestRequest
Instantiates a new rest request builder impl.
RestRequest(HttpMethod, Url, RequestHeaderFields, Object, int, RestfulClient) - Constructor for class org.refcodes.rest.RestRequest
Instantiates a new rest request builder impl.
RestRequest(HttpMethod, Url, RequestHeaderFields, Object, RestfulClient) - Constructor for class org.refcodes.rest.RestRequest
Instantiates a new rest request builder impl.
RestRequestBuilder - Class in org.refcodes.rest
The implementation of the RestResponseHandler interface as good old POJO for use by different RestfulClient implementations.
RestRequestBuilder(RestfulClient) - Constructor for class org.refcodes.rest.RestRequestBuilder
Instantiates a new rest request builder impl.
RestRequestBuilder(HttpMethod, Url, int, RestfulClient) - Constructor for class org.refcodes.rest.RestRequestBuilder
Instantiates a new rest request builder impl.
RestRequestBuilder(HttpMethod, Url, Object, int, RestfulClient) - Constructor for class org.refcodes.rest.RestRequestBuilder
Instantiates a new rest request builder impl.
RestRequestBuilder(HttpMethod, Url, Object, RestfulClient) - Constructor for class org.refcodes.rest.RestRequestBuilder
Instantiates a new rest request builder impl.
RestRequestBuilder(HttpMethod, Url, RestfulClient) - Constructor for class org.refcodes.rest.RestRequestBuilder
Instantiates a new rest request builder impl.
RestRequestBuilder(HttpMethod, Url, RequestHeaderFields, Object, int, RestfulClient) - Constructor for class org.refcodes.rest.RestRequestBuilder
Instantiates a new rest request builder impl.
RestRequestBuilder(HttpMethod, Url, RequestHeaderFields, Object, RestfulClient) - Constructor for class org.refcodes.rest.RestRequestBuilder
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
 
RestRequestConsumer - Interface in org.refcodes.rest
The RestRequestConsumer can be coded using the lambda syntax and processes a request for a given locator and for a given HttpMethod.
RestRequestEvent - Class in org.refcodes.rest
Defines a RestRequestEvent being the request as consumed by a RestEndpoint.
RestRequestEvent(InetSocketAddress, InetSocketAddress, HttpMethod, Url, WildcardSubstitutes, RequestHeaderFields, InputStream, RestfulServer) - Constructor for class org.refcodes.rest.RestRequestEvent
Constructs a RestRequestEvent with all required attributes.
RestRequestHandler - Interface in org.refcodes.rest
A RestRequestHandler handles a REST request on the RestfulClient instance's side to do the actual technical implementation of sending that request (or mocking the send-out of a request).
RestResponse - Class in org.refcodes.rest
Defines a RestResponse being the base definition of a response as returned as of a request issued by a RestfulClient ( RestfulHttpClient).
RestResponse(Url, InetSocketAddress, InetSocketAddress, HttpStatusCode, ResponseHeaderFields, InputStream, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponse
Constructs a RestResponseEvent with all required attributes.
RestResponseConsumer - Interface in org.refcodes.rest
The RestResponseConsumer can be coded using the lambda syntax and processes a response from a server.
RestResponseEvent - Class in org.refcodes.rest
Defines a RestResponseEvent being the response as consumed by a RestResponseHandler's RestResponseConsumer.
RestResponseEvent(RestResponse, RestfulClient) - Constructor for class org.refcodes.rest.RestResponseEvent
Constructs a RestResponseEvent with all required attributes.
RestResponseEvent(Url, InetSocketAddress, InetSocketAddress, HttpStatusCode, ResponseHeaderFields, InputStream, RestfulClient) - Constructor for class org.refcodes.rest.RestResponseEvent
Constructs a RestResponseEvent with all required attributes.
RestResponseHandler - Class in org.refcodes.rest
A RestResponseHandler describes a REST request and the RestResponseConsumer in charge for handling a REST response.
RestResponseHandler(HttpMethod, Url, Object, int, RestResponseConsumer, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseHandler
Instantiates a new RestResponseHandler.
RestResponseHandler(HttpMethod, Url, Object, RestResponseConsumer, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseHandler
Instantiates a new RestResponseHandler.
RestResponseHandler(HttpMethod, Url, RestResponseConsumer, int, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseHandler
Instantiates a new RestResponseHandler.
RestResponseHandler(HttpMethod, Url, RestResponseConsumer, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseHandler
Instantiates a new RestResponseHandler.
RestResponseHandler(HttpMethod, Url, RequestHeaderFields, Object, int, RestResponseConsumer, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseHandler
Instantiates a new RestResponseHandler.
RestResponseHandler(HttpMethod, Url, RequestHeaderFields, Object, RestResponseConsumer, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseHandler
Instantiates a new RestResponseHandler.
RestResponseHandler(MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseHandler
Instantiates a new RestResponseHandler.
RestResponseResult - Class in org.refcodes.rest
A RestResponseResult handles a REST request asynchronously on the RestfulClient instance's side to do the actual technical implementation of sending that request (or mocking the send-out of a request).
RestResponseResult(HttpMethod, Url, int, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseResult
Instantiates a new RestResponseResult.
RestResponseResult(HttpMethod, Url, Object, int, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseResult
Instantiates a new RestResponseResult.
RestResponseResult(HttpMethod, Url, Object, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseResult
Instantiates a new RestResponseResult.
RestResponseResult(HttpMethod, Url, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseResult
Instantiates a new RestResponseResult.
RestResponseResult(HttpMethod, Url, RequestHeaderFields, Object, int, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseResult
Instantiates a new RestResponseResult.
RestResponseResult(HttpMethod, Url, RequestHeaderFields, Object, MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseResult
Instantiates a new RestResponseResult.
RestResponseResult(MediaTypeFactoryLookup) - Constructor for class org.refcodes.rest.RestResponseResult
Instantiates a new RestResponseResult.
resume() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
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.AbstractHttpRegistrySidecar
Some "up-and-running (again)" status is communicated to the registry server.
resume() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
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.AbstractRestfulHttpRegistryServerDecorator
Some "up-and-running (again)" status is communicated to the registry server.
resume() - Method in interface org.refcodes.rest.HttpDiscovery
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.HttpRegistry
Some "up-and-running (again)" status is communicated to the registry server.
resume() - Method in interface org.refcodes.rest.RestfulHttpRegistryServer
Some "up-and-running (again)" status is communicated to the registry server.

S

setAlias(String) - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
setAlias(String) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
setBaseLocator(String) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
setBaseLocator(String) - Method in class org.refcodes.rest.AbstractRestfulServer
setBaseUrl(String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
setBaseUrl(String, String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
setBaseUrl(String, String, int) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
setBaseUrl(String, String, int, String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
setBaseUrl(String, String, String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
setBaseUrl(URL) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
setBaseUrl(URL) - Method in class org.refcodes.rest.HttpRestClient
setBaseUrl(Scheme, String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
setBaseUrl(Scheme, String, int) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
setBaseUrl(Scheme, String, int, String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
setBaseUrl(Scheme, String, String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
setBaseUrl(Url) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
setBaseUrl(Url) - Method in class org.refcodes.rest.HttpRestClient
setBasicAuthCredentials(BasicAuthCredentials) - Method in class org.refcodes.rest.AbstractRestfulClient
setHeaderFields(RequestHeaderFields) - Method in class org.refcodes.rest.RestRequest
setHeaderFields(RequestHeaderFields) - Method in class org.refcodes.rest.RestRequestBuilder
setHeaderFields(RequestHeaderFields) - Method in class org.refcodes.rest.RestResponseHandler
setHeaderFields(RequestHeaderFields) - Method in class org.refcodes.rest.RestResponseResult
setHomePath(String) - Method in interface org.refcodes.rest.HomePathAccessor.HomePathMutator
Sets the home path for the home path property.
setHomeRequestConsumer(RestRequestConsumer) - Method in interface org.refcodes.rest.HomeRequestObserver
Sets the home RestRequestConsumer listening for "home" requests.
setHomeRequestObserver(RestRequestConsumer) - Method in interface org.refcodes.rest.HomeRequestObserverAccessor.HomeRequestObserverMutator
Sets the home RestRequestConsumer for the home RestRequestConsumer property.
setHomeUrl(Url) - Method in interface org.refcodes.rest.HomeUrlAccessor.HomeUrlMutator
Sets the home Url for the home Url property.
setHost(String) - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
setHost(String) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
setHttpDiscoveryUrl(Url) - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
Sets the URL for the URL property locating the service discovery discovery.
setHttpDiscoveryUrl(Url) - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
Sets the URL for the URL property locating the service discovery discovery.
setHttpDiscoveryUrl(Url) - Method in class org.refcodes.rest.HttpDiscoveryContextBuilder
Sets the URL for the URL property locating the service discovery discovery.
setHttpDiscoveryUrl(Url) - Method in interface org.refcodes.rest.HttpDiscoveryUrlAccessor.HttpDiscoveryUrlMutator
Sets the URL for the URL property locating the service discovery discovery.
setHttpExceptionHandler(HttpExceptionHandler) - Method in interface org.refcodes.rest.HttpExceptionHandlerAccessor.HttpExceptionHandlerMutator
Sets the HttpExceptionHandler for the HttpExceptionHandler property.
setHttpExceptionHandler(HttpExceptionHandler) - Method in class org.refcodes.rest.HttpRestServer
Sets the HttpExceptionHandler for the HttpExceptionHandler property.
setHttpExceptionHandling(HttpExceptionHandling) - Method in interface org.refcodes.rest.HttpExceptionHandlingAccessor.HttpExceptionHandlingMutator
Sets the HttpExceptionHandling for the HttpExceptionHandling property.
setHttpExceptionHandling(HttpExceptionHandling) - Method in class org.refcodes.rest.HttpRestServer
Sets the HttpExceptionHandling for the HttpExceptionHandling property.
setHttpMethod(HttpMethod) - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
setHttpMethod(HttpMethod) - Method in class org.refcodes.rest.RestEndpointBuilder
setHttpMethod(HttpMethod) - Method in class org.refcodes.rest.RestRequestBuilder
setHttpMethod(HttpMethod) - Method in class org.refcodes.rest.RestResponseHandler
setHttpMethod(HttpMethod) - Method in class org.refcodes.rest.RestResponseResult
setHttpRegistryUrl(Url) - Method in class org.refcodes.rest.AbstractHttpRegistryContextBuilder
Sets the URL for the URL property locating the service registry registry.
setHttpRegistryUrl(Url) - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Sets the URL for the URL property locating the service registry registry.
setHttpRegistryUrl(Url) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
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
Sets the HttpServerDescriptor for the HttpServerDescriptor property.
setHttpServerDescriptor(DESC) - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Sets the HttpServerDescriptor for the HttpServerDescriptor property.
setHttpServerDescriptor(DESC) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
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.AbstractHttpRegistrySidecar
setInstanceId(String) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
setIpAddress(int[]) - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
setIpAddress(int[]) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
setKeyStoreDescriptor(KeyStoreDescriptor) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
setKeyStoreDescriptor(KeyStoreDescriptor) - Method in class org.refcodes.rest.HttpRestServer
setLoadBalancingStrategy(LoadBalancingStrategy) - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
setLoadBalancingStrategy(LoadBalancingStrategy) - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
setLoadBalancingStrategy(LoadBalancingStrategy) - Method in class org.refcodes.rest.HttpDiscoveryContextBuilder
setLocatorPathPattern(String) - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
Sets the resource locator.
setLocatorPathPattern(String) - Method in class org.refcodes.rest.RestEndpointBuilder
Sets the resource locator pattern.
setLocatorRegExp(Pattern) - Method in class org.refcodes.rest.RestEndpointBuilder
Sets the resource locator (regular expression) pattern.
setMaxConnections(int) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
setMaxConnections(int) - Method in class org.refcodes.rest.HttpRestServer
setOauthToken(OauthToken) - Method in class org.refcodes.rest.AbstractRestfulClient
setOauthToken(OauthToken) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
setObserversActive(boolean) - Method in class org.refcodes.rest.AbstractRestfulServer
setPingPath(String) - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Sets the ping path for the ping path property.
setPingPath(String) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
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.
setPingRequestObserver(RestRequestConsumer) - Method in interface org.refcodes.rest.PingRequestObserverAccessor.PingRequestObserverMutator
Sets the ping RestRequestConsumer for the ping RestRequestConsumer 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.AbstractRestfulHttpServerDecorator
setPort(int) - Method in class org.refcodes.rest.HttpRestServer
setProtocol(String) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
setProtocol(String) - Method in class org.refcodes.rest.HttpRestServer
setQueryFields(FormFields) - Method in class org.refcodes.rest.RestResponseHandler
setQueryFields(FormFields) - Method in class org.refcodes.rest.RestResponseResult
setRealm(String) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
setRealm(String) - Method in class org.refcodes.rest.AbstractRestfulServer
setRequestObserver(RestRequestConsumer) - Method in class org.refcodes.rest.RestEndpointBuilder
Sets the RestRequestConsumer to which any requests are delegated upon invocation of the RestEndpointBuilder.onRequest(RestRequestEvent, org.refcodes.web.HttpServerResponse) method.
setRequestObserver(BasicAuthObserver) - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
setResponseObserver(RestResponseConsumer) - Method in class org.refcodes.rest.RestResponseHandler
Sets the RestResponseConsumer to which any responses are delegated upon invocation of the RestResponseHandler.onResponse(RestResponseEvent) method.
setScheme(Scheme) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
setScheme(Scheme) - Method in class org.refcodes.rest.HttpRestServer
setStatusPath(String) - Method in interface org.refcodes.rest.StatusPathAccessor.StatusPathMutator
Sets the status path for the status path property.
setStatusRequestConsumer(RestRequestConsumer) - Method in interface org.refcodes.rest.StatusRequestObserver
Sets the status RestRequestConsumer listening for "status" requests.
setStatusRequestObserver(RestRequestConsumer) - Method in interface org.refcodes.rest.StatusRequestObserverAccessor.StatusRequestObserverMutator
Sets the status RestRequestConsumer for the status RestRequestConsumer property.
setStatusUrl(Url) - Method in interface org.refcodes.rest.StatusUrlAccessor.StatusUrlMutator
Sets the status Url for the status Url property.
setTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
setTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractHttpRegistryContextBuilder
setTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
setTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
setTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
setTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.HttpDiscoveryContextBuilder
setTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.HttpRestClient
setUrl(Url) - Method in class org.refcodes.rest.RestRequestBuilder
setUrl(Url) - Method in class org.refcodes.rest.RestResponseHandler
setUrl(Url) - Method in class org.refcodes.rest.RestResponseResult
setUserAgent(String) - Method in class org.refcodes.rest.AbstractRestfulClient
setUserAgent(String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
setVirtualHost(String) - Method in class org.refcodes.rest.AbstractHttpRegistrySidecar
setVirtualHost(String) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
start() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
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.AbstractHttpRegistrySidecar
Some "up-and-running" status is communicated to the registry server.
start() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
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.AbstractRestfulHttpRegistryServerDecorator
Some "up-and-running" status is communicated to the registry server.
start() - Method in interface org.refcodes.rest.HttpDiscovery
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.HttpRegistry
Some "up-and-running" status is communicated to the registry server.
start() - Method in interface org.refcodes.rest.RestfulHttpRegistryServer
Some "up-and-running" status is communicated to the registry server.
StatusPathAccessor - Interface in org.refcodes.rest
Provides an accessor for a status path property.
StatusPathAccessor.StatusPathBuilder<B extends StatusPathAccessor.StatusPathBuilder<?>> - Interface in org.refcodes.rest
Provides a mutator for an status path property.
StatusPathAccessor.StatusPathMutator - Interface in org.refcodes.rest
Provides a mutator for a status path property.
StatusPathAccessor.StatusPathProperty - Interface in org.refcodes.rest
Provides a status path property.
StatusRequestObserver - Interface in org.refcodes.rest
Mixin to register a RestRequestConsumer upon "status" requests.
StatusRequestObserverAccessor - Interface in org.refcodes.rest
Provides an accessor for a status RestRequestConsumer property.
StatusRequestObserverAccessor.StatusRequestObserverBuilder<B extends StatusRequestObserverAccessor.StatusRequestObserverBuilder<B>> - Interface in org.refcodes.rest
Provides a builder method for a status RestRequestConsumer property returning the builder for applying multiple build operations.
StatusRequestObserverAccessor.StatusRequestObserverMutator - Interface in org.refcodes.rest
Provides a mutator for a status RestRequestConsumer property.
StatusRequestObserverAccessor.StatusRequestObserverProperty - Interface in org.refcodes.rest
Provides a status RestRequestConsumer property.
StatusUrlAccessor - Interface in org.refcodes.rest
Provides an accessor for a status Url property.
StatusUrlAccessor.StatusUrlBuilder<B extends StatusUrlAccessor.StatusUrlBuilder<?>> - Interface in org.refcodes.rest
Provides a mutator for an status Url property.
StatusUrlAccessor.StatusUrlMutator - Interface in org.refcodes.rest
Provides a mutator for a status Url property.
StatusUrlAccessor.StatusUrlProperty - Interface in org.refcodes.rest
Provides a status Url property.
stop() - Method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
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.AbstractHttpRegistrySidecar
Some "out-of-order" status is communicated to the registry server.
stop() - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
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.AbstractRestfulHttpRegistryServerDecorator
Some "out-of-order" status is communicated to the registry server.
stop() - Method in interface org.refcodes.rest.HttpDiscovery
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.HttpRegistry
Some "out-of-order" status is communicated to the registry server.
stop() - Method in interface org.refcodes.rest.RestfulHttpRegistryServer
Some "out-of-order" status is communicated to the registry server.
subscribeObserver(RestEndpoint) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
subscribeObserver(RestEndpoint) - Method in class org.refcodes.rest.AbstractRestfulServer

T

toAlias(String) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Resolves the property from the provided value and the this instance's property and the and sets the property in case the provided value is not null.
toAlias(String, AliasAccessor.AliasProperty) - Static method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
toHost(String) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Resolves the property from the provided value and the this instance's property and the and sets the property in case the provided value is not null.
toHost(String, HostAccessor.HostProperty) - Static method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
toHttpDiscoveryUrl(Url) - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
To http discovery url.
toHttpDiscoveryUrl(Url, HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty) - Static method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
toHttpRegistryUrl(Url) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Resolves the property from the provided value and the this instance's property and the and sets the property in case the provided value is not null.
toHttpRegistryUrl(Url, HttpRegistryUrlAccessor.HttpRegistryUrlProperty) - Static method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
toHttpServerDescriptor() - Method in interface org.refcodes.rest.HttpServerDescriptorFactory
Prepares the HttpServerDescriptor by creating it from this instance's state and the provided arguments.
toHttpServerDescriptor(DESC) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Resolves the property from the provided value and the this instance's property and the and sets the property in case the provided value is not null.
toHttpServerDescriptor(DESC, HttpServerDescriptorAccessor.HttpServerDescriptorProperty<DESC>) - Static method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
toHttpServerDescriptor(String, String, Scheme, int) - Method in interface org.refcodes.rest.HttpServerDescriptorFactory
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.HttpServerDescriptorFactory
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.HttpServerDescriptorFactory
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.HttpServerDescriptorFactory
Prepares the HttpServerDescriptor by creating it from this instance's state and the provided arguments.
toInstanceId(String, String) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Resolves the property from the provided value and the this instance's property and the and sets the property in case the provided value is not null.
toInstanceId(String, String, InstanceIdAccessor.InstanceIdProperty) - Static method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
toIpAddress(int[]) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Resolves the property from the provided value and the this instance's property and the and sets the property in case the provided value is not null.
toIpAddress(int[], IpAddressAccessor.IpAddressProperty) - Static method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
toLoadBalancerStrategy(LoadBalancingStrategy) - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
To load balancer strategy.
toLoadBalancingStrategy(LoadBalancingStrategy, LoadBalancingStrategyAccessor.LoadBalancingStrategyProperty) - Static method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
toMediaTypeFactory(MediaType) - Method in class org.refcodes.rest.AbstractRestfulClient
toMediaTypeFactory(MediaType) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
toMediaTypeFactory(MediaType) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
toMediaTypeFactory(MediaType) - Method in class org.refcodes.rest.AbstractRestfulServer
toNegotiatedContenType(RequestHeaderFields) - Method in class org.refcodes.rest.AbstractRestfulServer
Determines the best fitting respone's ContentType.
toPingObserver(RestRequestConsumer) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Resolves the property from the provided value and the this instance's property and the and sets the property in case the provided value is not null.
toPingPath(String, String) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Resolves the property from the provided value and the this instance's property and the and sets the property in case the provided value is not null.
toPingPath(String, String, PingPathAccessor.PingPathProperty) - Static method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
toPort(int) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Resolves the property from the provided value and the this instance's property and the and sets the property in case the provided value is not null.
toPort(int, PortAccessor.PortProperty) - Static method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
toProtocol() - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
toProtocol() - Method in class org.refcodes.rest.HttpRestServer
toResponseBody(Object, RequestHeaderFields, ResponseHeaderFields) - Method in class org.refcodes.rest.AbstractRestfulServer
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 class org.refcodes.rest.RestRequest
Sends the request and returns synchronously the according RestResponse.
toRestResponse() - Method in class org.refcodes.rest.RestRequestBuilder
Sends the request and returns synchronously the according RestResponse.
toScheme(Scheme) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Resolves the property from the provided value and the this instance's property and the and sets the property in case the provided value is not null.
toScheme(Scheme, SchemeAccessor.SchemeProperty) - Static method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
toString() - Method in class org.refcodes.rest.RestRequest
toString() - Method in class org.refcodes.rest.RestRequestBuilder
toString() - Method in class org.refcodes.rest.RestResponseHandler
toString() - Method in class org.refcodes.rest.RestResponseResult
toTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
To trust store descriptor.
toTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Resolves the property from the provided value and the this instance's property and the and sets the property in case the provided value is not null.
toTrustStoreDescriptor(TrustStoreDescriptor, TrustStoreDescriptorAccessor.TrustStoreDescriptorProperty) - Static method in class org.refcodes.rest.AbstractHttpDiscoverySidecar
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
toTrustStoreDescriptor(TrustStoreDescriptor, TrustStoreDescriptorAccessor.TrustStoreDescriptorProperty) - Static method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.
toUrl(String) - Method in interface org.refcodes.rest.HttpDiscovery
Resolves the server's alias from the provided String by an actual host and returns the accordingly resolved Url.
toUrl(String, String) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(String, String, int) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(String, String, int, String) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(String, String, int, String, FormFields) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(String, String, int, String, FormFields, String) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(String, String, String) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(String, String, String, FormFields) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(String, String, String, FormFields, String) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(String, FormFields) - Method in interface org.refcodes.rest.HttpDiscovery
Resolves the server's alias from the provided String by an actual host and returns the accordingly resolved Url.
toUrl(String, FormFields, String) - Method in interface org.refcodes.rest.HttpDiscovery
Resolves the server's alias from the provided String by an actual host and returns the accordingly resolved Url.
toUrl(URL) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url from the provided URL instance.
toUrl(Scheme, String) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(Scheme, String, int) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(Scheme, String, int, String) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(Scheme, String, int, String, FormFields) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(Scheme, String, int, String, FormFields, String) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(Scheme, String, String) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(Scheme, String, String, FormFields) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(Scheme, String, String, FormFields, String) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs an Url with the common attributes.
toUrl(Url) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
Hook for sub-classes to modify the request URL.
toUrl(Url) - Method in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
Hook for sub-classes to modify the request URL.
toUrl(Url) - Method in interface org.refcodes.rest.HttpDiscovery
Resolves the server's alias from the provided Url by an actual host and returns the accordingly resolved Url.
toUrl(Url, String...) - Method in interface org.refcodes.rest.HttpDiscovery
Some Url algebra: Adds the provided path to the given Url by prepending it to the Url's path.
toUrl(Url, Url) - Method in interface org.refcodes.rest.HttpDiscovery
Constructs a new Url from the given Url instances by adding the other Url's data to the first Url's data.
toVirtualHost(String) - Method in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
Resolves the property from the provided value and the this instance's property and the and sets the property in case the provided value is not null.
toVirtualHost(String, VirtualHostAccessor.VirtualHostProperty) - Static method in class org.refcodes.rest.AbstractHttpRegistrySidecar
Resolves the property from the provided value and the provided property and the and sets the property in case the provided value is not null.

U

unsubscribeObserver(RestEndpoint) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
unsubscribeObserver(RestEndpoint) - Method in class org.refcodes.rest.AbstractRestfulServer
unsubscribeObserver(RestEndpoint) - Static method in class org.refcodes.rest.HttpRestServerSugar
See Observable.unsubscribeObserver(Object).
UPDATE - Enum constant in enum class org.refcodes.rest.HttpExceptionHandling
Keep the so far processed HTTP-Response as is except the HTTP-Status-Code and also update all error description fields.

V

valueOf(String) - Static method in enum class org.refcodes.rest.HttpExceptionHandling
Returns the enum constant of this class with the specified name.
values() - Static method in enum class org.refcodes.rest.HttpExceptionHandling
Returns an array containing the constants of this enum class, in the order they are declared.

W

withAlias(String) - Method in interface org.refcodes.rest.HttpRegistry
withAlias(String) - Method in interface org.refcodes.rest.HttpServerDescriptor.HttpServerDescriptorBuilder
withBaseLocator(String) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
withBaseLocator(String) - Method in class org.refcodes.rest.HttpRestServer
withBaseLocator(String) - Static method in class org.refcodes.rest.HttpRestServerSugar
withBaseLocator(String) - Method in class org.refcodes.rest.LoopbackRestServer
withBaseLocator(String) - Method in interface org.refcodes.rest.RestfulHttpServer
withBaseLocator(String) - Method in interface org.refcodes.rest.RestfulServer
withBaseUrl(String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
withBaseUrl(String) - Method in class org.refcodes.rest.HttpRestClient
withBaseUrl(String) - Static method in class org.refcodes.rest.HttpRestClientSugar
withBaseUrl(String) - Method in interface org.refcodes.rest.RestfulHttpClient
withBaseUrl(String, String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
withBaseUrl(String, String) - Method in class org.refcodes.rest.HttpRestClient
withBaseUrl(String, String, int) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
withBaseUrl(String, String, int) - Method in class org.refcodes.rest.HttpRestClient
withBaseUrl(String, String, int, String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
withBaseUrl(String, String, int, String) - Method in class org.refcodes.rest.HttpRestClient
withBaseUrl(String, String, String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
withBaseUrl(String, String, String) - Method in class org.refcodes.rest.HttpRestClient
withBaseUrl(URL) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
withBaseUrl(URL) - Method in class org.refcodes.rest.HttpRestClient
withBaseUrl(URL) - Static method in class org.refcodes.rest.HttpRestClientSugar
withBaseUrl(URL) - Method in interface org.refcodes.rest.RestfulHttpClient
withBaseUrl(Scheme, String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
withBaseUrl(Scheme, String) - Method in class org.refcodes.rest.HttpRestClient
withBaseUrl(Scheme, String, int) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
withBaseUrl(Scheme, String, int) - Method in class org.refcodes.rest.HttpRestClient
withBaseUrl(Scheme, String, int, String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
withBaseUrl(Scheme, String, int, String) - Method in class org.refcodes.rest.HttpRestClient
withBaseUrl(Scheme, String, String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
withBaseUrl(Scheme, String, String) - Method in class org.refcodes.rest.HttpRestClient
withBaseUrl(Url) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
withBaseUrl(Url) - Method in class org.refcodes.rest.HttpRestClient
withBaseUrl(Url) - Method in interface org.refcodes.rest.RestfulHttpClient
withBasicAuthCredentials(String, String) - Method in class org.refcodes.rest.HttpRestClient
withBasicAuthCredentials(String, String) - Method in class org.refcodes.rest.LoopbackRestClient
withBasicAuthCredentials(String, String) - Method in interface org.refcodes.rest.RestfulHttpClient
withBasicAuthCredentials(BasicAuthCredentials) - Method in class org.refcodes.rest.HttpRestClient
withBasicAuthCredentials(BasicAuthCredentials) - Method in class org.refcodes.rest.LoopbackRestClient
withBasicAuthCredentials(BasicAuthCredentials) - Method in interface org.refcodes.rest.RestfulHttpClient
withCidrNotation(String) - Method in interface org.refcodes.rest.HttpRegistry
withCidrNotation(String) - Method in interface org.refcodes.rest.HttpServerDescriptor.HttpServerDescriptorBuilder
withClose() - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
withClose() - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
withClose() - Method in class org.refcodes.rest.HttpRestServer
withClose() - Method in class org.refcodes.rest.RestEndpointBuilder
withClose() - Method in interface org.refcodes.rest.RestfulHttpServer
withClose() - Method in class org.refcodes.rest.RestResponseHandler
withClose() - Method in class org.refcodes.rest.RestResponseResult
withCloseIn(int) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
withCloseIn(int) - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
withCloseIn(int) - Method in class org.refcodes.rest.HttpRestServer
withCloseIn(int) - Method in class org.refcodes.rest.RestEndpointBuilder
withCloseIn(int) - Method in interface org.refcodes.rest.RestfulHttpServer
withCloseIn(int) - Method in class org.refcodes.rest.RestResponseHandler
withCloseIn(int) - Method in class org.refcodes.rest.RestResponseResult
withCloseQuietly() - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
withCloseQuietly() - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
withCloseQuietly() - Method in class org.refcodes.rest.HttpRestServer
withCloseQuietly() - Method in class org.refcodes.rest.RestEndpointBuilder
withCloseQuietly() - Method in interface org.refcodes.rest.RestfulHttpServer
withCloseQuietly() - Method in class org.refcodes.rest.RestResponseHandler
withCloseQuietly() - Method in class org.refcodes.rest.RestResponseResult
withCloseUnchecked() - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
withCloseUnchecked() - Method in class org.refcodes.rest.HttpRestServer
withDisableObservers() - Method in class org.refcodes.rest.HttpRestServer
withDisableObservers() - Method in class org.refcodes.rest.LoopbackRestServer
withDisableObservers() - Method in interface org.refcodes.rest.RestfulServer
withEnableObservers() - Method in class org.refcodes.rest.HttpRestServer
withEnableObservers() - Method in class org.refcodes.rest.LoopbackRestServer
withEnableObservers() - Method in interface org.refcodes.rest.RestfulServer
withHeaderFields(RequestHeaderFields) - Method in class org.refcodes.rest.RestRequestBuilder
withHeaderFields(RequestHeaderFields) - Method in class org.refcodes.rest.RestResponseHandler
withHeaderFields(RequestHeaderFields) - Method in class org.refcodes.rest.RestResponseResult
withHomePath(String) - Method in interface org.refcodes.rest.HomePathAccessor.HomePathBuilder
Sets the home path to use and returns this builder as of the builder pattern.
withHomeRequestConsumer(RestRequestConsumer) - Method in interface org.refcodes.rest.HomeRequestObserverAccessor.HomeRequestObserverBuilder
Sets the home RestRequestConsumer for the home RestRequestConsumer property.
withHomeUrl(Url) - Method in interface org.refcodes.rest.HomeUrlAccessor.HomeUrlBuilder
Sets the home Url to use and returns this builder as of the builder pattern.
withHost(String) - Method in interface org.refcodes.rest.HttpRegistry
withHost(String) - Method in interface org.refcodes.rest.HttpServerDescriptor.HttpServerDescriptorBuilder
withHttpDiscoveryUrl(Url) - Method in interface org.refcodes.rest.HttpDiscovery
Sets the URL for the URL property locating the service discovery discovery.
withHttpDiscoveryUrl(Url) - Method in class org.refcodes.rest.HttpDiscoveryContextBuilder
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.
withHttpExceptionHandler(HttpExceptionHandler) - Method in interface org.refcodes.rest.HttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder
Sets the HttpExceptionHandler for the HttpExceptionHandler property.
withHttpExceptionHandler(HttpExceptionHandler) - Method in class org.refcodes.rest.HttpRestServer
Sets the HttpExceptionHandler for the HttpExceptionHandler property.
withHttpExceptionHandler(HttpExceptionHandler) - Method in interface org.refcodes.rest.RestfulHttpServer
Sets the HttpExceptionHandler for the HttpExceptionHandler property.
withHttpExceptionHandling(HttpExceptionHandling) - Method in interface org.refcodes.rest.HttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder
Sets the HttpExceptionHandling for the HttpExceptionHandling property.
withHttpExceptionHandling(HttpExceptionHandling) - Method in class org.refcodes.rest.HttpRestServer
Sets the HttpExceptionHandling for the HttpExceptionHandling property.
withHttpExceptionHandling(HttpExceptionHandling) - Method in interface org.refcodes.rest.RestfulHttpServer
Sets the HttpExceptionHandling for the HttpExceptionHandling property.
withHttpMethod(HttpMethod) - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
withHttpMethod(HttpMethod) - Method in class org.refcodes.rest.RestEndpointBuilder
withHttpMethod(HttpMethod) - Method in class org.refcodes.rest.RestRequestBuilder
withHttpMethod(HttpMethod) - Method in class org.refcodes.rest.RestResponseHandler
withHttpMethod(HttpMethod) - Method in class org.refcodes.rest.RestResponseResult
withHttpRegistryUrl(Url) - Method in class org.refcodes.rest.AbstractHttpRegistryContextBuilder
Sets the URL for the URL property locating the service registry registry.
withHttpRegistryUrl(Url) - Method in interface org.refcodes.rest.HttpRegistry
Sets the URL for the URL property locating the service registry registry.
withHttpRegistryUrl(Url) - Method in interface org.refcodes.rest.HttpRegistryContext.HttpRegistryContextBuilder
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
Sets the HttpServerDescriptor for the HttpServerDescriptor property.
withHttpServerDescriptor(DESC) - Method in interface org.refcodes.rest.HttpRegistry
Sets the HttpServerDescriptor for the HttpServerDescriptor property.
withHttpServerDescriptor(DESC) - Method in interface org.refcodes.rest.HttpRegistryContext.HttpRegistryContextBuilder
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.HttpRegistry
withIpAddress(int[]) - Method in interface org.refcodes.rest.HttpRegistry
withIpAddress(int[]) - Method in interface org.refcodes.rest.HttpServerDescriptor.HttpServerDescriptorBuilder
withKeyStoreDescriptor(KeyStoreDescriptor) - Method in class org.refcodes.rest.HttpRestServer
withKeyStoreDescriptor(KeyStoreDescriptor) - Method in interface org.refcodes.rest.RestfulHttpServer
withLoadBalancingStrategy(LoadBalancingStrategy) - Method in interface org.refcodes.rest.HttpDiscovery
withLoadBalancingStrategy(LoadBalancingStrategy) - Method in class org.refcodes.rest.HttpDiscoveryContextBuilder
withLocatorPathPattern(String) - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
Sets the resource locator as of the Builder-Pattern.
withLocatorPathPattern(String) - Method in class org.refcodes.rest.RestEndpointBuilder
Sets the resource locator pattern as of the Builder-Pattern.
withLocatorRegExp(Pattern) - Method in class org.refcodes.rest.RestEndpointBuilder
Sets the resource locator (regular expression) pattern as of the Builder-Pattern.
withMaxConnections(int) - Method in class org.refcodes.rest.HttpRestServer
withMaxConnections(int) - Method in interface org.refcodes.rest.RestfulHttpServer
withOAuthToken(OauthToken) - Method in class org.refcodes.rest.HttpRestClient
withOAuthToken(OauthToken) - Method in class org.refcodes.rest.LoopbackRestClient
withOAuthToken(OauthToken) - Method in interface org.refcodes.rest.RestfulHttpClient
withObserversActive(boolean) - Method in class org.refcodes.rest.HttpRestServer
withObserversActive(boolean) - Method in class org.refcodes.rest.LoopbackRestServer
withObserversActive(boolean) - Method in interface org.refcodes.rest.RestfulServer
withOnHttpException(HttpExceptionHandler) - Method in interface org.refcodes.rest.HttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder
Sets the HttpExceptionHandler for the HttpExceptionHandler property.
withOnHttpException(HttpExceptionHandler) - Method in class org.refcodes.rest.HttpRestServer
Sets the HttpExceptionHandler for the HttpExceptionHandler property.
withOpen() - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
withOpen() - Method in class org.refcodes.rest.HttpRestClient
Open the component's connection(s).
withOpen() - Method in class org.refcodes.rest.RestEndpointBuilder
withOpen() - Method in interface org.refcodes.rest.RestfulHttpClient
Open the component's connection(s).
withOpen() - Method in class org.refcodes.rest.RestResponseHandler
withOpen() - Method in class org.refcodes.rest.RestResponseResult
withOpen(int) - Method in class org.refcodes.rest.HttpRestServer
Builder method for opening the RestfulHttpServer.
withOpen(int) - Method in interface org.refcodes.rest.RestfulHttpServer
Builder method for opening the RestfulHttpServer.
withOpen(TrustStoreDescriptor) - Method in class org.refcodes.rest.HttpRestClient
Configures the HTTPS client connection with the provided configuration parameters.
withOpen(TrustStoreDescriptor) - Method in interface org.refcodes.rest.RestfulHttpClient
Configures the HTTPS client connection with the provided configuration parameters.
withOpen(HttpClientContext) - Method in class org.refcodes.rest.HttpRestClient
Opens the component with the given connection.
withOpen(HttpClientContext) - Method in interface org.refcodes.rest.RestfulHttpClient
Opens the component with the given connection.
withOpen(HttpServerContext) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
withOpen(HttpServerContext) - Method in class org.refcodes.rest.HttpRestServer
withOpen(HttpServerContext) - Method in interface org.refcodes.rest.RestfulHttpServer
withOpen(Url) - Method in class org.refcodes.rest.HttpRestClient
Configures the HTTPS client connection with the provided configuration parameters.
withOpen(Url) - Method in interface org.refcodes.rest.RestfulHttpClient
Configures the HTTPS client connection with the provided configuration parameters.
withOpen(Url, TrustStoreDescriptor) - Method in class org.refcodes.rest.HttpRestClient
Configures the HTTPS client connection with the provided configuration parameters.
withOpen(Url, TrustStoreDescriptor) - Method in interface org.refcodes.rest.RestfulHttpClient
Configures the HTTPS client connection with the provided configuration parameters.
withOpenUnchecked() - Method in class org.refcodes.rest.HttpRestClient
withOpenUnchecked(HttpServerContext) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
withOpenUnchecked(HttpServerContext) - Method in class org.refcodes.rest.HttpRestServer
withPingPath(String) - Method in interface org.refcodes.rest.HttpRegistry
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.
withPingRequestObserver(RestRequestConsumer) - Method in interface org.refcodes.rest.HttpRegistryContext.HttpRegistryContextBuilder
Sets the ping RestRequestConsumer for the ping RestRequestConsumer property.
withPingRequestObserver(RestRequestConsumer) - Method in interface org.refcodes.rest.PingRequestObserverAccessor.PingRequestObserverBuilder
Sets the ping RestRequestConsumer for the ping RestRequestConsumer property.
withPingRequestObserver(RestRequestConsumer) - Method in interface org.refcodes.rest.RestfulHttpRegistryServer
Sets the ping RestRequestConsumer for the ping RestRequestConsumer property.
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.HttpRegistrySidecar
withPort(int) - Method in class org.refcodes.rest.HttpRestServer
withPort(int) - Method in interface org.refcodes.rest.HttpServerDescriptor.HttpServerDescriptorBuilder
withPort(int) - Method in interface org.refcodes.rest.RestfulHttpRegistryServer
withPort(int) - Method in interface org.refcodes.rest.RestfulHttpServer
withProtocol(String) - Method in interface org.refcodes.rest.HttpRegistrySidecar
withProtocol(String) - Method in class org.refcodes.rest.HttpRestServer
withProtocol(String) - Method in interface org.refcodes.rest.RestfulHttpRegistryServer
withProtocol(String) - Method in interface org.refcodes.rest.RestfulHttpServer
withRealm(String) - Method in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
withRealm(String) - Method in class org.refcodes.rest.HttpRestServer
withRealm(String) - Static method in class org.refcodes.rest.HttpRestServerSugar
withRealm(String) - Method in class org.refcodes.rest.LoopbackRestServer
withRealm(String) - Method in interface org.refcodes.rest.RestfulHttpServer
withRealm(String) - Method in interface org.refcodes.rest.RestfulServer
withRedirectDepth(int) - Method in class org.refcodes.rest.RestRequestBuilder
withRedirectDepth(int) - Method in class org.refcodes.rest.RestResponseHandler
withRedirectDepth(int) - Method in class org.refcodes.rest.RestResponseResult
withRequest(REQ) - Method in class org.refcodes.rest.RestRequestBuilder
Sets the request for the request property.
withRequest(REQ) - Method in class org.refcodes.rest.RestResponseHandler
Sets the request for the request property.
withRequest(REQ) - Method in class org.refcodes.rest.RestResponseResult
Sets the request for the request property.
withRequestObserver(RestRequestConsumer) - Method in class org.refcodes.rest.RestEndpointBuilder
Builder method for setting the RestRequestConsumer.
withRequestObserver(BasicAuthObserver) - Method in class org.refcodes.rest.BasicAuthEndpointBuilder
Builder method for setting the BasicAuthObserver.
withResponseObserver(RestResponseConsumer) - Method in class org.refcodes.rest.RestResponseHandler
Builder method for setting the RestResponseConsumer.
withScheme(Scheme) - Method in interface org.refcodes.rest.HttpRegistrySidecar
withScheme(Scheme) - Method in class org.refcodes.rest.HttpRestServer
withScheme(Scheme) - Method in interface org.refcodes.rest.RestfulHttpRegistryServer
withScheme(Scheme) - Method in interface org.refcodes.rest.RestfulHttpServer
withStatusPath(String) - Method in interface org.refcodes.rest.StatusPathAccessor.StatusPathBuilder
Sets the status path to use and returns this builder as of the builder pattern.
withStatusRequestConsumer(RestRequestConsumer) - Method in interface org.refcodes.rest.StatusRequestObserverAccessor.StatusRequestObserverBuilder
Sets the status RestRequestConsumer for the status RestRequestConsumer property.
withStatusUrl(Url) - Method in interface org.refcodes.rest.StatusUrlAccessor.StatusUrlBuilder
Sets the status Url to use and returns this builder as of the builder pattern.
withTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.AbstractHttpRegistryContextBuilder
withTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.HttpDiscoveryContextBuilder
withTrustStoreDescriptor(TrustStoreDescriptor) - Method in interface org.refcodes.rest.HttpDiscoverySidecar
withTrustStoreDescriptor(TrustStoreDescriptor) - Method in interface org.refcodes.rest.HttpRegistry
withTrustStoreDescriptor(TrustStoreDescriptor) - Method in interface org.refcodes.rest.HttpRegistryContext.HttpRegistryContextBuilder
withTrustStoreDescriptor(TrustStoreDescriptor) - Method in class org.refcodes.rest.HttpRestClient
withTrustStoreDescriptor(TrustStoreDescriptor) - Method in interface org.refcodes.rest.RestfulHttpClient
withTrustStoreDescriptor(TrustStoreDescriptor) - Method in interface org.refcodes.rest.RestfulHttpDiscoveryClient
withUrl(Url) - Method in class org.refcodes.rest.RestRequestBuilder
withUrl(Url) - Method in class org.refcodes.rest.RestResponseHandler
withUrl(Url) - Method in class org.refcodes.rest.RestResponseResult
withUserAgent(String) - Method in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
withUserAgent(String) - Method in class org.refcodes.rest.HttpRestClient
withUserAgent(String) - Static method in class org.refcodes.rest.HttpRestClientSugar
withUserAgent(String) - Method in class org.refcodes.rest.LoopbackRestClient
withUserAgent(String) - Method in interface org.refcodes.rest.RestfulHttpClient
withVirtualHost(String) - Method in interface org.refcodes.rest.HttpRegistry
withVirtualHost(String) - Method in interface org.refcodes.rest.HttpServerDescriptor.HttpServerDescriptorBuilder

_

_client - Variable in class org.refcodes.rest.AbstractRestfulHttpClientDecorator
 
_connectionStatus - Variable in class org.refcodes.rest.BasicAuthEndpointBuilder
 
_connectionStatus - Variable in class org.refcodes.rest.RestEndpointBuilder
 
_httpMethod - Variable in class org.refcodes.rest.BasicAuthEndpointBuilder
 
_httpMethod - Variable in class org.refcodes.rest.RestEndpointBuilder
 
_isVerbose - Variable in class org.refcodes.rest.AbstractRestfulServer
 
_lifeCycleAutomaton - Variable in class org.refcodes.rest.AbstractHttpDiscoverySidecar
 
_lifeCycleAutomaton - Variable in class org.refcodes.rest.AbstractHttpRegistrySidecar
 
_lifeCycleAutomaton - Variable in class org.refcodes.rest.AbstractRestfulHttpDiscoveryClientDecorator
 
_lifeCycleAutomaton - Variable in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
 
_locatorPathPattern - Variable in class org.refcodes.rest.RestEndpointBuilder
 
_locatorPattern - Variable in class org.refcodes.rest.BasicAuthEndpointBuilder
 
_locatorRegExp - Variable in class org.refcodes.rest.RestEndpointBuilder
 
_pingRequestObserver - Variable in class org.refcodes.rest.AbstractHttpRegistrySidecar
 
_pingRequestObserver - Variable in class org.refcodes.rest.AbstractRestfulHttpRegistryServerDecorator
 
_requestObserver - Variable in class org.refcodes.rest.BasicAuthEndpointBuilder
 
_requestObserver - Variable in class org.refcodes.rest.RestEndpointBuilder
 
_server - Variable in class org.refcodes.rest.AbstractRestfulHttpServerDecorator
 
A B C D E F G H I K L M O P R S T U V W _ 
All Classes and Interfaces|All Packages|Constant Field Values