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. -
-
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(CharSequence protocol)Invoked byHttpServerUpgradeHandlerfor all the requested protocol names in the order of the client preference.
-