@NonNullApi
See: Description
| Interface | Description |
|---|---|
| Http2SettingsSpec.Builder | |
| HttpInfos |
An Http Reactive Channel with several accessors related to HTTP flow: headers, params,
URI, method, websocket...
|
| HttpMetricsRecorder |
Interface for recording metrics for HTTP protocol.
|
| Class | Description |
|---|---|
| Cookies |
Store cookies for the http channel.
|
| Http2SettingsSpec |
A configuration builder to fine tune the
Http2Settings. |
| HttpDecoderSpec<T extends HttpDecoderSpec<T>> |
A configuration builder to fine tune the
HttpCodec (or more precisely
the settings for the decoder) |
| HttpOperations<INBOUND extends NettyInbound,OUTBOUND extends NettyOutbound> |
An HTTP ready
ChannelOperations with state management for status and headers
(first HTTP response packet). |
| HttpOperations.PostHeadersNettyOutbound | |
| HttpResources |
Hold the default HTTP/1.x resources
|
| MicrometerHttpMetricsRecorder |
An
HttpMetricsRecorder implementation for integration with Micrometer. |
| Enum | Description |
|---|---|
| HttpProtocol |
An enum defining various HTTP negotiations between H2, H2C-upgrade,
H2C-prior-knowledge and HTTP/1.1
|