Package io.micronaut.http.client.netty
HTTP Client requests, interfaces and configuration.
- Since:
- 1.0
-
Interface Summary 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 Summary Class Description ConnectTTLHandler A handler that will close channels after they have reached their time-to-live, regardless of usage.DefaultHttpClient Default implementation of theHttpClientinterface based on Netty.DefaultNettyHttpClientRegistry Factory for the default implementation of theHttpClientinterface based on Netty.FullNettyClientHttpResponse<B> Wraps a NettyFullHttpResponsefor consumption by theHttpClient.NettyClientHttpRequestFactory Implementation of theHttpRequestFactoryinterface for Netty.NettyHttpClientFactory A factory to create Netty HTTP clients. -
Enum Summary Enum Description NettyClientCustomizer.ChannelRole Enum to describe the role of the channel passed toNettyClientCustomizer.specializeForChannel(Channel, ChannelRole).