Uses of Interface
io.netty.handler.codec.http2.Http2FrameListener
-
-
Uses of Http2FrameListener in io.netty.handler.codec.http2
Classes in io.netty.handler.codec.http2 that implement Http2FrameListener Modifier and Type Class Description classDelegatingDecompressorFrameListenerAn HTTP2 frame listener that will decompress data frames according to thecontent-encodingheader for each stream.classHttp2EventAdapterThis class bringsHttp2Connection.ListenerandHttp2FrameListenertogether to provide NOOP implementation so inheriting classes can selectively choose which methods to override.classHttp2FrameAdapterConvenience class that provides no-op implementations for all methods ofHttp2FrameListener.classHttp2FrameListenerDecoratorProvides a decorator around aHttp2FrameListenerand delegates all method callsclassInboundHttp2ToHttpAdapterThis 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 Http2FrameListener Modifier and Type Field Description protected Http2FrameListenerHttp2FrameListenerDecorator. listenerMethods in io.netty.handler.codec.http2 that return Http2FrameListener Modifier and Type Method Description protected Http2FrameListenerAbstractHttp2ConnectionHandlerBuilder. frameListener()Returns the listener of inbound frames.Http2FrameListenerDecoratingHttp2ConnectionDecoder. frameListener()Http2FrameListenerDefaultHttp2ConnectionDecoder. frameListener()Http2FrameListenerHttp2ConnectionDecoder. frameListener()Get theHttp2FrameListenerwhich will be notified when frames are decoded.Methods in io.netty.handler.codec.http2 with parameters of type Http2FrameListener Modifier and Type Method Description protected 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.Http2ConnectionHandlerBuilderHttp2ConnectionHandlerBuilder. frameListener(Http2FrameListener frameListener)HttpToHttp2ConnectionHandlerBuilderHttpToHttp2ConnectionHandlerBuilder. frameListener(Http2FrameListener frameListener)voidDefaultHttp2FrameReader. readFrame(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf input, Http2FrameListener listener)voidHttp2FrameReader. readFrame(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf input, Http2FrameListener listener)Attempts to read the next frame from the input buffer.voidHttp2InboundFrameLogger. readFrame(io.netty.channel.ChannelHandlerContext ctx, io.netty.buffer.ByteBuf input, Http2FrameListener listener)Constructors in io.netty.handler.codec.http2 with parameters of type Http2FrameListener Constructor Description DelegatingDecompressorFrameListener(Http2Connection connection, Http2FrameListener listener)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.Http2FrameListenerDecorator(Http2FrameListener listener)InboundHttpToHttp2Adapter(Http2Connection connection, Http2FrameListener listener)
-