See: Description
Interface | Description |
---|---|
NettyClientCustomizer |
Interface implemented by users to hook into the pipeline setup of the netty HTTP client.
|
NettyClientCustomizer.Registry |
Interface implemented by the HTTP client registry to register customizers.
|
Class | Description |
---|---|
ConnectTTLHandler |
A handler that will close channels after they have reached their time-to-live, regardless of usage.
|
DefaultHttpClient |
Default implementation of the
HttpClient interface based on Netty. |
DefaultNettyHttpClientRegistry |
Factory for the default implementation of the
HttpClient interface based on Netty. |
FullNettyClientHttpResponse<B> |
Wraps a Netty
FullHttpResponse for consumption by the HttpClient . |
NettyClientHttpRequestFactory |
Implementation of the
HttpRequestFactory interface for Netty. |
NettyHttpClientFactory |
A factory to create Netty HTTP clients.
|
Enum | Description |
---|---|
NettyClientCustomizer.ChannelRole |
Enum to describe the role of the channel passed to
NettyClientCustomizer.specializeForChannel(Channel, ChannelRole) . |