public final class io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder extends io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder<io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter, io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder>
minor version: 0
major version: 59
flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
super_class: io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder
{
public void <init>(io.netty.handler.codec.http2.Http2Connection);
descriptor: (Lio/netty/handler/codec/http2/Http2Connection;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.<init>:(Lio/netty/handler/codec/http2/Http2Connection;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapterBuilder;
0 2 1 connection Lio/netty/handler/codec/http2/Http2Connection;
MethodParameters:
Name Flags
connection
public io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder maxContentLength(int);
descriptor: (I)Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapterBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.maxContentLength:(I)Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder;
checkcast io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapterBuilder;
0 1 1 maxContentLength I
MethodParameters:
Name Flags
maxContentLength
public io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder validateHttpHeaders(boolean);
descriptor: (Z)Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapterBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.validateHttpHeaders:(Z)Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder;
checkcast io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapterBuilder;
0 1 1 validate Z
MethodParameters:
Name Flags
validate
public io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder propagateSettings(boolean);
descriptor: (Z)Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapterBuilder;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
iload 1
invokespecial io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.propagateSettings:(Z)Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder;
checkcast io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder
areturn
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapterBuilder;
0 1 1 propagate Z
MethodParameters:
Name Flags
propagate
public io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter build();
descriptor: ()Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapter;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
invokespecial io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.build:()Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapter;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapterBuilder;
protected io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter build(io.netty.handler.codec.http2.Http2Connection, int, boolean, boolean);
descriptor: (Lio/netty/handler/codec/http2/Http2Connection;IZZ)Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapter;
flags: (0x0004) ACC_PROTECTED
Code:
stack=6, locals=5, args_size=5
start local 0 start local 1 start local 2 start local 3 start local 4 0: new io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
dup
aload 1
iload 2
1: iload 3
iload 4
2: invokespecial io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter.<init>:(Lio/netty/handler/codec/http2/Http2Connection;IZZ)V
areturn
end local 4 end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapterBuilder;
0 3 1 connection Lio/netty/handler/codec/http2/Http2Connection;
0 3 2 maxContentLength I
0 3 3 validateHttpHeaders Z
0 3 4 propagateSettings Z
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
connection
maxContentLength
validateHttpHeaders
propagateSettings
public io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder validateHttpHeaders(boolean);
descriptor: (Z)Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder.validateHttpHeaders:(Z)Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapterBuilder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder propagateSettings(boolean);
descriptor: (Z)Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder.propagateSettings:(Z)Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapterBuilder;
areturn
LocalVariableTable:
Start End Slot Name Signature
public io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder maxContentLength(int);
descriptor: (I)Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
iload 1
invokevirtual io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder.maxContentLength:(I)Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapterBuilder;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Lio/netty/handler/codec/http2/AbstractInboundHttp2ToHttpAdapterBuilder<Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapter;Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapterBuilder;>;
SourceFile: "InboundHttp2ToHttpAdapterBuilder.java"