public static interface HttpClientUpgradeHandler.SourceCodec
Modifier and Type | Method and Description |
---|---|
void |
prepareUpgradeFrom(ChannelHandlerContext ctx)
Removes or disables the encoder of this codec so that the
HttpClientUpgradeHandler.UpgradeCodec can send an initial greeting
(if any). |
void |
upgradeFrom(ChannelHandlerContext ctx)
Removes this codec (i.e. all associated handlers) from the pipeline.
|
void prepareUpgradeFrom(ChannelHandlerContext ctx)
HttpClientUpgradeHandler.UpgradeCodec
can send an initial greeting
(if any).void upgradeFrom(ChannelHandlerContext ctx)
Copyright © 2008–2024 The Netty Project. All rights reserved.