Uses of Class
io.netty.handler.codec.http.HttpServerCodec
-
Packages that use HttpServerCodec Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of HttpServerCodec in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as HttpServerCodec Modifier and Type Field Description private HttpServerCodec
CleartextHttp2ServerUpgradeHandler. httpServerCodec
Constructors in io.netty.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
-