All Classes and Interfaces
Class
Description
Information about what threads are blocked waiting for a request to complete.
Interface used by the netty HTTP client to construct the SSL context.
Connection manager for
DefaultHttpClient.Handle for a pooled connection.
Default implementation of the
HttpClient interface based on Netty.Key used for connection pooling and determining host/port.
While
DefaultHttpClient is 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 the
HttpClient interface based on Netty.Wraps a Netty
FullHttpResponse for consumption by the HttpClient.Interface implemented by users to hook into the pipeline setup of the netty HTTP client.
Enum to describe the role of the channel passed to
NettyClientCustomizer.specializeForChannel(Channel, ChannelRole).Interface implemented by the HTTP client registry to register customizers.
Default implementation of
MutableHttpRequest for the HttpClient.Implementation of the
HttpRequestFactory interface for Netty.The Netty implementation of
This class is not final, so you can extend and replace it to implement alternate mechanisms for loading the key and trust stores.
SslBuilder that generates an SslContext to create a client that
supports SSL.This class is not final, so you can extend and replace it to implement alternate mechanisms for loading the key and trust stores.
A factory to create Netty HTTP clients.
Handler for WebSocket clients.