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