| Class | Description |
|---|---|
| Http2MultiplexedChannelPool |
ChannelPool implementation that handles multiplexed streams. |
| Http2ResetSendingSubscription |
Wrapper around a
Subscription to send a RST_STREAM frame on cancel. |
| Http2ToHttpInboundAdapter |
Converts
Http2Frames to HttpObjects. |
| 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. |
| SdkHttp2FrameLogger |
| Exception | Description |
|---|---|
| Http2ToHttpInboundAdapter.Http2ResetException |
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.