Uses of Interface
io.netty.handler.codec.http.HttpServerUpgradeHandler.UpgradeCodecFactory
Packages that use HttpServerUpgradeHandler.UpgradeCodecFactory
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of HttpServerUpgradeHandler.UpgradeCodecFactory in io.netty.handler.codec.http
Fields in io.netty.handler.codec.http declared as HttpServerUpgradeHandler.UpgradeCodecFactoryModifier and TypeFieldDescriptionprivate final HttpServerUpgradeHandler.UpgradeCodecFactory
HttpServerUpgradeHandler.upgradeCodecFactory
Constructors in io.netty.handler.codec.http with parameters of type HttpServerUpgradeHandler.UpgradeCodecFactoryModifierConstructorDescriptionHttpServerUpgradeHandler
(HttpServerUpgradeHandler.SourceCodec sourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory upgradeCodecFactory) Constructs the upgrader with the supported codecs.HttpServerUpgradeHandler
(HttpServerUpgradeHandler.SourceCodec sourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory upgradeCodecFactory, int maxContentLength) Constructs the upgrader with the supported codecs.HttpServerUpgradeHandler
(HttpServerUpgradeHandler.SourceCodec sourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory upgradeCodecFactory, int maxContentLength, boolean validateHeaders) Constructs the upgrader with the supported codecs.HttpServerUpgradeHandler
(HttpServerUpgradeHandler.SourceCodec sourceCodec, HttpServerUpgradeHandler.UpgradeCodecFactory upgradeCodecFactory, int maxContentLength, HttpHeadersFactory headersFactory, HttpHeadersFactory trailersFactory) Constructs the upgrader with the supported codecs.