Class InboundHttp2ToHttpAdapter

java.lang.Object
io.netty.handler.codec.http2.Http2EventAdapter
io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
All Implemented Interfaces:
Http2Connection.Listener, Http2FrameListener

@UnstableApi public class InboundHttp2ToHttpAdapter extends Http2EventAdapter
This adapter provides just header/data events from the HTTP message flow defined in [RFC 7540], Section 8.1.

See HttpToHttp2ConnectionHandler to get translation from HTTP/1.x objects to HTTP/2 frames for writes.