| BlockingHttpClient |
The equivalent of HttpClient but with synchronous/blocking APIs instead of asynchronous APIs.
|
| BlockingHttpConnection |
The equivalent of HttpConnection but with synchronous/blocking APIs instead of asynchronous APIs.
|
| BlockingHttpRequester |
The equivalent of HttpRequester with synchronous/blocking APIs instead of asynchronous APIs.
|
| BlockingHttpService |
The equivalent of HttpService but with synchronous/blocking APIs instead of asynchronous APIs.
|
| BlockingStreamingHttpClient |
The equivalent of StreamingHttpClient but with synchronous/blocking APIs instead of asynchronous APIs.
|
| BlockingStreamingHttpConnection |
|
| BlockingStreamingHttpRequest |
|
| BlockingStreamingHttpRequester |
|
| BlockingStreamingHttpRequestFactory |
|
| BlockingStreamingHttpRequestResponseFactory |
|
| BlockingStreamingHttpResponse |
|
| BlockingStreamingHttpResponseFactory |
|
| BlockingStreamingHttpService |
The equivalent of StreamingHttpService but with synchronous/blocking APIs instead of asynchronous APIs.
|
| ClientInvoker<State> |
|
| FilterableReservedStreamingHttpConnection |
|
| FilterableStreamingHttpClient |
|
| FilterableStreamingHttpConnection |
|
| FilterableStreamingHttpLoadBalancedConnection |
|
| HttpApiConversions.ServiceAdapterHolder |
|
| HttpClient |
Provides a means to issue requests against HTTP service.
|
| HttpConnection |
Represents a single fixed connection to a HTTP server.
|
| HttpConnectionContext |
|
| HttpConnectionContext.HttpProtocol |
Provides information about the HTTP protocol.
|
| HttpCookiePair |
|
| HttpDeserializer<T> |
A factory to address deserialization concerns for HTTP request/response payload bodies.
|
| HttpExecutionContext |
|
| HttpExecutionStrategy |
An execution strategy for HTTP client and servers.
|
| HttpExecutionStrategyInfluencer |
|
| HttpHeaders |
|
| HttpHeadersFactory |
|
| HttpMetaData |
Meta data shared between requests and responses.
|
| HttpPayloadWriter<T> |
An interface which mimics behavior like OutputStream, but allows for writing of objects of type
T and provides access to the HTTP trailers.
|
| HttpProtocolConfig |
Defines configuration options for HTTP protocol versions.
|
| HttpRequest |
An HTTP request.
|
| HttpRequester |
Provides a means to make a HTTP request.
|
| HttpRequestFactory |
|
| HttpRequestMetaData |
Meta data associated with an HTTP request.
|
| HttpRequestResponseFactory |
|
| HttpResponse |
An HTTP response.
|
| HttpResponseFactory |
|
| HttpResponseMetaData |
Meta data associated with an HTTP response.
|
| HttpSerializationProvider |
|
| HttpSerializer<T> |
A factory to address serialization concerns for HTTP request/response payload bodies.
|
| HttpServerSecurityConfigurator |
|
| HttpService |
|
| HttpSetCookie |
|
| LastHttpMetaData |
An indicator that can be attached to the last chunk of payload to carry
trailer headers.
|
| MultiAddressHttpClientFilterFactory<U> |
|
| PartitionedHttpClientSecurityConfigurator<U,R> |
|
| PartitionHttpClientBuilderConfigurator<U,R> |
If different clients used by a partitioned client created by a PartitionedHttpClientBuilder have different
builder configuration, this configurator helps to configure them differently.
|
| ReservedBlockingHttpConnection |
|
| ReservedBlockingStreamingHttpConnection |
|
| ReservedHttpConnection |
|
| ReservedStreamingHttpConnection |
|
| SingleAddressHttpClientSecurityConfigurator<U,R> |
|
| StreamingHttpClient |
|
| StreamingHttpClientFilterFactory |
|
| StreamingHttpConnection |
|
| StreamingHttpConnectionFilterFactory |
|
| StreamingHttpRequest |
|
| StreamingHttpRequester |
|
| StreamingHttpRequestFactory |
|
| StreamingHttpRequestResponseFactory |
|
| StreamingHttpResponse |
|
| StreamingHttpResponseFactory |
|
| StreamingHttpService |
A service contract for the HTTP protocol.
|
| StreamingHttpServiceFilterFactory |
|
| TrailersTransformer<State,Payload> |
A contract for transforming trailers for a streaming HTTP request/response.
|