public interface io.netty.handler.codec.http2.Http2HeadersDecoder$Configuration
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.netty.handler.codec.http2.Http2HeadersDecoder$Configuration
super_class: java.lang.Object
{
public abstract void maxHeaderTableSize(long);
descriptor: (J)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
MethodParameters:
Name Flags
max
public abstract long maxHeaderTableSize();
descriptor: ()J
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract void maxHeaderListSize(long, long);
descriptor: (JJ)V
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws io.netty.handler.codec.http2.Http2Exception
MethodParameters:
Name Flags
max
goAwayMax
public abstract long maxHeaderListSize();
descriptor: ()J
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract long maxHeaderListSizeGoAway();
descriptor: ()J
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "Http2HeadersDecoder.java"
NestHost: io.netty.handler.codec.http2.Http2HeadersDecoder
InnerClasses:
public abstract Configuration = io.netty.handler.codec.http2.Http2HeadersDecoder$Configuration of io.netty.handler.codec.http2.Http2HeadersDecoder