Class DefaultNettyHttpClientRegistry

java.lang.Object
io.micronaut.http.client.netty.DefaultNettyHttpClientRegistry
All Implemented Interfaces:
ApplicationEventListener<RefreshEvent>, Ordered, HttpClientRegistry<HttpClient>, NettyClientCustomizer.Registry, ProxyHttpClientRegistry<ProxyHttpClient>, SseClientRegistry<SseClient>, StreamingHttpClientRegistry<StreamingHttpClient>, ChannelPipelineCustomizer, RefreshEventListener, WebSocketClientRegistry<WebSocketClient>, AutoCloseable, EventListener

Factory for the default implementation of the HttpClient interface based on Netty.
Since:
2.0
Author:
Graeme Rocher