Uses of Class
io.netty5.handler.codec.http.HttpServerCodec
-
Packages that use HttpServerCodec Package Description io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of HttpServerCodec in io.netty5.handler.codec.http2
Constructors in io.netty5.handler.codec.http2 with parameters of type HttpServerCodec Constructor Description CleartextHttp2ServerUpgradeHandler(HttpServerCodec httpServerCodec, HttpServerUpgradeHandler<?> httpServerUpgradeHandler, ChannelHandler http2ServerHandler)
Creates the channel handler provide cleartext HTTP/2 upgrade from HTTP upgrade or prior knowledge
-