Uses of Interface
io.netty.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
Packages that use HttpClientUpgradeHandler.UpgradeCodec
Package
Description
Encoder, decoder and their related message types for HTTP.
Handlers for sending and receiving HTTP/2 frames.
-
Uses of HttpClientUpgradeHandler.UpgradeCodec in io.netty.handler.codec.http
Fields in io.netty.handler.codec.http declared as HttpClientUpgradeHandler.UpgradeCodecModifier and TypeFieldDescriptionprivate final HttpClientUpgradeHandler.UpgradeCodec
HttpClientUpgradeHandler.upgradeCodec
Constructors in io.netty.handler.codec.http with parameters of type HttpClientUpgradeHandler.UpgradeCodecModifierConstructorDescriptionHttpClientUpgradeHandler
(HttpClientUpgradeHandler.SourceCodec sourceCodec, HttpClientUpgradeHandler.UpgradeCodec upgradeCodec, int maxContentLength) Constructs the client upgrade handler. -
Uses of HttpClientUpgradeHandler.UpgradeCodec in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement HttpClientUpgradeHandler.UpgradeCodecModifier and TypeClassDescriptionclass
Client-side cleartext upgrade codec from HTTP to HTTP/2.