Uses of Interface
org.refcodes.rest.RestRequestClient
-
Uses of RestRequestClient in org.refcodes.rest
Modifier and TypeInterfaceDescriptioninterface
Helper interface to keep the huge amount of convenience methods under control.interface
A client to send requests for communicating with a RESTful server such as theRestfulHttpServer
.interface
Extends aRestfulClient
to be capable of providing a User-Agent withUserAgentAccessor.UserAgentMutator.setUserAgent(String)
(RestfulHttpClient.withUserAgent(String)
) and to be capable of using base URLs to be set withBaseUrlAccessor.BaseUrlMutator.setBaseUrl(String)
(RestfulHttpClient.withBaseUrl(String)
).interface
RestfulHttpDiscoveryClient<B extends RestfulHttpDiscoveryClient<B>>
TheRestfulHttpDiscoveryClient
provides additional functionality for registering at and signing off from a service discovery service in order to resolve URLs to or from other services.interface
Helper interface to keep the huge amount of convenience methods under control.interface
Helper interface to keep the huge amount of convenience methods under control.interface
Helper interface to keep the huge amount of convenience methods under control.Modifier and TypeClassDescriptionclass
Abstract base implementation of theRestfulClient
interface being the foundation for variousRestfulClient
implementations such asHttpRestClient
orLoopbackRestClient
.class
Abstract class for easily decorating aRestfulHttpClient
.class
Abstract class for easily decorating aRestfulHttpDiscoveryClient
.class
TheHttpRestClient
implements theRestfulHttpClient
interface.class
The singleton of theHttpRestClient
for easyRestfulHttpClient
access.class
Implements theRestfulClient
interface to be used as loopback device e.g. for testing purposes such as testing yourRestResponseConsumer
implementations.class
The singleton of theLoopbackRestClient
for easyLoopbackRestClient
access.