final class jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel extends jdk.incubator.http.HttpConnection$DetachedConnectionChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel
  super_class: jdk.incubator.http.HttpConnection$DetachedConnectionChannel
{
  final jdk.incubator.http.PlainHttpConnection plainConnection;
    descriptor: Ljdk/incubator/http/PlainHttpConnection;
    flags: (0x0010) ACC_FINAL

  boolean closed;
    descriptor: Z
    flags: (0x0000) 

  void <init>(jdk.incubator.http.PlainHttpConnection);
    descriptor: (Ljdk/incubator/http/PlainHttpConnection;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
        start local 1 // jdk.incubator.http.PlainHttpConnection conn
         0: .line 233
            aload 0 /* this */
            invokespecial jdk.incubator.http.HttpConnection$DetachedConnectionChannel.<init>:()V
         1: .line 237
            aload 1 /* conn */
            invokevirtual jdk.incubator.http.PlainHttpConnection.client:()Ljdk/incubator/http/HttpClientImpl;
            invokevirtual jdk.incubator.http.HttpClientImpl.webSocketOpen:()J
            pop2
         2: .line 238
            aload 0 /* this */
            aload 1 /* conn */
            putfield jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel.plainConnection:Ljdk/incubator/http/PlainHttpConnection;
         3: .line 239
            return
        end local 1 // jdk.incubator.http.PlainHttpConnection conn
        end local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Ljdk/incubator/http/PlainHttpConnection$PlainDetachedChannel;
            0    4     1  conn  Ljdk/incubator/http/PlainHttpConnection;
    MethodParameters:
      Name  Flags
      conn  

  java.nio.channels.SocketChannel channel();
    descriptor: ()Ljava/nio/channels/SocketChannel;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
         0: .line 243
            aload 0 /* this */
            getfield jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel.plainConnection:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.channel:()Ljava/nio/channels/SocketChannel;
            areturn
        end local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljdk/incubator/http/PlainHttpConnection$PlainDetachedChannel;

  java.nio.ByteBuffer read();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
         0: .line 248
            sipush 8192
            invokestatic java.nio.ByteBuffer.allocate:(I)Ljava/nio/ByteBuffer;
            astore 1 /* dst */
        start local 1 // java.nio.ByteBuffer dst
         1: .line 249
            aload 0 /* this */
            aload 1 /* dst */
            invokevirtual jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel.readImpl:(Ljava/nio/ByteBuffer;)I
            istore 2 /* n */
        start local 2 // int n
         2: .line 250
            iload 2 /* n */
            ifle 4
         3: .line 251
            aload 1 /* dst */
            areturn
         4: .line 252
      StackMap locals: java.nio.ByteBuffer int
      StackMap stack:
            iload 2 /* n */
            ifne 6
         5: .line 253
            getstatic jdk.incubator.http.internal.common.Utils.EMPTY_BYTEBUFFER:Ljava/nio/ByteBuffer;
            areturn
         6: .line 255
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 2 // int n
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/incubator/http/PlainHttpConnection$PlainDetachedChannel;
            1    7     1   dst  Ljava/nio/ByteBuffer;
            2    7     2     n  I
    Exceptions:
      throws java.io.IOException

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=1
        start local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
         0: .line 261
            aload 0 /* this */
            getfield jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel.plainConnection:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.client:()Ljdk/incubator/http/HttpClientImpl;
            astore 1 /* client */
        start local 1 // jdk.incubator.http.HttpClientImpl client
         1: .line 263
            aload 0 /* this */
            getfield jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel.plainConnection:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.close:()V
         2: .line 264
            goto 14
      StackMap locals: jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel jdk.incubator.http.HttpClientImpl
      StackMap stack: java.lang.Throwable
         3: astore 2
         4: .line 267
            aload 0 /* this */
            dup
            astore 3
            monitorenter
         5: .line 268
            aload 0 /* this */
            getfield jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel.closed:Z
            ifeq 7
            aload 3
            monitorexit
         6: return
         7: .line 269
      StackMap locals: java.lang.Throwable jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel.closed:Z
         8: .line 267
            aload 3
            monitorexit
         9: goto 12
      StackMap locals:
      StackMap stack: java.lang.Throwable
        10: aload 3
            monitorexit
        11: athrow
        12: .line 271
      StackMap locals:
      StackMap stack:
            aload 1 /* client */
            invokevirtual jdk.incubator.http.HttpClientImpl.webSocketClose:()J
            pop2
        13: .line 272
            aload 2
            athrow
        14: .line 267
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            astore 3
            monitorenter
        15: .line 268
            aload 0 /* this */
            getfield jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel.closed:Z
            ifeq 17
            aload 3
            monitorexit
        16: return
        17: .line 269
      StackMap locals: jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel jdk.incubator.http.HttpClientImpl top jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel.closed:Z
        18: .line 267
            aload 3
            monitorexit
        19: goto 22
      StackMap locals:
      StackMap stack: java.lang.Throwable
        20: aload 3
            monitorexit
        21: athrow
        22: .line 271
      StackMap locals: jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel jdk.incubator.http.HttpClientImpl
      StackMap stack:
            aload 1 /* client */
            invokevirtual jdk.incubator.http.HttpClientImpl.webSocketClose:()J
            pop2
        23: .line 273
            return
        end local 1 // jdk.incubator.http.HttpClientImpl client
        end local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   24     0    this  Ljdk/incubator/http/PlainHttpConnection$PlainDetachedChannel;
            1   24     1  client  Ljdk/incubator/http/HttpClientImpl;
      Exception table:
        from    to  target  type
           1     3       3  any
           5     6      10  any
           7     9      10  any
          10    11      10  any
          15    16      20  any
          17    19      20  any
          20    21      20  any

  public long write(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
        start local 1 // java.nio.ByteBuffer[] buffers
        start local 2 // int start
        start local 3 // int number
         0: .line 279
            aload 0 /* this */
            invokevirtual jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel.channel:()Ljava/nio/channels/SocketChannel;
            aload 1 /* buffers */
            iload 2 /* start */
            iload 3 /* number */
            invokevirtual java.nio.channels.SocketChannel.write:([Ljava/nio/ByteBuffer;II)J
            lreturn
        end local 3 // int number
        end local 2 // int start
        end local 1 // java.nio.ByteBuffer[] buffers
        end local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Ljdk/incubator/http/PlainHttpConnection$PlainDetachedChannel;
            0    1     1  buffers  [Ljava/nio/ByteBuffer;
            0    1     2    start  I
            0    1     3   number  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      buffers  
      start    
      number   

  public void shutdownInput();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
         0: .line 284
            aload 0 /* this */
            getfield jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel.plainConnection:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.shutdownInput:()V
         1: .line 285
            return
        end local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/PlainHttpConnection$PlainDetachedChannel;
    Exceptions:
      throws java.io.IOException

  public void shutdownOutput();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
         0: .line 289
            aload 0 /* this */
            getfield jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel.plainConnection:Ljdk/incubator/http/PlainHttpConnection;
            invokevirtual jdk.incubator.http.PlainHttpConnection.shutdownOutput:()V
         1: .line 290
            return
        end local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljdk/incubator/http/PlainHttpConnection$PlainDetachedChannel;
    Exceptions:
      throws java.io.IOException

  private int readImpl(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
        start local 1 // java.nio.ByteBuffer buf
         0: .line 293
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.position:()I
            istore 2 /* mark */
        start local 2 // int mark
         1: .line 295
            aload 0 /* this */
            invokevirtual jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel.channel:()Ljava/nio/channels/SocketChannel;
            aload 1 /* buf */
            invokevirtual java.nio.channels.SocketChannel.read:(Ljava/nio/ByteBuffer;)I
            istore 3 /* n */
        start local 3 // int n
         2: .line 296
            iload 3 /* n */
            iconst_m1
            if_icmpne 4
         3: .line 297
            iconst_m1
            ireturn
         4: .line 299
      StackMap locals: int int
      StackMap stack:
            aload 1 /* buf */
            iload 2 /* mark */
            invokestatic jdk.incubator.http.internal.common.Utils.flipToMark:(Ljava/nio/ByteBuffer;I)V
         5: .line 300
            iload 3 /* n */
            ireturn
        end local 3 // int n
        end local 2 // int mark
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Ljdk/incubator/http/PlainHttpConnection$PlainDetachedChannel;
            0    6     1   buf  Ljava/nio/ByteBuffer;
            1    6     2  mark  I
            2    6     3     n  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      buf   
}
SourceFile: "PlainHttpConnection.java"
NestHost: jdk.incubator.http.PlainHttpConnection
InnerClasses:
  abstract DetachedConnectionChannel = jdk.incubator.http.HttpConnection$DetachedConnectionChannel of jdk.incubator.http.HttpConnection
  private final PlainDetachedChannel = jdk.incubator.http.PlainHttpConnection$PlainDetachedChannel of jdk.incubator.http.PlainHttpConnection