| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractHttpRestClientDecorator<B extends HttpRestClient> |
Abstract class for easily decorating a
HttpRestClient. |
| Modifier and Type | Interface | Description |
|---|---|---|
interface |
HttpDiscoveryRestClient<B extends HttpDiscoveryRestClient<B>> |
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. |
| Modifier and Type | Class | Description |
|---|---|---|
class |
AbstractHttpDiscoveryRestClientDecorator<B extends HttpDiscoveryRestClient<B>> |
Abstract class for easily decorating a
HttpDiscoveryRestClient. |
class |
AbstractHttpRestClientDecorator<B extends HttpRestClient> |
Abstract class for easily decorating a
HttpRestClient. |
class |
HttpRestClientImpl |
The
HttpRestClientImpl implements the HttpRestClient
interface. |
class |
HttpRestClientSingleton |
The singleton of the
HttpRestClientImpl for easy
HttpRestClient access. |
| Modifier and Type | Method | Description |
|---|---|---|
static HttpRestClient |
HttpRestClientSingleton.getInstance() |
Returns the singleton's instance as fabricated by this
HttpRestClientSingleton. |
HttpRestClient |
HttpRestClientImpl.withBaseUrl(URL aBaseURL) |
|
HttpRestClient |
HttpRestClientImpl.withBaseUrl(org.refcodes.net.Url aBaseUrl) |
|
static HttpRestClient |
HttpRestClientSugar.withBaseUrl(String aBaseUrl) |
See also
BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(String) |
static HttpRestClient |
HttpRestClientSugar.withBaseUrl(URL aBaseUrl) |
See also
BaseUrlAccessor.BaseUrlBuilder.withBaseUrl(URL) |
default HttpRestClient |
HttpRestClient.withDisableRequestCorrelation() |
|
default HttpRestClient |
HttpRestClient.withDisableSessionCorrelation() |
|
default HttpRestClient |
HttpRestClient.withEnableRequestCorrelation() |
|
default HttpRestClient |
HttpRestClient.withEnableSessionCorrelation() |
|
default HttpRestClient |
HttpRestClient.withRequestCorrelation(boolean hasRequestCorrelation) |
|
default HttpRestClient |
HttpRestClient.withSessionCorrelation(boolean hasSessionCorrelation) |
|
default HttpRestClient |
HttpRestClient.withTrustStoreDescriptor(org.refcodes.security.TrustStoreDescriptor aStoreDescriptor) |
|
default HttpRestClient |
HttpRestClient.withUserAgent(String aUserAgent) |
|
static HttpRestClient |
HttpRestClientSugar.withUserAgent(String aUserAgent) |
See also
withUserAgent(String) |
| Constructor | Description |
|---|---|
AbstractHttpDiscoveryRestClientDecorator(HttpRestClient aClient) |
Decorates the given
HttpRestClient with discovery functionality. |
AbstractHttpRestClientDecorator(HttpRestClient aClient) |
Decorates the given
HttpRestClient. |
Copyright © 2018. All rights reserved.