Interface Http2ConnectionDecoder

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
DecoratingHttp2ConnectionDecoder, DefaultHttp2ConnectionDecoder, Http2EmptyDataFrameConnectionDecoder, Http2MaxRstFrameDecoder

@UnstableApi public interface Http2ConnectionDecoder extends Closeable
Handler for inbound traffic on behalf of Http2ConnectionHandler. Performs basic protocol conformance on inbound frames before calling the delegate Http2FrameListener for application-specific processing. Note that frames of an unknown type (i.e. HTTP/2 extensions) will skip all protocol checks and be given directly to the listener for processing.