Uses of Interface
io.netty5.handler.codec.http.HttpClientUpgradeHandler.UpgradeCodec
-
Packages that use HttpClientUpgradeHandler.UpgradeCodec Package Description io.netty5.handler.codec.http Encoder, decoder and their related message types for HTTP.io.netty5.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of HttpClientUpgradeHandler.UpgradeCodec in io.netty5.handler.codec.http
Constructors in io.netty5.handler.codec.http with parameters of type HttpClientUpgradeHandler.UpgradeCodec Constructor Description HttpClientUpgradeHandler(HttpClientUpgradeHandler.SourceCodec sourceCodec, HttpClientUpgradeHandler.UpgradeCodec upgradeCodec, int maxContentLength)
Constructs the client upgrade handler. -
Uses of HttpClientUpgradeHandler.UpgradeCodec in io.netty5.handler.codec.http2
Classes in io.netty5.handler.codec.http2 that implement HttpClientUpgradeHandler.UpgradeCodec Modifier and Type Class Description class
Http2ClientUpgradeCodec
Client-side clear-text upgrade codec from HTTP to HTTP/2.
-