Class Http2BaseFilter

All Implemented Interfaces:
Filter
Direct Known Subclasses:
Http2ClientFilter, Http2ServerFilter

public abstract class Http2BaseFilter extends HttpBaseFilter
The Filter serves as a bridge between HTTP2 frames and upper-level HTTP layers by converting Http2Frames into HttpPackets and passing them up/down by the FilterChain. Additionally this Filter has logic responsible for checking HTTP2 protocol semantics and fire correspondent events and messages in case when HTTP2 semantics is broken.
Author:
Grizzly team