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 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder this
        start local 1 // io.netty.handler.codec.http2.Http2Connection connection
         0: .line 33
            aload 0 /* this */
            aload 1 /* connection */
            invokespecial io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.<init>:(Lio/netty/handler/codec/http2/Http2Connection;)V
         1: .line 34
            return
        end local 1 // io.netty.handler.codec.http2.Http2Connection connection
        end local 0 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder this
      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 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder this
        start local 1 // int maxContentLength
         0: .line 38
            aload 0 /* this */
            iload 1 /* maxContentLength */
            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 // int maxContentLength
        end local 0 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder this
      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 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder this
        start local 1 // boolean validate
         0: .line 43
            aload 0 /* this */
            iload 1 /* validate */
            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 // boolean validate
        end local 0 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder this
      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 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder this
        start local 1 // boolean propagate
         0: .line 48
            aload 0 /* this */
            iload 1 /* propagate */
            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 // boolean propagate
        end local 0 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder this
      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 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder this
         0: .line 53
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http2.AbstractInboundHttp2ToHttpAdapterBuilder.build:()Lio/netty/handler/codec/http2/InboundHttp2ToHttpAdapter;
            areturn
        end local 0 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder this
      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 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder this
        start local 1 // io.netty.handler.codec.http2.Http2Connection connection
        start local 2 // int maxContentLength
        start local 3 // boolean validateHttpHeaders
        start local 4 // boolean propagateSettings
         0: .line 62
            new io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter
            dup
            aload 1 /* connection */
            iload 2 /* maxContentLength */
         1: .line 63
            iload 3 /* validateHttpHeaders */
            iload 4 /* propagateSettings */
         2: .line 62
            invokespecial io.netty.handler.codec.http2.InboundHttp2ToHttpAdapter.<init>:(Lio/netty/handler/codec/http2/Http2Connection;IZZ)V
            areturn
        end local 4 // boolean propagateSettings
        end local 3 // boolean validateHttpHeaders
        end local 2 // int maxContentLength
        end local 1 // io.netty.handler.codec.http2.Http2Connection connection
        end local 0 // io.netty.handler.codec.http2.InboundHttp2ToHttpAdapterBuilder this
      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: .line 1
            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: .line 1
            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: .line 1
            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"