final class jdk.incubator.http.Stream$StreamWindowUpdateSender extends jdk.incubator.http.WindowUpdateSender
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.incubator.http.Stream$StreamWindowUpdateSender
  super_class: jdk.incubator.http.WindowUpdateSender
{
  final jdk.incubator.http.Stream this$0;
    descriptor: Ljdk/incubator/http/Stream;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.incubator.http.Stream, jdk.incubator.http.Http2Connection);
    descriptor: (Ljdk/incubator/http/Stream;Ljdk/incubator/http/Http2Connection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.incubator.http.Stream$StreamWindowUpdateSender this
        start local 2 // jdk.incubator.http.Http2Connection connection
         0: .line 1088
            aload 0 /* this */
            aload 1
            putfield jdk.incubator.http.Stream$StreamWindowUpdateSender.this$0:Ljdk/incubator/http/Stream;
         1: .line 1089
            aload 0 /* this */
            aload 2 /* connection */
            invokespecial jdk.incubator.http.WindowUpdateSender.<init>:(Ljdk/incubator/http/Http2Connection;)V
         2: .line 1090
            return
        end local 2 // jdk.incubator.http.Http2Connection connection
        end local 0 // jdk.incubator.http.Stream$StreamWindowUpdateSender this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    3     0        this  Ljdk/incubator/http/Stream$StreamWindowUpdateSender;
            0    3     2  connection  Ljdk/incubator/http/Http2Connection;
    MethodParameters:
            Name  Flags
      this$0      final
      connection  

  int getStreamId();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.Stream$StreamWindowUpdateSender this
         0: .line 1094
            aload 0 /* this */
            getfield jdk.incubator.http.Stream$StreamWindowUpdateSender.this$0:Ljdk/incubator/http/Stream;
            getfield jdk.incubator.http.Stream.streamid:I
            ireturn
        end local 0 // jdk.incubator.http.Stream$StreamWindowUpdateSender this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/Stream$StreamWindowUpdateSender;
}
SourceFile: "Stream.java"
NestHost: jdk.incubator.http.Stream
InnerClasses:
  final StreamWindowUpdateSender = jdk.incubator.http.Stream$StreamWindowUpdateSender of jdk.incubator.http.Stream