Uses of Interface
io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
-
Packages that use HttpServerUpgradeHandler.UpgradeCodec Package Description io.netty.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of HttpServerUpgradeHandler.UpgradeCodec in io.netty.handler.codec.http
Methods in io.netty.handler.codec.http that return HttpServerUpgradeHandler.UpgradeCodec Modifier and Type Method Description HttpServerUpgradeHandler.UpgradeCodecHttpServerUpgradeHandler.UpgradeCodecFactory. newUpgradeCodec(java.lang.CharSequence protocol)Invoked byHttpServerUpgradeHandlerfor all the requested protocol names in the order of the client preference. -
Uses of HttpServerUpgradeHandler.UpgradeCodec in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement HttpServerUpgradeHandler.UpgradeCodec Modifier and Type Class Description classHttp2ServerUpgradeCodecServer-side codec for performing a cleartext upgrade from HTTP/1.x to HTTP/2.
-