Uses of Interface
io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodec
Packages that use HttpServerUpgradeHandler.UpgradeCodec
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of HttpServerUpgradeHandler.UpgradeCodec in io.netty.handler.codec.http
Methods in io.netty.handler.codec.http that return HttpServerUpgradeHandler.UpgradeCodecModifier and TypeMethodDescriptionHttpServerUpgradeHandler.UpgradeCodecFactory.newUpgradeCodec(CharSequence protocol) Invoked byHttpServerUpgradeHandlerfor all the requested protocol names in the order of the client preference.