Class Http2EventAdapter

java.lang.Object
io.netty.handler.codec.http2.Http2EventAdapter
All Implemented Interfaces:
Http2Connection.Listener, Http2FrameListener
Direct Known Subclasses:
InboundHttp2ToHttpAdapter

public class Http2EventAdapter extends Object implements Http2Connection.Listener, Http2FrameListener
This class brings Http2Connection.Listener and Http2FrameListener together to provide NOOP implementation so inheriting classes can selectively choose which methods to override.