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 class
A combination ofHttpRequestEncoder
andHttpResponseDecoder
which enables easier client side HTTP implementation.Fields in io.netty.handler.codec.http declared as HttpClientUpgradeHandler.SourceCodecModifier and TypeFieldDescriptionprivate final HttpClientUpgradeHandler.SourceCodec
HttpClientUpgradeHandler.sourceCodec
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.