Uses of Interface
io.netty.handler.codec.http.HttpClientUpgradeHandler.SourceCodec
Packages that use HttpClientUpgradeHandler.SourceCodec
Package
Description
Encoder, decoder and their related message types for HTTP.
-
Uses of HttpClientUpgradeHandler.SourceCodec in io.netty.handler.codec.http
Classes in io.netty.handler.codec.http that implement HttpClientUpgradeHandler.SourceCodecModifier and TypeClassDescriptionfinal classA combination ofHttpRequestEncoderandHttpResponseDecoderwhich enables easier client side HTTP implementation.Constructors in io.netty.handler.codec.http with parameters of type HttpClientUpgradeHandler.SourceCodecModifierConstructorDescriptionHttpClientUpgradeHandler(HttpClientUpgradeHandler.SourceCodec sourceCodec, HttpClientUpgradeHandler.UpgradeCodec upgradeCodec, int maxContentLength) Constructs the client upgrade handler.