Class HttpToHttp2ConnectionHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler, ChannelOutboundHandler, Http2LifecycleManager

public class HttpToHttp2ConnectionHandler extends Http2ConnectionHandler
Translates HTTP/1.x object writes into HTTP/2 frames.

See InboundHttp2ToHttpAdapter to get translation from HTTP/2 frames to HTTP/1.x objects.