Uses of Interface
io.netty.handler.codec.http2.Http2FrameListener
Packages that use Http2FrameListener
-
Uses of Http2FrameListener in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2FrameListenerModifier and TypeClassDescriptionclassAn HTTP2 frame listener that will decompress data frames according to thecontent-encodingheader for each stream.classThis class bringsHttp2Connection.ListenerandHttp2FrameListenertogether to provide NOOP implementation so inheriting classes can selectively choose which methods to override.classConvenience class that provides no-op implementations for all methods ofHttp2FrameListener.classProvides a decorator around aHttp2FrameListenerand delegates all method callsclassThis adapter provides just header/data events from the HTTP message flow defined in [RFC 7540], Section 8.1.Fields in io.netty.handler.codec.http2 declared as Http2FrameListenerModifier and TypeFieldDescriptionprotected final Http2FrameListenerHttp2FrameListenerDecorator.listenerMethods in io.netty.handler.codec.http2 that return Http2FrameListenerModifier and TypeMethodDescriptionprotected Http2FrameListenerAbstractHttp2ConnectionHandlerBuilder.frameListener()Returns the listener of inbound frames.DecoratingHttp2ConnectionDecoder.frameListener()DefaultHttp2ConnectionDecoder.frameListener()Http2ConnectionDecoder.frameListener()Get theHttp2FrameListenerwhich will be notified when frames are decoded.Methods in io.netty.handler.codec.http2 with parameters of type Http2FrameListenerModifier and TypeMethodDescriptionprotected BAbstractHttp2ConnectionHandlerBuilder.frameListener(Http2FrameListener frameListener) Sets the listener of inbound frames.voidDecoratingHttp2ConnectionDecoder.frameListener(Http2FrameListener listener) voidDefaultHttp2ConnectionDecoder.frameListener(Http2FrameListener listener) voidHttp2ConnectionDecoder.frameListener(Http2FrameListener listener) Set theHttp2FrameListenerwhich will be notified when frames are decoded.Http2ConnectionHandlerBuilder.frameListener(Http2FrameListener frameListener) HttpToHttp2ConnectionHandlerBuilder.frameListener(Http2FrameListener frameListener) voidDefaultHttp2FrameReader.readFrame(ChannelHandlerContext ctx, ByteBuf input, Http2FrameListener listener) voidHttp2FrameReader.readFrame(ChannelHandlerContext ctx, ByteBuf input, Http2FrameListener listener) Attempts to read the next frame from the input buffer.voidHttp2InboundFrameLogger.readFrame(ChannelHandlerContext ctx, ByteBuf input, Http2FrameListener listener) Constructors in io.netty.handler.codec.http2 with parameters of type Http2FrameListenerModifierConstructorDescriptionDelegatingDecompressorFrameListener(Http2Connection connection, Http2FrameListener listener) Deprecated.DelegatingDecompressorFrameListener(Http2Connection connection, Http2FrameListener listener, boolean strict) DelegatingDecompressorFrameListener(Http2Connection connection, Http2FrameListener listener, boolean strict, int maxAllocation) Create a new instance.DelegatingDecompressorFrameListener(Http2Connection connection, Http2FrameListener listener, int maxAllocation) Create a new instance.InboundHttpToHttp2Adapter(Http2Connection connection, Http2FrameListener listener)
DelegatingDecompressorFrameListener(Http2Connection, Http2FrameListener, int)