Uses of Interface
io.netty.handler.codec.http.HttpServerUpgradeHandler.SourceCodec
Packages that use HttpServerUpgradeHandler.SourceCodec
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of HttpServerUpgradeHandler.SourceCodec in io.netty.handler.codec.http
Classes in io.netty.handler.codec.http that implement HttpServerUpgradeHandler.SourceCodecModifier and TypeClassDescriptionfinal classA combination ofHttpRequestDecoderandHttpResponseEncoderwhich enables easier server side HTTP implementation.Constructors in io.netty.handler.codec.http with parameters of type HttpServerUpgradeHandler.SourceCodecModifierConstructorDescriptionHttpServerUpgradeHandler(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.