class jdk.incubator.http.internal.websocket.TransportSupplier$2 extends jdk.incubator.http.internal.websocket.Transmitter
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.incubator.http.internal.websocket.TransportSupplier$2
  super_class: jdk.incubator.http.internal.websocket.Transmitter
{
  final jdk.incubator.http.internal.websocket.TransportSupplier this$0;
    descriptor: Ljdk/incubator/http/internal/websocket/TransportSupplier;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(jdk.incubator.http.internal.websocket.TransportSupplier, jdk.incubator.http.internal.websocket.RawChannel);
    descriptor: (Ljdk/incubator/http/internal/websocket/TransportSupplier;Ljdk/incubator/http/internal/websocket/RawChannel;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // jdk.incubator.http.internal.websocket.TransportSupplier$2 this
        start local 2 // jdk.incubator.http.internal.websocket.RawChannel $anonymous0
         0: .line 90
            aload 0 /* this */
            aload 1
            putfield jdk.incubator.http.internal.websocket.TransportSupplier$2.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
            aload 0 /* this */
            aload 2 /* $anonymous0 */
            invokespecial jdk.incubator.http.internal.websocket.Transmitter.<init>:(Ljdk/incubator/http/internal/websocket/RawChannel;)V
            return
        end local 2 // jdk.incubator.http.internal.websocket.RawChannel $anonymous0
        end local 0 // jdk.incubator.http.internal.websocket.TransportSupplier$2 this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    1     0         this  Ljdk/incubator/http/internal/websocket/TransportSupplier$2;
            0    1     2  $anonymous0  Ljdk/incubator/http/internal/websocket/RawChannel;
    MethodParameters:
             Name  Flags
      this$0       final
      $anonymous0  

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // jdk.incubator.http.internal.websocket.TransportSupplier$2 this
         0: .line 93
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.TransportSupplier$2.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
            getfield jdk.incubator.http.internal.websocket.TransportSupplier.lock:Ljava/lang/Object;
            dup
            astore 1
            monitorenter
         1: .line 94
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.TransportSupplier$2.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
            getfield jdk.incubator.http.internal.websocket.TransportSupplier.closed:Z
            ifne 14
         2: .line 96
            aload 0 /* this */
            invokespecial jdk.incubator.http.internal.websocket.Transmitter.close:()V
         3: .line 97
            goto 10
      StackMap locals: jdk.incubator.http.internal.websocket.TransportSupplier$2 java.lang.Object
      StackMap stack: java.lang.Throwable
         4: astore 2
         5: .line 98
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.TransportSupplier$2.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
            iconst_1
            putfield jdk.incubator.http.internal.websocket.TransportSupplier.transmitterShutdown:Z
         6: .line 99
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.TransportSupplier$2.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
            getfield jdk.incubator.http.internal.websocket.TransportSupplier.receiverShutdown:Z
            ifeq 9
         7: .line 100
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.TransportSupplier$2.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
            iconst_1
            putfield jdk.incubator.http.internal.websocket.TransportSupplier.closed:Z
         8: .line 101
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.TransportSupplier$2.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
            getfield jdk.incubator.http.internal.websocket.TransportSupplier.channel:Ljdk/incubator/http/internal/websocket/RawChannel;
            invokeinterface jdk.incubator.http.internal.websocket.RawChannel.close:()V
         9: .line 103
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 2
            athrow
        10: .line 98
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.TransportSupplier$2.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
            iconst_1
            putfield jdk.incubator.http.internal.websocket.TransportSupplier.transmitterShutdown:Z
        11: .line 99
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.TransportSupplier$2.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
            getfield jdk.incubator.http.internal.websocket.TransportSupplier.receiverShutdown:Z
            ifeq 14
        12: .line 100
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.TransportSupplier$2.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
            iconst_1
            putfield jdk.incubator.http.internal.websocket.TransportSupplier.closed:Z
        13: .line 101
            aload 0 /* this */
            getfield jdk.incubator.http.internal.websocket.TransportSupplier$2.this$0:Ljdk/incubator/http/internal/websocket/TransportSupplier;
            getfield jdk.incubator.http.internal.websocket.TransportSupplier.channel:Ljdk/incubator/http/internal/websocket/RawChannel;
            invokeinterface jdk.incubator.http.internal.websocket.RawChannel.close:()V
        14: .line 93
      StackMap locals:
      StackMap stack:
            aload 1
            monitorexit
        15: goto 18
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: aload 1
            monitorexit
        17: athrow
        18: .line 106
      StackMap locals:
      StackMap stack:
            return
        end local 0 // jdk.incubator.http.internal.websocket.TransportSupplier$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   19     0  this  Ljdk/incubator/http/internal/websocket/TransportSupplier$2;
      Exception table:
        from    to  target  type
           2     4       4  any
           1    15      16  any
          16    17      16  any
    Exceptions:
      throws java.io.IOException
}
SourceFile: "TransportSupplier.java"
EnclosingMethod: jdk.incubator.http.internal.websocket.TransportSupplier.newTransmitter:()Ljdk/incubator/http/internal/websocket/Transmitter;
NestHost: jdk.incubator.http.internal.websocket.TransportSupplier
InnerClasses:
  jdk.incubator.http.internal.websocket.TransportSupplier$2