Package io.micronaut.http.client.netty
@Configuration
@RequiresNettyClient
@NullMarked
package io.micronaut.http.client.netty
HTTP Client requests, interfaces and configuration.
- Since:
- 1.0
- Author:
- Graeme Rocher
-
ClassDescriptionInformation about what threads are blocked waiting for a request to complete.Connection manager for
DefaultHttpClient.Handle for a pooled connection.Default implementation of theHttpClientinterface based on Netty.Compatibility wrapper aroundNettyHttpClient.RequestKey.WhileDefaultHttpClientis internal API, there are a few uses outside micronaut-core that use it directly, in particular micronaut-oracle-cloud.Factory for the default implementation of theHttpClientinterface based on Netty.Wraps a NettyFullHttpResponsefor consumption by theHttpClient.Interface implemented by users to hook into the pipeline setup of the netty HTTP client.Enum to describe the role of the channel passed toNettyClientCustomizer.specializeForChannel(Channel, ChannelRole).Interface implemented by the HTTP client registry to register customizers.Default implementation ofMutableHttpRequestfor theHttpClient.Implementation of theHttpRequestFactoryinterface for Netty.Configuration for the Netty HTTP client.A factory to create Netty HTTP clients.Requires the Netty HTTP client to be enabled.