Uses of Interface
io.netty.handler.codec.http.HttpClientUpgradeHandler.SourceCodec
-
Packages that use HttpClientUpgradeHandler.SourceCodec Package Description io.netty.handler.codec.http 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.SourceCodec Modifier and Type Class Description classHttpClientCodecA combination ofHttpRequestEncoderandHttpResponseDecoderwhich enables easier client side HTTP implementation.Fields in io.netty.handler.codec.http declared as HttpClientUpgradeHandler.SourceCodec Modifier and Type Field Description private HttpClientUpgradeHandler.SourceCodecHttpClientUpgradeHandler. sourceCodecConstructors in io.netty.handler.codec.http with parameters of type HttpClientUpgradeHandler.SourceCodec Constructor Description HttpClientUpgradeHandler(HttpClientUpgradeHandler.SourceCodec sourceCodec, HttpClientUpgradeHandler.UpgradeCodec upgradeCodec, int maxContentLength)Constructs the client upgrade handler.
-