class jdk.incubator.http.ResponseContent
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: jdk.incubator.http.ResponseContent
  super_class: java.lang.Object
{
  final jdk.incubator.http.HttpResponse$BodyProcessor<?> pusher;
    descriptor: Ljdk/incubator/http/HttpResponse$BodyProcessor;
    flags: (0x0010) ACC_FINAL
    Signature: Ljdk/incubator/http/HttpResponse$BodyProcessor<*>;

  final jdk.incubator.http.HttpConnection connection;
    descriptor: Ljdk/incubator/http/HttpConnection;
    flags: (0x0010) ACC_FINAL

  final int contentLength;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  java.nio.ByteBuffer buffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0000) 

  final jdk.incubator.http.ResponseHeaders headers;
    descriptor: Ljdk/incubator/http/ResponseHeaders;
    flags: (0x0010) ACC_FINAL

  private final java.util.function.Consumer<java.util.Optional<java.nio.ByteBuffer>> dataConsumer;
    descriptor: Ljava/util/function/Consumer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Consumer<Ljava/util/Optional<Ljava/nio/ByteBuffer;>;>;

  private final java.util.function.Consumer<java.io.IOException> errorConsumer;
    descriptor: Ljava/util/function/Consumer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/function/Consumer<Ljava/io/IOException;>;

  private final jdk.incubator.http.HttpClientImpl client;
    descriptor: Ljdk/incubator/http/HttpClientImpl;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.Runnable onFinished;
    descriptor: Ljava/lang/Runnable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  static final int LF;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 10

  static final int CR;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 13

  static final int SP;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  static final int BUF_SIZE;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 1024

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

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

  int chunklen;
    descriptor: I
    flags: (0x0000) 

  int bytesremaining;
    descriptor: I
    flags: (0x0000) 

  int bytesread;
    descriptor: I
    flags: (0x0000) 

  java.nio.ByteBuffer chunkbuf;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0000) 

  java.nio.ByteBuffer initialBuffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0000) 

  int fixedBytesReturned;
    descriptor: I
    flags: (0x0000) 

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 40
            ldc Ljdk/incubator/http/ResponseContent;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic jdk.incubator.http.ResponseContent.$assertionsDisabled:Z
         3: .line 76
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(jdk.incubator.http.HttpConnection, int, jdk.incubator.http.ResponseHeaders, jdk.incubator.http.HttpResponse$BodyProcessor<?>, java.util.function.Consumer<java.util.Optional<java.nio.ByteBuffer>>, java.util.function.Consumer<java.io.IOException>, java.lang.Runnable);
    descriptor: (Ljdk/incubator/http/HttpConnection;ILjdk/incubator/http/ResponseHeaders;Ljdk/incubator/http/HttpResponse$BodyProcessor;Ljava/util/function/Consumer;Ljava/util/function/Consumer;Ljava/lang/Runnable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=8, args_size=8
        start local 0 // jdk.incubator.http.ResponseContent this
        start local 1 // jdk.incubator.http.HttpConnection connection
        start local 2 // int contentLength
        start local 3 // jdk.incubator.http.ResponseHeaders h
        start local 4 // jdk.incubator.http.HttpResponse$BodyProcessor userProcessor
        start local 5 // java.util.function.Consumer dataConsumer
        start local 6 // java.util.function.Consumer errorConsumer
        start local 7 // java.lang.Runnable onFinished
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 143
            aload 0 /* this */
            iconst_m1
            putfield jdk.incubator.http.ResponseContent.chunklen:I
         2: .line 63
            aload 0 /* this */
            aload 4 /* userProcessor */
            putfield jdk.incubator.http.ResponseContent.pusher:Ljdk/incubator/http/HttpResponse$BodyProcessor;
         3: .line 64
            aload 0 /* this */
            aload 1 /* connection */
            putfield jdk.incubator.http.ResponseContent.connection:Ljdk/incubator/http/HttpConnection;
         4: .line 65
            aload 0 /* this */
            iload 2 /* contentLength */
            putfield jdk.incubator.http.ResponseContent.contentLength:I
         5: .line 66
            aload 0 /* this */
            aload 3 /* h */
            putfield jdk.incubator.http.ResponseContent.headers:Ljdk/incubator/http/ResponseHeaders;
         6: .line 67
            aload 0 /* this */
            aload 5 /* dataConsumer */
            putfield jdk.incubator.http.ResponseContent.dataConsumer:Ljava/util/function/Consumer;
         7: .line 68
            aload 0 /* this */
            aload 6 /* errorConsumer */
            putfield jdk.incubator.http.ResponseContent.errorConsumer:Ljava/util/function/Consumer;
         8: .line 69
            aload 0 /* this */
            aload 1 /* connection */
            getfield jdk.incubator.http.HttpConnection.client:Ljdk/incubator/http/HttpClientImpl;
            putfield jdk.incubator.http.ResponseContent.client:Ljdk/incubator/http/HttpClientImpl;
         9: .line 70
            aload 0 /* this */
            aload 7 /* onFinished */
            putfield jdk.incubator.http.ResponseContent.onFinished:Ljava/lang/Runnable;
        10: .line 71
            return
        end local 7 // java.lang.Runnable onFinished
        end local 6 // java.util.function.Consumer errorConsumer
        end local 5 // java.util.function.Consumer dataConsumer
        end local 4 // jdk.incubator.http.HttpResponse$BodyProcessor userProcessor
        end local 3 // jdk.incubator.http.ResponseHeaders h
        end local 2 // int contentLength
        end local 1 // jdk.incubator.http.HttpConnection connection
        end local 0 // jdk.incubator.http.ResponseContent this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   11     0           this  Ljdk/incubator/http/ResponseContent;
            0   11     1     connection  Ljdk/incubator/http/HttpConnection;
            0   11     2  contentLength  I
            0   11     3              h  Ljdk/incubator/http/ResponseHeaders;
            0   11     4  userProcessor  Ljdk/incubator/http/HttpResponse$BodyProcessor<*>;
            0   11     5   dataConsumer  Ljava/util/function/Consumer<Ljava/util/Optional<Ljava/nio/ByteBuffer;>;>;
            0   11     6  errorConsumer  Ljava/util/function/Consumer<Ljava/io/IOException;>;
            0   11     7     onFinished  Ljava/lang/Runnable;
    Signature: (Ljdk/incubator/http/HttpConnection;ILjdk/incubator/http/ResponseHeaders;Ljdk/incubator/http/HttpResponse$BodyProcessor<*>;Ljava/util/function/Consumer<Ljava/util/Optional<Ljava/nio/ByteBuffer;>;>;Ljava/util/function/Consumer<Ljava/io/IOException;>;Ljava/lang/Runnable;)V
    MethodParameters:
               Name  Flags
      connection     
      contentLength  
      h              
      userProcessor  
      dataConsumer   
      errorConsumer  
      onFinished     

  private boolean contentChunked();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // jdk.incubator.http.ResponseContent this
         0: .line 81
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunkedContentInitialized:Z
            ifeq 2
         1: .line 82
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunkedContent:Z
            ireturn
         2: .line 84
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.contentLength:I
            iconst_m1
            if_icmpne 12
         3: .line 85
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.headers:Ljdk/incubator/http/ResponseHeaders;
            ldc "Transfer-Encoding"
            invokevirtual jdk.incubator.http.ResponseHeaders.firstValue:(Ljava/lang/String;)Ljava/util/Optional;
         4: .line 86
            ldc ""
            invokevirtual java.util.Optional.orElse:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
         5: .line 85
            astore 1 /* tc */
        start local 1 // java.lang.String tc
         6: .line 87
            aload 1 /* tc */
            ldc ""
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 11
         7: .line 88
            aload 1 /* tc */
            ldc "chunked"
            invokevirtual java.lang.String.equalsIgnoreCase:(Ljava/lang/String;)Z
            ifeq 10
         8: .line 89
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.ResponseContent.chunkedContent:Z
         9: .line 90
            goto 12
        10: .line 91
      StackMap locals: java.lang.String
      StackMap stack:
            new java.io.IOException
            dup
            ldc "invalid content"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        11: .line 94
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_0
            putfield jdk.incubator.http.ResponseContent.chunkedContent:Z
        end local 1 // java.lang.String tc
        12: .line 97
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield jdk.incubator.http.ResponseContent.chunkedContentInitialized:Z
        13: .line 98
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunkedContent:Z
            ireturn
        end local 0 // jdk.incubator.http.ResponseContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   14     0  this  Ljdk/incubator/http/ResponseContent;
            6   12     1    tc  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException

  void pushBody(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.incubator.http.ResponseContent this
        start local 1 // java.nio.ByteBuffer b
         0: .line 109
            aload 0 /* this */
            invokevirtual jdk.incubator.http.ResponseContent.contentChunked:()Z
            ifeq 3
         1: .line 110
            aload 0 /* this */
            aload 1 /* b */
            invokevirtual jdk.incubator.http.ResponseContent.pushBodyChunked:(Ljava/nio/ByteBuffer;)V
         2: .line 111
            goto 7
         3: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* b */
            invokevirtual jdk.incubator.http.ResponseContent.pushBodyFixed:(Ljava/nio/ByteBuffer;)V
         4: .line 114
            goto 7
      StackMap locals:
      StackMap stack: java.io.IOException
         5: astore 2 /* t */
        start local 2 // java.io.IOException t
         6: .line 115
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.errorConsumer:Ljava/util/function/Consumer;
            aload 2 /* t */
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
        end local 2 // java.io.IOException t
         7: .line 117
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.ByteBuffer b
        end local 0 // jdk.incubator.http.ResponseContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Ljdk/incubator/http/ResponseContent;
            0    8     1     b  Ljava/nio/ByteBuffer;
            6    7     2     t  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     4       5  Class java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  int readChunkLen();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // jdk.incubator.http.ResponseContent this
         0: .line 122
            aload 0 /* this */
            iconst_0
            putfield jdk.incubator.http.ResponseContent.chunklen:I
         1: .line 123
            iconst_0
            istore 1 /* cr */
        start local 1 // boolean cr
         2: .line 125
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.incubator.http.ResponseContent.getHunk:()V
         3: .line 126
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunkbuf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 2 /* c */
        start local 2 // int c
         4: .line 127
            iload 1 /* cr */
            ifeq 8
         5: .line 128
            iload 2 /* c */
            bipush 10
            if_icmpne 7
         6: .line 129
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunklen:I
            iconst_2
            iadd
            ireturn
         7: .line 131
      StackMap locals: int
      StackMap stack:
            new java.io.IOException
            dup
            ldc "invalid chunk header"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
         8: .line 134
      StackMap locals:
      StackMap stack:
            iload 2 /* c */
            bipush 13
            if_icmpne 11
         9: .line 135
            iconst_1
            istore 1 /* cr */
        10: .line 136
            goto 2
        11: .line 137
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iload 2 /* c */
            invokevirtual jdk.incubator.http.ResponseContent.toDigit:(I)I
            istore 3 /* digit */
        start local 3 // int digit
        12: .line 138
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunklen:I
            bipush 16
            imul
            iload 3 /* digit */
            iadd
            putfield jdk.incubator.http.ResponseContent.chunklen:I
        end local 3 // int digit
        end local 2 // int c
        13: .line 124
            goto 2
        end local 1 // boolean cr
        end local 0 // jdk.incubator.http.ResponseContent this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   14     0   this  Ljdk/incubator/http/ResponseContent;
            2   14     1     cr  Z
            4   13     2      c  I
           12   13     3  digit  I
    Exceptions:
      throws java.io.IOException

  private void getHunk();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // jdk.incubator.http.ResponseContent this
         0: .line 150
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunkbuf:Ljava/nio/ByteBuffer;
            ifnull 1
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunkbuf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 2
         1: .line 151
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.connection:Ljdk/incubator/http/HttpConnection;
            invokevirtual jdk.incubator.http.HttpConnection.read:()Ljava/nio/ByteBuffer;
            putfield jdk.incubator.http.ResponseContent.chunkbuf:Ljava/nio/ByteBuffer;
         2: .line 153
      StackMap locals:
      StackMap stack:
            return
        end local 0 // jdk.incubator.http.ResponseContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/ResponseContent;
    Exceptions:
      throws java.io.IOException

  private void consumeBytes(int);
    descriptor: (I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // jdk.incubator.http.ResponseContent this
        start local 1 // int n
         0: .line 156
            aload 0 /* this */
            invokevirtual jdk.incubator.http.ResponseContent.getHunk:()V
         1: .line 157
            goto 7
         2: .line 158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunkbuf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 1 /* n */
            invokestatic java.lang.Math.min:(II)I
            istore 2 /* e */
        start local 2 // int e
         3: .line 159
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunkbuf:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunkbuf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            iload 2 /* e */
            iadd
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/ByteBuffer;
            pop
         4: .line 160
            iload 1 /* n */
            iload 2 /* e */
            isub
            istore 1 /* n */
         5: .line 161
            iload 1 /* n */
            ifle 7
         6: .line 162
            aload 0 /* this */
            invokevirtual jdk.incubator.http.ResponseContent.getHunk:()V
        end local 2 // int e
         7: .line 157
      StackMap locals:
      StackMap stack:
            iload 1 /* n */
            ifgt 2
         8: .line 165
            return
        end local 1 // int n
        end local 0 // jdk.incubator.http.ResponseContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljdk/incubator/http/ResponseContent;
            0    9     1     n  I
            3    7     2     e  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      n     

  java.nio.ByteBuffer readChunkedBuffer();
    descriptor: ()Ljava/nio/ByteBuffer;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // jdk.incubator.http.ResponseContent this
         0: .line 173
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunklen:I
            iconst_m1
            if_icmpne 6
         1: .line 175
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual jdk.incubator.http.ResponseContent.readChunkLen:()I
            iconst_2
            isub
            putfield jdk.incubator.http.ResponseContent.chunklen:I
         2: .line 176
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunklen:I
            putfield jdk.incubator.http.ResponseContent.bytesremaining:I
         3: .line 177
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunklen:I
            ifne 6
         4: .line 178
            aload 0 /* this */
            iconst_2
            invokevirtual jdk.incubator.http.ResponseContent.consumeBytes:(I)V
         5: .line 179
            aconst_null
            areturn
         6: .line 183
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.incubator.http.ResponseContent.getHunk:()V
         7: .line 184
            aload 0 /* this */
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunkbuf:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            putfield jdk.incubator.http.ResponseContent.bytesread:I
         8: .line 185
            invokestatic jdk.incubator.http.internal.common.Utils.getBuffer:()Ljava/nio/ByteBuffer;
            astore 1 /* returnBuffer */
        start local 1 // java.nio.ByteBuffer returnBuffer
         9: .line 186
            aload 1 /* returnBuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* space */
        start local 2 // int space
        10: .line 188
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.bytesread:I
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.bytesremaining:I
            iload 2 /* space */
            invokestatic java.lang.Math.min:(II)I
            invokestatic java.lang.Math.min:(II)I
            istore 3 /* bytes2Copy */
        start local 3 // int bytes2Copy
        11: .line 189
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.chunkbuf:Ljava/nio/ByteBuffer;
            aload 1 /* returnBuffer */
            iload 3 /* bytes2Copy */
            invokestatic jdk.incubator.http.internal.common.Utils.copy:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;I)V
        12: .line 190
            aload 1 /* returnBuffer */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
            pop
        13: .line 191
            aload 0 /* this */
            dup
            getfield jdk.incubator.http.ResponseContent.bytesremaining:I
            iload 3 /* bytes2Copy */
            isub
            putfield jdk.incubator.http.ResponseContent.bytesremaining:I
        14: .line 192
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.bytesremaining:I
            ifne 17
        15: .line 193
            aload 0 /* this */
            iconst_2
            invokevirtual jdk.incubator.http.ResponseContent.consumeBytes:(I)V
        16: .line 194
            aload 0 /* this */
            iconst_m1
            putfield jdk.incubator.http.ResponseContent.chunklen:I
        17: .line 196
      StackMap locals: java.nio.ByteBuffer int int
      StackMap stack:
            aload 1 /* returnBuffer */
            areturn
        end local 3 // int bytes2Copy
        end local 2 // int space
        end local 1 // java.nio.ByteBuffer returnBuffer
        end local 0 // jdk.incubator.http.ResponseContent this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   18     0          this  Ljdk/incubator/http/ResponseContent;
            9   18     1  returnBuffer  Ljava/nio/ByteBuffer;
           10   18     2         space  I
           11   18     3    bytes2Copy  I
    Exceptions:
      throws java.io.IOException

  private void compactBuffer(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // jdk.incubator.http.ResponseContent this
        start local 1 // java.nio.ByteBuffer buf
         0: .line 207
            aload 1 /* buf */
            invokevirtual java.nio.ByteBuffer.compact:()Ljava/nio/ByteBuffer;
         1: .line 208
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
            pop
         2: .line 209
            return
        end local 1 // java.nio.ByteBuffer buf
        end local 0 // jdk.incubator.http.ResponseContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljdk/incubator/http/ResponseContent;
            0    3     1   buf  Ljava/nio/ByteBuffer;
    MethodParameters:
      Name  Flags
      buf   

  private java.nio.ByteBuffer copyBuffer(java.nio.ByteBuffer, int);
    descriptor: (Ljava/nio/ByteBuffer;I)Ljava/nio/ByteBuffer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // jdk.incubator.http.ResponseContent this
        start local 1 // java.nio.ByteBuffer inbuf
        start local 2 // int numBytes
         0: .line 216
            invokestatic jdk.incubator.http.internal.common.Utils.getBuffer:()Ljava/nio/ByteBuffer;
            astore 3 /* b1 */
        start local 3 // java.nio.ByteBuffer b1
         1: .line 217
            getstatic jdk.incubator.http.ResponseContent.$assertionsDisabled:Z
            ifne 2
            aload 3 /* b1 */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 2 /* numBytes */
            if_icmpge 2
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         2: .line 218
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 3 /* b1 */
            invokevirtual java.nio.ByteBuffer.array:()[B
            astore 4 /* b */
        start local 4 // byte[] b
         3: .line 219
            aload 1 /* inbuf */
            aload 4 /* b */
            iconst_0
            iload 2 /* numBytes */
            invokevirtual java.nio.ByteBuffer.get:([BII)Ljava/nio/ByteBuffer;
            pop
         4: .line 220
            aload 3 /* b1 */
            iload 2 /* numBytes */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/ByteBuffer;
            pop
         5: .line 221
            aload 3 /* b1 */
            areturn
        end local 4 // byte[] b
        end local 3 // java.nio.ByteBuffer b1
        end local 2 // int numBytes
        end local 1 // java.nio.ByteBuffer inbuf
        end local 0 // jdk.incubator.http.ResponseContent this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Ljdk/incubator/http/ResponseContent;
            0    6     1     inbuf  Ljava/nio/ByteBuffer;
            0    6     2  numBytes  I
            1    6     3        b1  Ljava/nio/ByteBuffer;
            3    6     4         b  [B
    MethodParameters:
          Name  Flags
      inbuf     
      numBytes  

  private void pushBodyChunked(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // jdk.incubator.http.ResponseContent this
        start local 1 // java.nio.ByteBuffer b
         0: .line 225
            aload 0 /* this */
            aload 1 /* b */
            putfield jdk.incubator.http.ResponseContent.chunkbuf:Ljava/nio/ByteBuffer;
         1: .line 227
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual jdk.incubator.http.ResponseContent.readChunkedBuffer:()Ljava/nio/ByteBuffer;
            astore 2 /* b1 */
        start local 2 // java.nio.ByteBuffer b1
         2: .line 228
            aload 2 /* b1 */
            ifnull 6
         3: .line 229
            aload 2 /* b1 */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 1
         4: .line 230
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.dataConsumer:Ljava/util/function/Consumer;
            aload 2 /* b1 */
            invokestatic java.util.Optional.of:(Ljava/lang/Object;)Ljava/util/Optional;
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         5: .line 232
            goto 1
         6: .line 233
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.onFinished:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
         7: .line 234
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.dataConsumer:Ljava/util/function/Consumer;
            invokestatic java.util.Optional.empty:()Ljava/util/Optional;
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
         8: .line 235
            return
        end local 2 // java.nio.ByteBuffer b1
        end local 1 // java.nio.ByteBuffer b
        end local 0 // jdk.incubator.http.ResponseContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    9     0  this  Ljdk/incubator/http/ResponseContent;
            0    9     1     b  Ljava/nio/ByteBuffer;
            2    9     2    b1  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  private int toDigit(int);
    descriptor: (I)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // jdk.incubator.http.ResponseContent this
        start local 1 // int b
         0: .line 241
            iload 1 /* b */
            bipush 48
            if_icmplt 2
            iload 1 /* b */
            bipush 57
            if_icmpgt 2
         1: .line 242
            iload 1 /* b */
            bipush 48
            isub
            ireturn
         2: .line 244
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 65
            if_icmplt 4
            iload 1 /* b */
            bipush 70
            if_icmpgt 4
         3: .line 245
            iload 1 /* b */
            bipush 65
            isub
            bipush 10
            iadd
            ireturn
         4: .line 247
      StackMap locals:
      StackMap stack:
            iload 1 /* b */
            bipush 97
            if_icmplt 6
            iload 1 /* b */
            bipush 102
            if_icmpgt 6
         5: .line 248
            iload 1 /* b */
            bipush 97
            isub
            bipush 10
            iadd
            ireturn
         6: .line 250
      StackMap locals:
      StackMap stack:
            new java.io.IOException
            dup
            new java.lang.StringBuilder
            dup
            ldc "Invalid chunk header byte "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            iload 1 /* b */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int b
        end local 0 // jdk.incubator.http.ResponseContent this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Ljdk/incubator/http/ResponseContent;
            0    7     1     b  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     

  private void pushBodyFixed(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // jdk.incubator.http.ResponseContent this
        start local 1 // java.nio.ByteBuffer b
         0: .line 254
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.contentLength:I
            istore 2 /* remaining */
        start local 2 // int remaining
         1: .line 255
            goto 8
         2: .line 256
      StackMap locals: int
      StackMap stack:
            invokestatic jdk.incubator.http.internal.common.Utils.getBuffer:()Ljava/nio/ByteBuffer;
            astore 3 /* buffer */
        start local 3 // java.nio.ByteBuffer buffer
         3: .line 257
            aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iload 2 /* remaining */
            invokestatic java.lang.Math.min:(II)I
            istore 4 /* amount */
        start local 4 // int amount
         4: .line 258
            aload 1 /* b */
            aload 3 /* buffer */
            iload 4 /* amount */
            invokestatic jdk.incubator.http.internal.common.Utils.copy:(Ljava/nio/ByteBuffer;Ljava/nio/ByteBuffer;I)V
         5: .line 259
            iload 2 /* remaining */
            iload 4 /* amount */
            isub
            istore 2 /* remaining */
         6: .line 260
            aload 3 /* buffer */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/ByteBuffer;
            pop
         7: .line 261
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.dataConsumer:Ljava/util/function/Consumer;
            aload 3 /* buffer */
            invokestatic java.util.Optional.of:(Ljava/lang/Object;)Ljava/util/Optional;
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
        end local 4 // int amount
        end local 3 // java.nio.ByteBuffer buffer
         8: .line 255
      StackMap locals:
      StackMap stack:
            aload 1 /* b */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 18
            iload 2 /* remaining */
            ifgt 2
         9: .line 263
            goto 18
        10: .line 264
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.connection:Ljdk/incubator/http/HttpConnection;
            invokevirtual jdk.incubator.http.HttpConnection.read:()Ljava/nio/ByteBuffer;
            astore 3 /* buffer */
        start local 3 // java.nio.ByteBuffer buffer
        11: .line 265
            aload 3 /* buffer */
            ifnonnull 13
        12: .line 266
            new java.io.IOException
            dup
            ldc "connection closed"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        13: .line 268
      StackMap locals: java.nio.ByteBuffer
      StackMap stack:
            aload 3 /* buffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 4 /* bytesread */
        start local 4 // int bytesread
        14: .line 270
            iload 4 /* bytesread */
            iload 2 /* remaining */
            if_icmple 16
        15: .line 271
            new java.io.IOException
            dup
            ldc "too many bytes read"
            invokespecial java.io.IOException.<init>:(Ljava/lang/String;)V
            athrow
        16: .line 273
      StackMap locals: int
      StackMap stack:
            iload 2 /* remaining */
            iload 4 /* bytesread */
            isub
            istore 2 /* remaining */
        17: .line 274
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.dataConsumer:Ljava/util/function/Consumer;
            aload 3 /* buffer */
            invokestatic java.util.Optional.of:(Ljava/lang/Object;)Ljava/util/Optional;
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
        end local 4 // int bytesread
        end local 3 // java.nio.ByteBuffer buffer
        18: .line 263
      StackMap locals:
      StackMap stack:
            iload 2 /* remaining */
            ifgt 10
        19: .line 276
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.onFinished:Ljava/lang/Runnable;
            invokeinterface java.lang.Runnable.run:()V
        20: .line 277
            aload 0 /* this */
            getfield jdk.incubator.http.ResponseContent.dataConsumer:Ljava/util/function/Consumer;
            invokestatic java.util.Optional.empty:()Ljava/util/Optional;
            invokeinterface java.util.function.Consumer.accept:(Ljava/lang/Object;)V
        21: .line 278
            return
        end local 2 // int remaining
        end local 1 // java.nio.ByteBuffer b
        end local 0 // jdk.incubator.http.ResponseContent this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   22     0       this  Ljdk/incubator/http/ResponseContent;
            0   22     1          b  Ljava/nio/ByteBuffer;
            1   22     2  remaining  I
            3    8     3     buffer  Ljava/nio/ByteBuffer;
            4    8     4     amount  I
           11   18     3     buffer  Ljava/nio/ByteBuffer;
           14   18     4  bytesread  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
}
SourceFile: "ResponseContent.java"
InnerClasses:
  public abstract BodyProcessor = jdk.incubator.http.HttpResponse$BodyProcessor of jdk.incubator.http.HttpResponse