class org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer implements org.apache.coyote.InputBuffer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer
  super_class: java.lang.Object
{
  final org.apache.coyote.http11.Http11InputBuffer this$0;
    descriptor: Lorg/apache/coyote/http11/Http11InputBuffer;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private void <init>(org.apache.coyote.http11.Http11InputBuffer);
    descriptor: (Lorg/apache/coyote/http11/Http11InputBuffer;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer this
         0: .line 1146
            aload 0 /* this */
            aload 1
            putfield org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer.this$0:Lorg/apache/coyote/http11/Http11InputBuffer;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/http11/Http11InputBuffer$SocketInputBuffer;
    MethodParameters:
        Name  Flags
      this$0  final

  public int doRead(org.apache.tomcat.util.net.ApplicationBufferHandler);
    descriptor: (Lorg/apache/tomcat/util/net/ApplicationBufferHandler;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer this
        start local 1 // org.apache.tomcat.util.net.ApplicationBufferHandler handler
         0: .line 1151
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer.this$0:Lorg/apache/coyote/http11/Http11InputBuffer;
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.position:()I
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer.this$0:Lorg/apache/coyote/http11/Http11InputBuffer;
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            if_icmplt 3
         1: .line 1154
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer.this$0:Lorg/apache/coyote/http11/Http11InputBuffer;
            iconst_1
            invokevirtual org.apache.coyote.http11.Http11InputBuffer.fill:(Z)Z
            ifne 3
         2: .line 1155
            iconst_m1
            ireturn
         3: .line 1158
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer.this$0:Lorg/apache/coyote/http11/Http11InputBuffer;
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            istore 2 /* length */
        start local 2 // int length
         4: .line 1159
            aload 1 /* handler */
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer.this$0:Lorg/apache/coyote/http11/Http11InputBuffer;
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            invokeinterface org.apache.tomcat.util.net.ApplicationBufferHandler.setByteBuffer:(Ljava/nio/ByteBuffer;)V
         5: .line 1160
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer.this$0:Lorg/apache/coyote/http11/Http11InputBuffer;
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer.this$0:Lorg/apache/coyote/http11/Http11InputBuffer;
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.limit:()I
            invokevirtual java.nio.ByteBuffer.position:(I)Ljava/nio/Buffer;
            pop
         6: .line 1162
            iload 2 /* length */
            ireturn
        end local 2 // int length
        end local 1 // org.apache.tomcat.util.net.ApplicationBufferHandler handler
        end local 0 // org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lorg/apache/coyote/http11/Http11InputBuffer$SocketInputBuffer;
            0    7     1  handler  Lorg/apache/tomcat/util/net/ApplicationBufferHandler;
            4    7     2   length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      handler  

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer this
         0: .line 1167
            aload 0 /* this */
            getfield org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer.this$0:Lorg/apache/coyote/http11/Http11InputBuffer;
            getfield org.apache.coyote.http11.Http11InputBuffer.byteBuffer:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.remaining:()I
            ireturn
        end local 0 // org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/apache/coyote/http11/Http11InputBuffer$SocketInputBuffer;
}
SourceFile: "Http11InputBuffer.java"
NestHost: org.apache.coyote.http11.Http11InputBuffer
InnerClasses:
  private SocketInputBuffer = org.apache.coyote.http11.Http11InputBuffer$SocketInputBuffer of org.apache.coyote.http11.Http11InputBuffer