| 类 | 说明 |
|---|---|
| Http2ClientFrameInitializer |
Configures client pipeline to support HTTP/2 frames via
Http2FrameCodec and Http2MultiplexHandler. |
| Http2ClientStreamFrameResponseHandler |
Handles HTTP/2 stream frame responses.
|
| Http2FrameClient |
An HTTP2 client that allows you to send HTTP2 frames to a server using the newer HTTP2
approach (via
Http2FrameCodec). |