public interface ConnectionContext
| Modifier and Type | Method and Description |
|---|---|
Optional<Duration> |
getCacheDuration()
The duration that stable responses like the payload of the API root should be cached
|
reactor.netty.http.client.HttpClient |
getHttpClient()
The
HttpClient to use |
com.fasterxml.jackson.databind.ObjectMapper |
getObjectMapper()
The
ObjectMapper to use |
RootProvider |
getRootProvider()
The
RootProvider to use |
reactor.core.publisher.Mono<Void> |
trust(String host,
int port)
Attempt to explicitly trust the TLS certificate of an endpoint.
|
Optional<Duration> getCacheDuration()
reactor.netty.http.client.HttpClient getHttpClient()
HttpClient to usecom.fasterxml.jackson.databind.ObjectMapper getObjectMapper()
ObjectMapper to useRootProvider getRootProvider()
RootProvider to useCopyright © 2019. All rights reserved.