| AbstractHttpRestClientDecorator |
|
| AbstractHttpRestServerDecorator |
|
| AbstractRestClient |
|
| AbstractRestServer |
|
| BasicAuthEndpoint |
|
| BasicAuthEndpointBuilder |
|
| BasicAuthEvent |
|
| HomePathAccessor |
Provides an accessor for a home path property.
|
| HomePathAccessor.HomePathBuilder |
Provides a mutator for an home path property.
|
| HomePathAccessor.HomePathMutator |
Provides a mutator for a home path property.
|
| HomeRequestObserverAccessor |
|
| HomeRequestObserverAccessor.HomeRequestObserverBuilder |
Provides a builder method for a home RestRequestObserver property
returning the builder for applying multiple build operations.
|
| HomeRequestObserverAccessor.HomeRequestObserverMutator |
|
| HomeUrlAccessor |
Provides an accessor for a home Url property.
|
| HomeUrlAccessor.HomeUrlBuilder |
Provides a mutator for an home Url property.
|
| HomeUrlAccessor.HomeUrlMutator |
Provides a mutator for a home Url property.
|
| HttpDiscovery |
The HttpDiscovery describes the functionality required in order to
discover a service at a service discovery and discovery service.
|
| HttpDiscoveryContext |
This context describes all information required to register a server
("service") at a service discovery registry.
|
| HttpDiscoveryContext.HttpDiscoveryContextBuilder |
|
| HttpDiscoveryRestClient |
The HttpDiscoveryRestClient provides additional functionality for
registering at and signing off from a service discovery service in order to
resolve URLs to or from other services.
|
| HttpDiscoverySidecar |
The HttpDiscoverySidecar describes the functionality required in
order to discover a service at a service discovery and discovery service.
|
| HttpDiscoveryUrlAccessor |
Provides an accessor for a service discovery discovery Url property.
|
| HttpDiscoveryUrlAccessor.HttpDiscoveryUrlBuilder |
Provides a builder method for a service discovery discovery URL property
returning the builder for applying multiple build operations.
|
| HttpDiscoveryUrlAccessor.HttpDiscoveryUrlMutator |
Provides a mutator for a service discovery discovery URL property.
|
| HttpDiscoveryUrlAccessor.HttpDiscoveryUrlProperty |
Provides a service discovery discovery URL property.
|
| HttpExceptionHandler |
A lambda "catch-all" for handling exceptions during HTTP-Request processing.
|
| HttpExceptionHandlerAccessor |
|
| HttpExceptionHandlerAccessor.HttpExceptionHandlerBuilder |
Provides a builder method for a HttpExceptionHandler property
returning the builder for applying multiple build operations.
|
| HttpExceptionHandlerAccessor.HttpExceptionHandlerMutator |
|
| HttpExceptionHandlerAccessor.HttpExceptionHandlerProperty |
|
| HttpExceptionHandling |
Defines how errors affect the HTTP-Body whilst processing a
HttpRequest or a HttpResponse along with the according
sub-classes.
|
| HttpExceptionHandlingAccessor |
|
| HttpExceptionHandlingAccessor.HttpExceptionHandlingBuilder |
Provides a builder method for a HttpExceptionHandling property
returning the builder for applying multiple build operations.
|
| HttpExceptionHandlingAccessor.HttpExceptionHandlingMutator |
|
| HttpExceptionHandlingAccessor.HttpExceptionHandlingProperty |
|
| HttpRegistry |
The HttpRegistry describes the functionality required in order to
register a service at a service registry and discovery service.
|
| HttpRegistryContext |
This context describes all information required to register a server
("service") at a service discovery registry.
|
| HttpRegistryContext.HttpRegistryContextBuilder |
|
| HttpRegistryRestServer |
The HttpRegistryRestServer provides additional functionality for
registering at and signing off from a service discovery service in order to
resolve URLs to or from other services.
|
| HttpRegistrySidecar |
The HttpRegistrySidecar describes the functionality required in order
to register a service at a service registry and discovery service.
|
| HttpRegistryUrlAccessor |
Provides an accessor for a service registry registry Url property.
|
| HttpRegistryUrlAccessor.HttpRegistryUrlBuilder |
Provides a builder method for a service registry registry URL property
returning the builder for applying multiple build operations.
|
| HttpRegistryUrlAccessor.HttpRegistryUrlMutator |
Provides a mutator for a service registry registry URL property.
|
| HttpRegistryUrlAccessor.HttpRegistryUrlProperty |
Provides a service registry registry URL property.
|
| HttpRestClient |
Extends a RestClient to be capable of providing a User-Agent with
UserAgentAccessor.UserAgentMutator.setUserAgent(String) ( HttpRestClient.withUserAgent(String)) and to be
capable of using base URLs to be set with BaseUrlAccessor.BaseUrlMutator.setBaseUrl(String) (
BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(String)).
|
| HttpRestClientImpl |
|
| HttpRestServer |
Extends a RestServer to be capable of opening a server socket on the
local host with the provided port number via ConnectionOpenable.open(Object) or with an
additional maximum number of connections via HttpRestServer.open(int, int).
|
| HttpRestServerImpl |
Implementation of the HttpRestServer interface using the
HttpServer defined in the com.sun.net.httpserver
package.
|
| HttpServerDescriptor |
The HttpServerDescriptor describes a server to be registered at a
discovery registry so clients can resolve the server's URL.
|
| HttpServerDescriptor.HttpServerDescriptorBuilder |
|
| HttpServerDescriptorAccessor |
|
| HttpServerDescriptorAccessor.HttpServerDescriptorBuilder |
Provides a builder method for a HttpServerDescriptor property
returning the builder for applying multiple build operations.
|
| HttpServerDescriptorAccessor.HttpServerDescriptorMutator |
|
| HttpServerDescriptorAccessor.HttpServerDescriptorProperty |
|
| HttpServerDescriptorFactory |
|
| LoopbackRestClient |
|
| LoopbackRestClientImpl |
|
| LoopbackRestServer |
|
| LoopbackRestServerImpl |
|
| PingPathAccessor |
Provides an accessor for a ping path property.
|
| PingPathAccessor.PingPathBuilder |
Provides a mutator for an ping path property.
|
| PingPathAccessor.PingPathMutator |
Provides a mutator for a ping path property.
|
| PingPathAccessor.PingPathProperty |
Provides a ping path property.
|
| PingRequestObserver |
|
| PingRequestObserverAccessor |
|
| PingRequestObserverAccessor.PingRequestObserverBuilder |
Provides a builder method for a ping RestRequestObserver property
returning the builder for applying multiple build operations.
|
| PingRequestObserverAccessor.PingRequestObserverMutator |
|
| PingRequestObserverAccessor.PingRequestObserverProperty |
|
| PingUrlAccessor |
Provides an accessor for a ping Url property.
|
| PingUrlAccessor.PingUrlBuilder |
Provides a mutator for an ping Url property.
|
| PingUrlAccessor.PingUrlMutator |
Provides a mutator for a ping Url property.
|
| PingUrlAccessor.PingUrlProperty |
Provides a ping Url property.
|
| RestCaller |
|
| RestCallerBuilder |
|
| RestClient |
A client to send requests for communicating with a RESTful server such as the
HttpRestServer.
|
| RestDeleteClient |
Helper interface to keep the huge amount of convenience methods under
control.
|
| RestDeleteClientSugar |
Helper class to get the syntactic sugar (from a maintenance point of view)
under control.
|
| RestEndpoint |
|
| RestEndpointBuilder |
|
| RestGetClient |
Helper interface to keep the huge amount of convenience methods under
control.
|
| RestGetClientSugar |
Helper class to get the syntactic sugar (from a maintenance point of view)
under control.
|
| RestPostClient |
Helper interface to keep the huge amount of convenience methods under
control.
|
| RestPostClientSugar |
Helper class to get the syntactic sugar (from a maintenance point of view)
under control.
|
| RestPutClient |
Helper interface to keep the huge amount of convenience methods under
control.
|
| RestPutClientSugar |
Helper class to get the syntactic sugar (from a maintenance point of view)
under control.
|
| RestRequest |
|
| RestRequestBuilder |
|
| RestRequestClient |
Helper interface to keep the huge amount of convenience methods under
control.
|
| RestRequestClientSugar |
Helper class to get the syntactic sugar (from a maintenance point of view)
under control.
|
| RestRequestEvent |
|
| RestRequestHandler |
A RestRequestHandler handles a REST request on the RestClient
instance's side to do the actual technical implementation of sending that
request (or mocking the send-out of a request).
|
| RestRequestObserver |
The RestRequestObserver can be coded using the lambda
syntax and processes a request for a given locator and for a given
HttpMethod.
|
| RestResponse |
|
| RestResponseEvent |
|
| RestResponseImpl |
|
| RestResponseObserver |
The RestResponseObserver can be coded using the lambda
syntax and processes a response from a server.
|
| RestServer |
The RestServer acts as the target for clients issuing REST requests.
|
| StatusPathAccessor |
Provides an accessor for a status path property.
|
| StatusPathAccessor.StatusPathBuilder |
Provides a mutator for an status path property.
|
| StatusPathAccessor.StatusPathMutator |
Provides a mutator for a status path property.
|
| StatusRequestObserverAccessor |
|
| StatusRequestObserverAccessor.StatusRequestObserverBuilder |
Provides a builder method for a status RestRequestObserver
property returning the builder for applying multiple build operations.
|
| StatusRequestObserverAccessor.StatusRequestObserverMutator |
|
| StatusUrlAccessor |
Provides an accessor for a status Url property.
|
| StatusUrlAccessor.StatusUrlBuilder |
Provides a mutator for an status Url property.
|
| StatusUrlAccessor.StatusUrlMutator |
Provides a mutator for a status Url property.
|