Uses of Class
io.netty5.handler.codec.http2.Http2EventAdapter
-
Packages that use Http2EventAdapter Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2EventAdapter in io.netty5.handler.codec.http2
Subclasses of Http2EventAdapter in io.netty5.handler.codec.http2 Modifier and Type Class Description class
InboundHttp2ToHttpAdapter
This adapter provides just header/data events from the HTTP message flow defined in [RFC 7540], Section 8.1.
-