Package io.netty.example.http2.helloworld.frame.client
-
Class Summary Class Description Http2ClientFrameInitializer Configures client pipeline to support HTTP/2 frames viaHttp2FrameCodec
andHttp2MultiplexHandler
.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 (viaHttp2FrameCodec
).