public class io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame extends io.netty.handler.codec.http2.AbstractHttp2StreamFrame implements io.netty.handler.codec.http2.Http2WindowUpdateFrame
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame
  super_class: io.netty.handler.codec.http2.AbstractHttp2StreamFrame
{
  private final int windowUpdateIncrement;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  public void <init>(int);
    descriptor: (I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame this
        start local 1 // int windowUpdateIncrement
         0: .line 28
            aload 0 /* this */
            invokespecial io.netty.handler.codec.http2.AbstractHttp2StreamFrame.<init>:()V
         1: .line 29
            aload 0 /* this */
            iload 1 /* windowUpdateIncrement */
            putfield io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame.windowUpdateIncrement:I
         2: .line 30
            return
        end local 1 // int windowUpdateIncrement
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame this
      LocalVariableTable:
        Start  End  Slot                   Name  Signature
            0    3     0                   this  Lio/netty/handler/codec/http2/DefaultHttp2WindowUpdateFrame;
            0    3     1  windowUpdateIncrement  I
    MethodParameters:
                       Name  Flags
      windowUpdateIncrement  

  public io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame stream(io.netty.handler.codec.http2.Http2FrameStream);
    descriptor: (Lio/netty/handler/codec/http2/Http2FrameStream;)Lio/netty/handler/codec/http2/DefaultHttp2WindowUpdateFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame this
        start local 1 // io.netty.handler.codec.http2.Http2FrameStream stream
         0: .line 34
            aload 0 /* this */
            aload 1 /* stream */
            invokespecial io.netty.handler.codec.http2.AbstractHttp2StreamFrame.stream:(Lio/netty/handler/codec/http2/Http2FrameStream;)Lio/netty/handler/codec/http2/AbstractHttp2StreamFrame;
            pop
         1: .line 35
            aload 0 /* this */
            areturn
        end local 1 // io.netty.handler.codec.http2.Http2FrameStream stream
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lio/netty/handler/codec/http2/DefaultHttp2WindowUpdateFrame;
            0    2     1  stream  Lio/netty/handler/codec/http2/Http2FrameStream;
    MethodParameters:
        Name  Flags
      stream  

  public java.lang.String name();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame this
         0: .line 40
            ldc "WINDOW_UPDATE"
            areturn
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2WindowUpdateFrame;

  public int windowSizeIncrement();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame this
         0: .line 45
            aload 0 /* this */
            getfield io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame.windowUpdateIncrement:I
            ireturn
        end local 0 // io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/netty/handler/codec/http2/DefaultHttp2WindowUpdateFrame;

  public io.netty.handler.codec.http2.AbstractHttp2StreamFrame stream(io.netty.handler.codec.http2.Http2FrameStream);
    descriptor: (Lio/netty/handler/codec/http2/Http2FrameStream;)Lio/netty/handler/codec/http2/AbstractHttp2StreamFrame;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame.stream:(Lio/netty/handler/codec/http2/Http2FrameStream;)Lio/netty/handler/codec/http2/DefaultHttp2WindowUpdateFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public io.netty.handler.codec.http2.Http2StreamFrame stream(io.netty.handler.codec.http2.Http2FrameStream);
    descriptor: (Lio/netty/handler/codec/http2/Http2FrameStream;)Lio/netty/handler/codec/http2/Http2StreamFrame;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            invokevirtual io.netty.handler.codec.http2.DefaultHttp2WindowUpdateFrame.stream:(Lio/netty/handler/codec/http2/Http2FrameStream;)Lio/netty/handler/codec/http2/DefaultHttp2WindowUpdateFrame;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "DefaultHttp2WindowUpdateFrame.java"