| Class | Description |
|---|---|
| BlockingStreamingHttpServerResponse |
The equivalent of
HttpResponse but provides an ability to write the payload to an HttpPayloadWriter. |
| ContentCodingHttpRequesterFilter |
A
StreamingHttpClientFilter that adds encoding / decoding functionality for requests and responses
respectively, as these are specified by the spec
Content-Encoding. |
| ContentCodingHttpServiceFilter |
A
StreamingHttpService that adds encoding / decoding functionality for responses and requests respectively,
as these are specified by the spec
Content-Encoding. |
| DefaultHttpCookiePair |
Default implementation of
HttpCookiePair. |
| DefaultHttpExecutionContext |
Default implementation of
HttpExecutionContext. |
| DefaultHttpHeadersFactory |
Default implementation of
HttpHeadersFactory. |
| DefaultHttpSetCookie |
Default implementation of
HttpSetCookie. |
| DefaultServiceDiscoveryRetryStrategy<ResolvedAddress,E extends ServiceDiscovererEvent<ResolvedAddress>> |
Default implementation for
ServiceDiscoveryRetryStrategy. |
| DefaultServiceDiscoveryRetryStrategy.Builder<ResolvedAddress,E extends ServiceDiscovererEvent<ResolvedAddress>> |
A builder to build instances of
DefaultServiceDiscoveryRetryStrategy. |
| DefaultStreamingHttpRequestResponseFactory |
A default implementation for
StreamingHttpRequestFactory and StreamingHttpResponseFactory. |
| DelegatingHttpConnectionContext |
HttpConnectionContext implementation that delegates all calls to a provided HttpConnectionContext. |
| DelegatingHttpExecutionContext |
An implementation of
HttpExecutionContext that delegates all method calls to another
HttpExecutionContext. |
| DelegatingHttpServiceContext |
An implementation of
HttpServiceContext that delegates all calls to a provided HttpServiceContext. |
| EmptyHttpHeaders |
HttpHeaders which are always empty and does not allow modification. |
| HeaderUtils |
Utilities to use for
HttpHeaders implementations. |
| HeaderUtils.CookiesByNameIterator |
An
Iterator of HttpCookiePair designed to iterate across multiple values of
HttpHeaderNames.COOKIE for a specific cookie-name. |
| HeaderUtils.CookiesIterator | |
| HttpApiConversions |
Conversion routines to
StreamingHttpService. |
| HttpEventKey<T> |
A key which identifies a configuration setting for a connection.
|
| HttpExecutionStrategies |
A factory to create different
HttpExecutionStrategy. |
| HttpExecutionStrategies.Builder |
A builder to build an
HttpExecutionStrategy. |
| HttpHeaderNames |
Common request header names and
response header names.
|
| HttpHeaderValues |
Common request header values and
response header values.
|
| HttpOutputStream |
The
OutputStream which provides access to the HTTP
trailers. |
| HttpProtocolVersion |
HTTP protocol versioning.
|
| HttpRequestMetaDataFactory |
A static factory class for
HttpRequestMetaData objects. |
| HttpRequestMethod |
HTTP Request Methods.
|
| HttpRequestMethod.Properties | |
| HttpResponseMetaDataFactory |
A static factory class for
HttpResponseMetaData objects. |
| HttpResponseStatus | |
| HttpSerializationProviders |
A factory to create
HttpSerializationProviders. |
| HttpServerBuilder |
A builder for building HTTP Servers.
|
| HttpServiceContext |
A
HttpConnectionContext for use in the HttpService context. |
| MultiAddressHttpClientBuilder<U,R> |
A builder of
StreamingHttpClient instances which have a capacity to call any server based on the parsed
absolute-form URL address information from each StreamingHttpRequest. |
| PartitionedHttpClientBuilder<U,R> |
A builder of homogeneous
StreamingHttpClient instances which call the server associated with a partition
selected from a set of PartitionedServiceDiscovererEvents resolved from a single unresolved address. |
| ReservedStreamingHttpConnectionFilter |
A
ReservedStreamingHttpConnectionFilter that delegates all methods to a different
ReservedStreamingHttpConnectionFilter. |
| SingleAddressHttpClientBuilder<U,R> |
A builder of
StreamingHttpClient instances which call a single server based on the provided unresolved
address. |
| StatelessTrailersTransformer<Payload> |
An implementation of
TrailersTransformer that does not require any state. |
| StrategyInfluencerChainBuilder |
A chain of
HttpExecutionStrategyInfluencer. |
| StreamingHttpClientFilter |
A
StreamingHttpClient that delegates all methods to a different StreamingHttpClient. |
| StreamingHttpConnectionFilter |
A
StreamingHttpConnection that delegates all methods to a different StreamingHttpConnection. |
| StreamingHttpRequests |
Factory methods for creating
StreamingHttpRequests. |
| StreamingHttpResponses |
Factory methods for creating
StreamingHttpResponses. |
| StreamingHttpServiceFilter |
An implementation of
StreamingHttpService that delegates all methods to the provided
StreamingHttpService. |
| Enum | Description |
|---|---|
| HttpResponseStatus.StatusClass |
The class of response status codes.
|
| HttpSetCookie.SameSite |
Represents
samesite-value
for the
SameSite attribute.
|