Package io.netty.handler.codec.http
Interface HttpServerUpgradeHandler.SourceCodec
- All Known Implementing Classes:
HttpServerCodec
- Enclosing class:
HttpServerUpgradeHandler
public static interface HttpServerUpgradeHandler.SourceCodec
The source codec that is used in the pipeline initially.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Removes this codec (i.e.
-
Method Details
-
upgradeFrom
Removes this codec (i.e. all associated handlers) from the pipeline.
-