Class Http2ChannelDuplexHandler

All Implemented Interfaces:
ChannelHandler, ChannelInboundHandler, ChannelOutboundHandler
Direct Known Subclasses:
Http2MultiplexHandler

public abstract class Http2ChannelDuplexHandler extends ChannelDuplexHandler
A ChannelDuplexHandler providing additional functionality for HTTP/2. Specifically it allows to:

The Http2FrameCodec is required to be part of the ChannelPipeline before this handler is added, or else an IllegalStateException will be thrown.