public interface io.netty.handler.codec.http2.Http2ConnectionDecoder extends java.io.Closeable
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.netty.handler.codec.http2.Http2ConnectionDecoder
super_class: java.lang.Object
{
public abstract void lifecycleManager(io.netty.handler.codec.http2.Http2LifecycleManager);
descriptor: (Lio/netty/handler/codec/http2/Http2LifecycleManager;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
lifecycleManager
public abstract io.netty.handler.codec.http2.Http2Connection connection();
descriptor: ()Lio/netty/handler/codec/http2/Http2Connection;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract io.netty.handler.codec.http2.Http2LocalFlowController flowController();
descriptor: ()Lio/netty/handler/codec/http2/Http2LocalFlowController;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void frameListener(io.netty.handler.codec.http2.Http2FrameListener);
descriptor: (Lio/netty/handler/codec/http2/Http2FrameListener;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
MethodParameters:
Name Flags
listener
public abstract io.netty.handler.codec.http2.Http2FrameListener frameListener();
descriptor: ()Lio/netty/handler/codec/http2/Http2FrameListener;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void decodeFrame(io.netty.channel.ChannelHandlerContext, io.netty.buffer.ByteBuf, java.util.List<java.lang.Object>);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List;)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
Signature: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/buffer/ByteBuf;Ljava/util/List<Ljava/lang/Object;>;)V
MethodParameters:
Name Flags
ctx
in
out
public abstract io.netty.handler.codec.http2.Http2Settings localSettings();
descriptor: ()Lio/netty/handler/codec/http2/Http2Settings;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract boolean prefaceReceived();
descriptor: ()Z
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void close();
descriptor: ()V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Http2ConnectionDecoder.java"