Interface HttpClientUpgradeHandler.SourceCodec
- All Known Implementing Classes:
HttpClientCodec
- Enclosing class:
HttpClientUpgradeHandler
public static interface HttpClientUpgradeHandler.SourceCodec
The source codec that is used in the pipeline initially.
-
Method Summary
Modifier and TypeMethodDescriptionvoidRemoves or disables the encoder of this codec so that theHttpClientUpgradeHandler.UpgradeCodeccan send an initial greeting (if any).voidRemoves this codec (i.e. all associated handlers) from the pipeline.
-
Method Details
-
prepareUpgradeFrom
Removes or disables the encoder of this codec so that theHttpClientUpgradeHandler.UpgradeCodeccan send an initial greeting (if any). -
upgradeFrom
Removes this codec (i.e. all associated handlers) from the pipeline.
-