Interface | Description |
---|---|
CompositeHttpClientBuilder.CloneablePoolLimitDeterminationStrategy | |
HttpClient<I,O> | |
RedirectOperator.RedirectHandler<I,O> |
A handler contract for handling HTTP redirects.
|
Class | Description |
---|---|
ClientRequestResponseConverter |
A channel handler for
HttpClient to convert netty's http request/response objects to HttpClient 's
request/response objects. |
CompositeHttpClient<I,O> |
An implementation of
HttpClient that can execute requests over multiple hosts. |
CompositeHttpClientBuilder<I,O> | |
CompositeObserver<T> |
Delegates the
CompositeObserver.onCompleted() and CompositeObserver.onError(Throwable) to all contained observers. |
DefaultRedirectHandler<I,O> | |
FlatResponseOperator<T> |
An operator to be used for a source of
HttpClientResponse containing aggregated responses i.e. |
HttpClient.HttpClientConfig |
A configuration to be used for this client.
|
HttpClient.HttpClientConfig.Builder | |
HttpClientBuilder<I,O> | |
HttpClientImpl<I,O> | |
HttpClientMetricsEvent<T extends java.lang.Enum> | |
HttpClientPipelineConfigurator<I,O> |
An implementation of
PipelineConfigurator to configure the pipeline for an HTTP client. |
HttpClientRequest<T> | |
HttpClientResponse<T> |
A Http response object used by
HttpClient . |
HttpRequestHeaders | |
HttpResponseHeaders | |
RedirectOperator<I,O> |
An Rx
Observable.Operator which handles HTTP redirects. |
RedirectOperator.RedirectHandler.RedirectionContext | |
ResponseHolder<T> |
Enum | Description |
---|---|
HttpClient.HttpClientConfig.RedirectsHandling | |
HttpClientMetricsEvent.EventType | |
HttpClientMetricsEvent.HttpEventType | |
HttpRedirectException.Reason |
Exception | Description |
---|---|
HttpRedirectException |
An exception signifying a failed HTTP redirects.
|