Class | Description |
---|---|
Http2MultiplexedChannelPool |
ChannelPool implementation that handles multiplexed streams. |
Http2ResetSendingSubscription |
Wrapper around a
Subscription to send a RST_STREAM frame on cancel. |
Http2SettingsFrameHandler |
Configure channel based on the
Http2SettingsFrame received from server |
Http2ToHttpInboundAdapter |
Converts
Http2Frame s to HttpObject s. |
HttpOrHttp2ChannelPool |
Channel pool that establishes an initial connection to determine protocol.
|
HttpToHttp2OutboundAdapter |
Translates HTTP/1.1 Netty objects to the corresponding HTTP/2 frame objects.
|
MultiplexedChannelRecord |
Contains a
Future for the actual socket channel and tracks available
streams based on the MAX_CONCURRENT_STREAMS setting for the connection. |
Exception | Description |
---|---|
Http2ToHttpInboundAdapter.Http2ResetException |
Copyright © 2019. All rights reserved.