public class org.eclipse.jetty.server.HttpInput extends javax.servlet.ServletInputStream implements java.lang.Runnable
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.HttpInput
  super_class: javax.servlet.ServletInputStream
{
  private static final org.eclipse.jetty.util.log.Logger LOG;
    descriptor: Lorg/eclipse/jetty/util/log/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  static final org.eclipse.jetty.server.HttpInput$Content EOF_CONTENT;
    descriptor: Lorg/eclipse/jetty/server/HttpInput$Content;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final org.eclipse.jetty.server.HttpInput$Content EARLY_EOF_CONTENT;
    descriptor: Lorg/eclipse/jetty/server/HttpInput$Content;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  private final byte[] _oneByteBuffer;
    descriptor: [B
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private org.eclipse.jetty.server.HttpInput$Content _content;
    descriptor: Lorg/eclipse/jetty/server/HttpInput$Content;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.server.HttpInput$Content _intercepted;
    descriptor: Lorg/eclipse/jetty/server/HttpInput$Content;
    flags: (0x0002) ACC_PRIVATE

  private final java.util.Deque<org.eclipse.jetty.server.HttpInput$Content> _inputQ;
    descriptor: Ljava/util/Deque;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Deque<Lorg/eclipse/jetty/server/HttpInput$Content;>;

  private final org.eclipse.jetty.server.HttpChannelState _channelState;
    descriptor: Lorg/eclipse/jetty/server/HttpChannelState;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private javax.servlet.ReadListener _listener;
    descriptor: Ljavax/servlet/ReadListener;
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.server.HttpInput$State _state;
    descriptor: Lorg/eclipse/jetty/server/HttpInput$State;
    flags: (0x0002) ACC_PRIVATE

  private long _firstByteTimeStamp;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long _contentArrived;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long _contentConsumed;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private long _blockUntil;
    descriptor: J
    flags: (0x0002) ACC_PRIVATE

  private boolean _waitingForContent;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private org.eclipse.jetty.server.HttpInput$Interceptor _interceptor;
    descriptor: Lorg/eclipse/jetty/server/HttpInput$Interceptor;
    flags: (0x0002) ACC_PRIVATE

  protected static final org.eclipse.jetty.server.HttpInput$State STREAM;
    descriptor: Lorg/eclipse/jetty/server/HttpInput$State;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final org.eclipse.jetty.server.HttpInput$State ASYNC;
    descriptor: Lorg/eclipse/jetty/server/HttpInput$State;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final org.eclipse.jetty.server.HttpInput$State EARLY_EOF;
    descriptor: Lorg/eclipse/jetty/server/HttpInput$State;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final org.eclipse.jetty.server.HttpInput$State EOF;
    descriptor: Lorg/eclipse/jetty/server/HttpInput$State;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  protected static final org.eclipse.jetty.server.HttpInput$State AEOF;
    descriptor: Lorg/eclipse/jetty/server/HttpInput$State;
    flags: (0x001c) ACC_PROTECTED, ACC_STATIC, ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 124
            ldc Lorg/eclipse/jetty/server/HttpInput;
            invokestatic org.eclipse.jetty.util.log.Log.getLogger:(Ljava/lang/Class;)Lorg/eclipse/jetty/util/log/Logger;
            putstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
         1: .line 125
            new org.eclipse.jetty.server.HttpInput$EofContent
            dup
            ldc "EOF"
            invokespecial org.eclipse.jetty.server.HttpInput$EofContent.<init>:(Ljava/lang/String;)V
            putstatic org.eclipse.jetty.server.HttpInput.EOF_CONTENT:Lorg/eclipse/jetty/server/HttpInput$Content;
         2: .line 126
            new org.eclipse.jetty.server.HttpInput$EofContent
            dup
            ldc "EARLY_EOF"
            invokespecial org.eclipse.jetty.server.HttpInput$EofContent.<init>:(Ljava/lang/String;)V
            putstatic org.eclipse.jetty.server.HttpInput.EARLY_EOF_CONTENT:Lorg/eclipse/jetty/server/HttpInput$Content;
         3: .line 1061
            new org.eclipse.jetty.server.HttpInput$1
            dup
            invokespecial org.eclipse.jetty.server.HttpInput$1.<init>:()V
            putstatic org.eclipse.jetty.server.HttpInput.STREAM:Lorg/eclipse/jetty/server/HttpInput$State;
         4: .line 1077
            new org.eclipse.jetty.server.HttpInput$2
            dup
            invokespecial org.eclipse.jetty.server.HttpInput$2.<init>:()V
            putstatic org.eclipse.jetty.server.HttpInput.ASYNC:Lorg/eclipse/jetty/server/HttpInput$State;
         5: .line 1092
            new org.eclipse.jetty.server.HttpInput$3
            dup
            invokespecial org.eclipse.jetty.server.HttpInput$3.<init>:()V
            putstatic org.eclipse.jetty.server.HttpInput.EARLY_EOF:Lorg/eclipse/jetty/server/HttpInput$State;
         6: .line 1113
            new org.eclipse.jetty.server.HttpInput$4
            dup
            invokespecial org.eclipse.jetty.server.HttpInput$4.<init>:()V
            putstatic org.eclipse.jetty.server.HttpInput.EOF:Lorg/eclipse/jetty/server/HttpInput$State;
         7: .line 1122
            new org.eclipse.jetty.server.HttpInput$5
            dup
            invokespecial org.eclipse.jetty.server.HttpInput$5.<init>:()V
            putstatic org.eclipse.jetty.server.HttpInput.AEOF:Lorg/eclipse/jetty/server/HttpInput$State;
         8: .line 1129
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(org.eclipse.jetty.server.HttpChannelState);
    descriptor: (Lorg/eclipse/jetty/server/HttpChannelState;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpInput this
        start local 1 // org.eclipse.jetty.server.HttpChannelState state
         0: .line 142
            aload 0 /* this */
            invokespecial javax.servlet.ServletInputStream.<init>:()V
         1: .line 128
            aload 0 /* this */
            iconst_1
            newarray 8
            putfield org.eclipse.jetty.server.HttpInput._oneByteBuffer:[B
         2: .line 131
            aload 0 /* this */
            new java.util.ArrayDeque
            dup
            invokespecial java.util.ArrayDeque.<init>:()V
            putfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
         3: .line 134
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpInput.STREAM:Lorg/eclipse/jetty/server/HttpInput$State;
            putfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
         4: .line 135
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jetty.server.HttpInput._firstByteTimeStamp:J
         5: .line 144
            aload 0 /* this */
            aload 1 /* state */
            putfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
         6: .line 145
            return
        end local 1 // org.eclipse.jetty.server.HttpChannelState state
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lorg/eclipse/jetty/server/HttpInput;
            0    7     1  state  Lorg/eclipse/jetty/server/HttpChannelState;
    MethodParameters:
       Name  Flags
      state  

  protected org.eclipse.jetty.server.HttpChannelState getHttpChannelState();
    descriptor: ()Lorg/eclipse/jetty/server/HttpChannelState;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 149
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpInput;

  public void recycle();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 154
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 1
            monitorenter
         1: .line 156
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 3
         2: .line 157
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            aconst_null
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.failed:(Ljava/lang/Throwable;)V
         3: .line 158
      StackMap locals: java.util.Deque
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
         4: .line 159
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            invokeinterface java.util.Deque.poll:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.server.HttpInput$Content
            astore 2 /* item */
        start local 2 // org.eclipse.jetty.server.HttpInput$Content item
         5: .line 160
            goto 8
         6: .line 162
      StackMap locals: org.eclipse.jetty.server.HttpInput$Content
      StackMap stack:
            aload 2 /* item */
            aconst_null
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.failed:(Ljava/lang/Throwable;)V
         7: .line 163
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            invokeinterface java.util.Deque.poll:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.server.HttpInput$Content
            astore 2 /* item */
         8: .line 160
      StackMap locals:
      StackMap stack:
            aload 2 /* item */
            ifnonnull 6
         9: .line 165
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpInput._listener:Ljavax/servlet/ReadListener;
        10: .line 166
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpInput.STREAM:Lorg/eclipse/jetty/server/HttpInput$State;
            putfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
        11: .line 167
            aload 0 /* this */
            lconst_0
            putfield org.eclipse.jetty.server.HttpInput._contentArrived:J
        12: .line 168
            aload 0 /* this */
            lconst_0
            putfield org.eclipse.jetty.server.HttpInput._contentConsumed:J
        13: .line 169
            aload 0 /* this */
            ldc -1
            putfield org.eclipse.jetty.server.HttpInput._firstByteTimeStamp:J
        14: .line 170
            aload 0 /* this */
            lconst_0
            putfield org.eclipse.jetty.server.HttpInput._blockUntil:J
        15: .line 171
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpInput._waitingForContent:Z
        16: .line 172
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
            instanceof org.eclipse.jetty.util.component.Destroyable
            ifeq 18
        17: .line 173
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
            checkcast org.eclipse.jetty.util.component.Destroyable
            invokeinterface org.eclipse.jetty.util.component.Destroyable.destroy:()V
        18: .line 174
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpInput._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
        end local 2 // org.eclipse.jetty.server.HttpInput$Content item
        19: .line 154
            aload 1
            monitorexit
        20: goto 23
      StackMap locals: org.eclipse.jetty.server.HttpInput java.util.Deque
      StackMap stack: java.lang.Throwable
        21: aload 1
            monitorexit
        22: athrow
        23: .line 176
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   24     0  this  Lorg/eclipse/jetty/server/HttpInput;
            5   19     2  item  Lorg/eclipse/jetty/server/HttpInput$Content;
      Exception table:
        from    to  target  type
           1    20      21  any
          21    22      21  any

  public org.eclipse.jetty.server.HttpInput$Interceptor getInterceptor();
    descriptor: ()Lorg/eclipse/jetty/server/HttpInput$Interceptor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 183
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
            areturn
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpInput;

  public void setInterceptor(org.eclipse.jetty.server.HttpInput$Interceptor);
    descriptor: (Lorg/eclipse/jetty/server/HttpInput$Interceptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpInput this
        start local 1 // org.eclipse.jetty.server.HttpInput$Interceptor interceptor
         0: .line 193
            aload 0 /* this */
            aload 1 /* interceptor */
            putfield org.eclipse.jetty.server.HttpInput._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
         1: .line 194
            return
        end local 1 // org.eclipse.jetty.server.HttpInput$Interceptor interceptor
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jetty/server/HttpInput;
            0    2     1  interceptor  Lorg/eclipse/jetty/server/HttpInput$Interceptor;
    MethodParameters:
             Name  Flags
      interceptor  

  public void addInterceptor(org.eclipse.jetty.server.HttpInput$Interceptor);
    descriptor: (Lorg/eclipse/jetty/server/HttpInput$Interceptor;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpInput this
        start local 1 // org.eclipse.jetty.server.HttpInput$Interceptor interceptor
         0: .line 204
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
            ifnonnull 2
         1: .line 205
            aload 0 /* this */
            aload 1 /* interceptor */
            putfield org.eclipse.jetty.server.HttpInput._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
            goto 3
         2: .line 207
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new org.eclipse.jetty.server.HttpInput$ChainedInterceptor
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
            aload 1 /* interceptor */
            invokespecial org.eclipse.jetty.server.HttpInput$ChainedInterceptor.<init>:(Lorg/eclipse/jetty/server/HttpInput$Interceptor;Lorg/eclipse/jetty/server/HttpInput$Interceptor;)V
            putfield org.eclipse.jetty.server.HttpInput._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
         3: .line 208
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jetty.server.HttpInput$Interceptor interceptor
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    4     0         this  Lorg/eclipse/jetty/server/HttpInput;
            0    4     1  interceptor  Lorg/eclipse/jetty/server/HttpInput$Interceptor;
    MethodParameters:
             Name  Flags
      interceptor  

  public int available();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=5, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 213
            iconst_0
            istore 1 /* available */
        start local 1 // int available
         1: .line 214
            iconst_0
            istore 2 /* woken */
        start local 2 // boolean woken
         2: .line 215
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 3
            monitorenter
         3: .line 217
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnonnull 5
         4: .line 218
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            invokeinterface java.util.Deque.poll:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.server.HttpInput$Content
            putfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
         5: .line 219
      StackMap locals: int int java.util.Deque
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnonnull 12
         6: .line 223
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.produceContent:()V
         7: .line 224
            goto 10
         8: .line 225
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 4 /* e */
        start local 4 // java.io.IOException e
         9: .line 227
            aload 0 /* this */
            aload 4 /* e */
            invokevirtual org.eclipse.jetty.server.HttpInput.failed:(Ljava/lang/Throwable;)Z
            istore 2 /* woken */
        end local 4 // java.io.IOException e
        10: .line 229
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnonnull 12
        11: .line 230
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            invokeinterface java.util.Deque.poll:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.server.HttpInput$Content
            putfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
        12: .line 233
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 14
        13: .line 234
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.remaining:()I
            istore 1 /* available */
        14: .line 215
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        15: goto 18
      StackMap locals:
      StackMap stack: java.lang.Throwable
        16: aload 3
            monitorexit
        17: athrow
        18: .line 237
      StackMap locals:
      StackMap stack:
            iload 2 /* woken */
            ifeq 20
        19: .line 238
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.wake:()V
        20: .line 239
      StackMap locals:
      StackMap stack:
            iload 1 /* available */
            ireturn
        end local 2 // boolean woken
        end local 1 // int available
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   21     0       this  Lorg/eclipse/jetty/server/HttpInput;
            1   21     1  available  I
            2   21     2      woken  Z
            9   10     4          e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           6     7       8  Class java.io.IOException
           3    15      16  any
          16    17      16  any

  protected void wake();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 244
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            astore 1 /* channel */
        start local 1 // org.eclipse.jetty.server.HttpChannel channel
         1: .line 245
            aload 1 /* channel */
            invokevirtual org.eclipse.jetty.server.HttpChannel.getConnector:()Lorg/eclipse/jetty/server/Connector;
            invokeinterface org.eclipse.jetty.server.Connector.getServer:()Lorg/eclipse/jetty/server/Server;
            invokevirtual org.eclipse.jetty.server.Server.getThreadPool:()Lorg/eclipse/jetty/util/thread/ThreadPool;
            astore 2 /* executor */
        start local 2 // java.util.concurrent.Executor executor
         2: .line 246
            aload 2 /* executor */
            aload 1 /* channel */
            invokeinterface java.util.concurrent.Executor.execute:(Ljava/lang/Runnable;)V
         3: .line 247
            return
        end local 2 // java.util.concurrent.Executor executor
        end local 1 // org.eclipse.jetty.server.HttpChannel channel
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lorg/eclipse/jetty/server/HttpInput;
            1    4     1   channel  Lorg/eclipse/jetty/server/HttpChannel;
            2    4     2  executor  Ljava/util/concurrent/Executor;

  public int read();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 252
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._oneByteBuffer:[B
            iconst_0
            iconst_1
            invokevirtual org.eclipse.jetty.server.HttpInput.read:([BII)I
            istore 1 /* read */
        start local 1 // int read
         1: .line 253
            iload 1 /* read */
            ifne 3
         2: .line 254
            new java.lang.IllegalStateException
            dup
            ldc "unready read=0"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 255
      StackMap locals: int
      StackMap stack:
            iload 1 /* read */
            ifge 4
            iconst_m1
            goto 5
      StackMap locals:
      StackMap stack:
         4: aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._oneByteBuffer:[B
            iconst_0
            baload
            sipush 255
            iand
      StackMap locals:
      StackMap stack: int
         5: ireturn
        end local 1 // int read
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/server/HttpInput;
            1    6     1  read  I
    Exceptions:
      throws java.io.IOException

  public int read(byte[], int, int);
    descriptor: ([BII)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=9, locals=14, args_size=4
        start local 0 // org.eclipse.jetty.server.HttpInput this
        start local 1 // byte[] b
        start local 2 // int off
        start local 3 // int len
         0: .line 261
            iconst_0
            istore 4 /* wake */
        start local 4 // boolean wake
         1: .line 263
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 6
            monitorenter
         2: .line 266
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getHttpConfiguration:()Lorg/eclipse/jetty/server/HttpConfiguration;
            invokevirtual org.eclipse.jetty.server.HttpConfiguration.getMinRequestDataRate:()J
            lstore 7 /* minRequestDataRate */
        start local 7 // long minRequestDataRate
         3: .line 267
            lload 7 /* minRequestDataRate */
            lconst_0
            lcmp
            ifle 13
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._firstByteTimeStamp:J
            ldc -1
            lcmp
            ifeq 13
         4: .line 269
            invokestatic java.lang.System.nanoTime:()J
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._firstByteTimeStamp:J
            lsub
            lstore 9 /* period */
        start local 9 // long period
         5: .line 270
            lload 9 /* period */
            lconst_0
            lcmp
            ifle 13
         6: .line 272
            lload 7 /* minRequestDataRate */
            getstatic java.util.concurrent.TimeUnit.NANOSECONDS:Ljava/util/concurrent/TimeUnit;
            lload 9 /* period */
            invokevirtual java.util.concurrent.TimeUnit.toMillis:(J)J
            lmul
            getstatic java.util.concurrent.TimeUnit.SECONDS:Ljava/util/concurrent/TimeUnit;
            lconst_1
            invokevirtual java.util.concurrent.TimeUnit.toMillis:(J)J
            ldiv
            lstore 11 /* minimumData */
        start local 11 // long minimumData
         7: .line 273
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._contentArrived:J
            lload 11 /* minimumData */
            lcmp
            ifge 13
         8: .line 275
            new org.eclipse.jetty.http.BadMessageException
            dup
            sipush 408
         9: .line 276
            ldc "Request content data rate < %d B/s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            lload 7 /* minRequestDataRate */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
        10: .line 275
            invokespecial org.eclipse.jetty.http.BadMessageException.<init>:(ILjava/lang/String;)V
            astore 13 /* bad */
        start local 13 // org.eclipse.jetty.http.BadMessageException bad
        11: .line 277
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            aload 13 /* bad */
            invokevirtual org.eclipse.jetty.server.HttpChannel.abort:(Ljava/lang/Throwable;)V
        12: .line 278
            aload 13 /* bad */
            athrow
        end local 13 // org.eclipse.jetty.http.BadMessageException bad
        end local 11 // long minimumData
        end local 9 // long period
        13: .line 286
      StackMap locals: org.eclipse.jetty.server.HttpInput byte[] int int int top java.util.Deque long
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.nextContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
            astore 9 /* item */
        start local 9 // org.eclipse.jetty.server.HttpInput$Content item
        14: .line 287
            aload 9 /* item */
            ifnull 21
        15: .line 289
            aload 0 /* this */
            aload 9 /* item */
            aload 1 /* b */
            iload 2 /* off */
            iload 3 /* len */
            invokevirtual org.eclipse.jetty.server.HttpInput.get:(Lorg/eclipse/jetty/server/HttpInput$Content;[BII)I
            istore 5 /* l */
        start local 5 // int l
        16: .line 290
            getstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
            ifeq 18
        17: .line 291
            getstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            ldc "{} read {} from {}"
            iconst_3
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            dup
            iconst_1
            iload 5 /* l */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
            aload 9 /* item */
            aastore
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
        18: .line 294
      StackMap locals: org.eclipse.jetty.server.HttpInput byte[] int int int int java.util.Deque long org.eclipse.jetty.server.HttpInput$Content
      StackMap stack:
            aload 9 /* item */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.isEmpty:()Z
            ifeq 25
        19: .line 295
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.nextInterceptedContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
            pop
        20: .line 296
            goto 25
        end local 5 // int l
        21: .line 300
      StackMap locals: org.eclipse.jetty.server.HttpInput byte[] int int int top java.util.Deque long org.eclipse.jetty.server.HttpInput$Content
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput$State.blockForContent:(Lorg/eclipse/jetty/server/HttpInput;)Z
            ifne 13
        22: .line 303
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            invokevirtual org.eclipse.jetty.server.HttpInput$State.noContent:()I
            istore 5 /* l */
        start local 5 // int l
        23: .line 305
            iload 5 /* l */
            ifge 25
        24: .line 307
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.onReadEof:()Z
            istore 4 /* wake */
        end local 9 // org.eclipse.jetty.server.HttpInput$Content item
        end local 7 // long minRequestDataRate
        25: .line 263
      StackMap locals: org.eclipse.jetty.server.HttpInput byte[] int int int int java.util.Deque
      StackMap stack:
            aload 6
            monitorexit
        26: goto 29
        end local 5 // int l
      StackMap locals: org.eclipse.jetty.server.HttpInput byte[] int int int top java.util.Deque
      StackMap stack: java.lang.Throwable
        27: aload 6
            monitorexit
        28: athrow
        start local 5 // int l
        29: .line 313
      StackMap locals: org.eclipse.jetty.server.HttpInput byte[] int int int int
      StackMap stack:
            iload 4 /* wake */
            ifeq 31
        30: .line 314
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.wake:()V
        31: .line 315
      StackMap locals:
      StackMap stack:
            iload 5 /* l */
            ireturn
        end local 5 // int l
        end local 4 // boolean wake
        end local 3 // int len
        end local 2 // int off
        end local 1 // byte[] b
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   32     0                this  Lorg/eclipse/jetty/server/HttpInput;
            0   32     1                   b  [B
            0   32     2                 off  I
            0   32     3                 len  I
            1   32     4                wake  Z
           16   21     5                   l  I
           23   27     5                   l  I
           29   32     5                   l  I
            3   25     7  minRequestDataRate  J
            5   13     9              period  J
            7   13    11         minimumData  J
           11   13    13                 bad  Lorg/eclipse/jetty/http/BadMessageException;
           14   25     9                item  Lorg/eclipse/jetty/server/HttpInput$Content;
      Exception table:
        from    to  target  type
           2    26      27  any
          27    28      27  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      b     
      off   
      len   

  protected void produceContent();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=0, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 326
            return
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpInput;
    Exceptions:
      throws java.io.IOException

  public void asyncReadProduce();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 335
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 1
            monitorenter
         1: .line 337
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.produceContent:()V
         2: .line 335
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.jetty.server.HttpInput java.util.Deque
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 339
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/server/HttpInput;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any
    Exceptions:
      throws java.io.IOException

  protected org.eclipse.jetty.server.HttpInput$Content nextContent();
    descriptor: ()Lorg/eclipse/jetty/server/HttpInput$Content;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 349
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.nextNonSentinelContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
            astore 1 /* content */
        start local 1 // org.eclipse.jetty.server.HttpInput$Content content
         1: .line 350
            aload 1 /* content */
            ifnonnull 4
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.isFinished:()Z
            ifne 4
         2: .line 352
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.produceContent:()V
         3: .line 353
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.nextNonSentinelContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
            astore 1 /* content */
         4: .line 355
      StackMap locals: org.eclipse.jetty.server.HttpInput$Content
      StackMap stack:
            aload 1 /* content */
            areturn
        end local 1 // org.eclipse.jetty.server.HttpInput$Content content
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/eclipse/jetty/server/HttpInput;
            1    5     1  content  Lorg/eclipse/jetty/server/HttpInput$Content;
    Exceptions:
      throws java.io.IOException

  protected org.eclipse.jetty.server.HttpInput$Content nextNonSentinelContent();
    descriptor: ()Lorg/eclipse/jetty/server/HttpInput$Content;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 368
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.nextInterceptedContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
            astore 1 /* content */
        start local 1 // org.eclipse.jetty.server.HttpInput$Content content
         1: .line 371
            aload 1 /* content */
            instanceof org.eclipse.jetty.server.HttpInput$SentinelContent
            ifeq 4
         2: .line 375
            aload 0 /* this */
            aload 1 /* content */
            invokevirtual org.eclipse.jetty.server.HttpInput.consume:(Lorg/eclipse/jetty/server/HttpInput$Content;)V
         3: .line 376
            goto 0
         4: .line 379
      StackMap locals: org.eclipse.jetty.server.HttpInput$Content
      StackMap stack:
            aload 1 /* content */
            areturn
        end local 1 // org.eclipse.jetty.server.HttpInput$Content content
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/eclipse/jetty/server/HttpInput;
            1    5     1  content  Lorg/eclipse/jetty/server/HttpInput$Content;

  protected org.eclipse.jetty.server.HttpInput$Content produceNextContext();
    descriptor: ()Lorg/eclipse/jetty/server/HttpInput$Content;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 391
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.nextInterceptedContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
            astore 1 /* content */
        start local 1 // org.eclipse.jetty.server.HttpInput$Content content
         1: .line 392
            aload 1 /* content */
            ifnonnull 4
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.isFinished:()Z
            ifne 4
         2: .line 394
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.produceContent:()V
         3: .line 395
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.nextInterceptedContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
            astore 1 /* content */
         4: .line 397
      StackMap locals: org.eclipse.jetty.server.HttpInput$Content
      StackMap stack:
            aload 1 /* content */
            areturn
        end local 1 // org.eclipse.jetty.server.HttpInput$Content content
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/eclipse/jetty/server/HttpInput;
            1    5     1  content  Lorg/eclipse/jetty/server/HttpInput$Content;
    Exceptions:
      throws java.io.IOException

  protected org.eclipse.jetty.server.HttpInput$Content nextInterceptedContent();
    descriptor: ()Lorg/eclipse/jetty/server/HttpInput$Content;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 409
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._intercepted:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 5
         1: .line 412
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._intercepted:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.hasContent:()Z
            ifeq 3
         2: .line 413
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._intercepted:Lorg/eclipse/jetty/server/HttpInput$Content;
            areturn
         3: .line 416
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._intercepted:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.succeeded:()V
         4: .line 417
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpInput._intercepted:Lorg/eclipse/jetty/server/HttpInput$Content;
         5: .line 422
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnonnull 19
         6: .line 423
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            invokeinterface java.util.Deque.poll:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.server.HttpInput$Content
            putfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
         7: .line 426
            goto 19
         8: .line 429
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
            ifnull 15
         9: .line 433
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._interceptor:Lorg/eclipse/jetty/server/HttpInput$Interceptor;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokeinterface org.eclipse.jetty.server.HttpInput$Interceptor.readFrom:(Lorg/eclipse/jetty/server/HttpInput$Content;)Lorg/eclipse/jetty/server/HttpInput$Content;
            putfield org.eclipse.jetty.server.HttpInput._intercepted:Lorg/eclipse/jetty/server/HttpInput$Content;
        10: .line 436
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._intercepted:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 14
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._intercepted:Lorg/eclipse/jetty/server/HttpInput$Content;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            if_acmpeq 14
        11: .line 439
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._intercepted:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.hasContent:()Z
            ifeq 13
        12: .line 440
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._intercepted:Lorg/eclipse/jetty/server/HttpInput$Content;
            areturn
        13: .line 441
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._intercepted:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.succeeded:()V
        14: .line 445
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpInput._intercepted:Lorg/eclipse/jetty/server/HttpInput$Content;
        15: .line 453
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.hasContent:()Z
            ifne 16
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            instanceof org.eclipse.jetty.server.HttpInput$SentinelContent
            ifeq 17
        16: .line 454
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            areturn
        17: .line 458
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.succeeded:()V
        18: .line 459
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            invokeinterface java.util.Deque.poll:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.server.HttpInput$Content
            putfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
        19: .line 426
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnonnull 8
        20: .line 462
            aconst_null
            areturn
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lorg/eclipse/jetty/server/HttpInput;

  private void consume(org.eclipse.jetty.server.HttpInput$Content);
    descriptor: (Lorg/eclipse/jetty/server/HttpInput$Content;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpInput this
        start local 1 // org.eclipse.jetty.server.HttpInput$Content content
         0: .line 467
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.isError:()Z
            ifne 6
            aload 1 /* content */
            instanceof org.eclipse.jetty.server.HttpInput$EofContent
            ifeq 6
         1: .line 469
            aload 1 /* content */
            getstatic org.eclipse.jetty.server.HttpInput.EARLY_EOF_CONTENT:Lorg/eclipse/jetty/server/HttpInput$Content;
            if_acmpne 3
         2: .line 470
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpInput.EARLY_EOF:Lorg/eclipse/jetty/server/HttpInput$State;
            putfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            goto 6
         3: .line 471
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._listener:Ljavax/servlet/ReadListener;
            ifnonnull 5
         4: .line 472
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpInput.EOF:Lorg/eclipse/jetty/server/HttpInput$State;
            putfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            goto 6
         5: .line 474
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpInput.AEOF:Lorg/eclipse/jetty/server/HttpInput$State;
            putfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
         6: .line 479
      StackMap locals:
      StackMap stack:
            aload 1 /* content */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.succeeded:()V
         7: .line 480
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            aload 1 /* content */
            if_acmpne 9
         8: .line 481
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            goto 11
         9: .line 482
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._intercepted:Lorg/eclipse/jetty/server/HttpInput$Content;
            aload 1 /* content */
            if_acmpne 11
        10: .line 483
            aload 0 /* this */
            aconst_null
            putfield org.eclipse.jetty.server.HttpInput._intercepted:Lorg/eclipse/jetty/server/HttpInput$Content;
        11: .line 484
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.eclipse.jetty.server.HttpInput$Content content
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   12     0     this  Lorg/eclipse/jetty/server/HttpInput;
            0   12     1  content  Lorg/eclipse/jetty/server/HttpInput$Content;
    MethodParameters:
         Name  Flags
      content  

  protected int get(org.eclipse.jetty.server.HttpInput$Content, byte[], int, int);
    descriptor: (Lorg/eclipse/jetty/server/HttpInput$Content;[BII)I
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=6, args_size=5
        start local 0 // org.eclipse.jetty.server.HttpInput this
        start local 1 // org.eclipse.jetty.server.HttpInput$Content content
        start local 2 // byte[] buffer
        start local 3 // int offset
        start local 4 // int length
         0: .line 497
            aload 1 /* content */
            aload 2 /* buffer */
            iload 3 /* offset */
            iload 4 /* length */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.get:([BII)I
            istore 5 /* l */
        start local 5 // int l
         1: .line 498
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.server.HttpInput._contentConsumed:J
            iload 5 /* l */
            i2l
            ladd
            putfield org.eclipse.jetty.server.HttpInput._contentConsumed:J
         2: .line 499
            iload 5 /* l */
            ireturn
        end local 5 // int l
        end local 4 // int length
        end local 3 // int offset
        end local 2 // byte[] buffer
        end local 1 // org.eclipse.jetty.server.HttpInput$Content content
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/eclipse/jetty/server/HttpInput;
            0    3     1  content  Lorg/eclipse/jetty/server/HttpInput$Content;
            0    3     2   buffer  [B
            0    3     3   offset  I
            0    3     4   length  I
            1    3     5        l  I
    MethodParameters:
         Name  Flags
      content  
      buffer   
      offset   
      length   

  protected void skip(org.eclipse.jetty.server.HttpInput$Content, int);
    descriptor: (Lorg/eclipse/jetty/server/HttpInput$Content;I)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=5, locals=4, args_size=3
        start local 0 // org.eclipse.jetty.server.HttpInput this
        start local 1 // org.eclipse.jetty.server.HttpInput$Content content
        start local 2 // int length
         0: .line 510
            aload 1 /* content */
            iload 2 /* length */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.skip:(I)I
            istore 3 /* l */
        start local 3 // int l
         1: .line 512
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.server.HttpInput._contentConsumed:J
            iload 3 /* l */
            i2l
            ladd
            putfield org.eclipse.jetty.server.HttpInput._contentConsumed:J
         2: .line 513
            iload 3 /* l */
            ifle 4
            aload 1 /* content */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.isEmpty:()Z
            ifeq 4
         3: .line 514
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.nextNonSentinelContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
            pop
         4: .line 515
      StackMap locals: int
      StackMap stack:
            return
        end local 3 // int l
        end local 2 // int length
        end local 1 // org.eclipse.jetty.server.HttpInput$Content content
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/eclipse/jetty/server/HttpInput;
            0    5     1  content  Lorg/eclipse/jetty/server/HttpInput$Content;
            0    5     2   length  I
            1    5     3        l  I
    MethodParameters:
         Name  Flags
      content  
      length   

  protected void blockForContent();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=7, locals=4, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 526
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpInput._waitingForContent:Z
         1: .line 527
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.onBlockWaitForContent:()V
         2: .line 529
            iconst_0
            istore 1 /* loop */
        start local 1 // boolean loop
         3: .line 530
            lconst_0
            lstore 2 /* timeout */
        start local 2 // long timeout
         4: .line 535
      StackMap locals: int long
      StackMap stack:
            iload 1 /* loop */
            ifeq 6
         5: .line 536
            goto 15
         6: .line 538
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
            ifeq 8
         7: .line 539
            getstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            ldc "{} blocking for content timeout={}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            dup
            iconst_1
            lload 2 /* timeout */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
         8: .line 540
      StackMap locals:
      StackMap stack:
            lload 2 /* timeout */
            lconst_0
            lcmp
            ifle 10
         9: .line 541
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            lload 2 /* timeout */
            invokevirtual java.lang.Object.wait:(J)V
            goto 11
        10: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            invokevirtual java.lang.Object.wait:()V
        11: .line 545
      StackMap locals:
      StackMap stack:
            iconst_1
            istore 1 /* loop */
        12: .line 531
            goto 4
        end local 2 // long timeout
        end local 1 // boolean loop
        13: .line 548
      StackMap locals: org.eclipse.jetty.server.HttpInput
      StackMap stack: java.lang.Throwable
            astore 1 /* x */
        start local 1 // java.lang.Throwable x
        14: .line 550
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            aload 1 /* x */
            invokevirtual org.eclipse.jetty.server.HttpChannel.onBlockWaitForContentFailure:(Ljava/lang/Throwable;)V
        end local 1 // java.lang.Throwable x
        15: .line 552
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   16     0     this  Lorg/eclipse/jetty/server/HttpInput;
            3   13     1     loop  Z
            4   13     2  timeout  J
           14   15     1        x  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           0    13      13  Class java.lang.Throwable
    Exceptions:
      throws java.io.IOException

  public boolean addContent(org.eclipse.jetty.server.HttpInput$Content);
    descriptor: (Lorg/eclipse/jetty/server/HttpInput$Content;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpInput this
        start local 1 // org.eclipse.jetty.server.HttpInput$Content content
         0: .line 562
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 2
            monitorenter
         1: .line 564
            aload 0 /* this */
            iconst_0
            putfield org.eclipse.jetty.server.HttpInput._waitingForContent:Z
         2: .line 565
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._firstByteTimeStamp:J
            ldc -1
            lcmp
            ifne 4
         3: .line 566
            aload 0 /* this */
            invokestatic java.lang.System.nanoTime:()J
            putfield org.eclipse.jetty.server.HttpInput._firstByteTimeStamp:J
         4: .line 568
      StackMap locals: java.util.Deque
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.isFinished:()Z
            ifeq 11
         5: .line 570
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.isError:()Z
            ifeq 6
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            invokevirtual org.eclipse.jetty.server.HttpInput$State.getError:()Ljava/lang/Throwable;
            goto 7
      StackMap locals:
      StackMap stack:
         6: new java.io.EOFException
            dup
            ldc "Content after EOF"
            invokespecial java.io.EOFException.<init>:(Ljava/lang/String;)V
      StackMap locals:
      StackMap stack: java.lang.Throwable
         7: astore 3 /* failure */
        start local 3 // java.lang.Throwable failure
         8: .line 571
            aload 1 /* content */
            aload 3 /* failure */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.failed:(Ljava/lang/Throwable;)V
         9: .line 572
            aload 2
            monitorexit
        10: iconst_0
            ireturn
        end local 3 // java.lang.Throwable failure
        11: .line 576
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield org.eclipse.jetty.server.HttpInput._contentArrived:J
            aload 1 /* content */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.remaining:()I
            i2l
            ladd
            putfield org.eclipse.jetty.server.HttpInput._contentArrived:J
        12: .line 578
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnonnull 14
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            invokeinterface java.util.Deque.isEmpty:()Z
            ifeq 14
        13: .line 579
            aload 0 /* this */
            aload 1 /* content */
            putfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            goto 15
        14: .line 581
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            aload 1 /* content */
            invokeinterface java.util.Deque.offer:(Ljava/lang/Object;)Z
            pop
        15: .line 583
      StackMap locals:
      StackMap stack:
            getstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
            ifeq 17
        16: .line 584
            getstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            ldc "{} addContent {}"
            iconst_2
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            dup
            iconst_1
            aload 1 /* content */
            aastore
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
        17: .line 586
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.nextInterceptedContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 20
        18: .line 587
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.wakeup:()Z
            aload 2
            monitorexit
        19: ireturn
        20: .line 589
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
        21: iconst_0
            ireturn
        22: .line 562
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        23: athrow
        end local 1 // org.eclipse.jetty.server.HttpInput$Content content
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   24     0     this  Lorg/eclipse/jetty/server/HttpInput;
            0   24     1  content  Lorg/eclipse/jetty/server/HttpInput$Content;
            8   11     3  failure  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1    10      22  any
          11    19      22  any
          20    21      22  any
          22    23      22  any
    MethodParameters:
         Name  Flags
      content  

  public boolean hasContent();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 596
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 1
            monitorenter
         1: .line 598
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._content:Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnonnull 2
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            invokeinterface java.util.Deque.size:()I
            ifgt 2
            iconst_0
            goto 3
      StackMap locals: java.util.Deque
      StackMap stack:
         2: iconst_1
      StackMap locals:
      StackMap stack: int
         3: aload 1
            monitorexit
         4: ireturn
         5: .line 596
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/server/HttpInput;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  public void unblock();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 604
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 1
            monitorenter
         1: .line 606
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            invokevirtual java.lang.Object.notify:()V
         2: .line 604
            aload 1
            monitorexit
         3: goto 6
      StackMap locals: org.eclipse.jetty.server.HttpInput java.util.Deque
      StackMap stack: java.lang.Throwable
         4: aload 1
            monitorexit
         5: athrow
         6: .line 608
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/server/HttpInput;
      Exception table:
        from    to  target  type
           1     3       4  any
           4     5       4  any

  public long getContentConsumed();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 612
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 1
            monitorenter
         1: .line 614
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._contentConsumed:J
            aload 1
            monitorexit
         2: lreturn
         3: .line 612
      StackMap locals: org.eclipse.jetty.server.HttpInput java.util.Deque
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/server/HttpInput;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public boolean earlyEOF();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 627
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpInput.EARLY_EOF_CONTENT:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput.addContent:(Lorg/eclipse/jetty/server/HttpInput$Content;)Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpInput;

  public boolean eof();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 637
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpInput.EOF_CONTENT:Lorg/eclipse/jetty/server/HttpInput$Content;
            invokevirtual org.eclipse.jetty.server.HttpInput.addContent:(Lorg/eclipse/jetty/server/HttpInput$Content;)Z
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/HttpInput;

  public boolean consumeAll();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 642
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 1
            monitorenter
         1: .line 648
      StackMap locals: java.util.Deque
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.nextContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
            astore 2 /* item */
        start local 2 // org.eclipse.jetty.server.HttpInput$Content item
         2: .line 649
            aload 2 /* item */
            ifnonnull 4
         3: .line 650
            goto 6
         4: .line 652
      StackMap locals: org.eclipse.jetty.server.HttpInput$Content
      StackMap stack:
            aload 0 /* this */
            aload 2 /* item */
            aload 2 /* item */
            invokevirtual org.eclipse.jetty.server.HttpInput$Content.remaining:()I
            invokevirtual org.eclipse.jetty.server.HttpInput.skip:(Lorg/eclipse/jetty/server/HttpInput$Content;I)V
        end local 2 // org.eclipse.jetty.server.HttpInput$Content item
         5: .line 646
            goto 1
         6: .line 654
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.isFinished:()Z
            ifeq 11
         7: .line 655
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.isError:()Z
            ifeq 8
            iconst_0
            goto 9
      StackMap locals:
      StackMap stack:
         8: iconst_1
      StackMap locals:
      StackMap stack: int
         9: aload 1
            monitorexit
        10: ireturn
        11: .line 657
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpInput.EARLY_EOF:Lorg/eclipse/jetty/server/HttpInput$State;
            putfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
        12: .line 658
            aload 1
            monitorexit
        13: iconst_0
            ireturn
        14: .line 660
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 2 /* e */
        start local 2 // java.lang.Throwable e
        15: .line 662
            getstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 2 /* e */
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/Throwable;)V
        16: .line 663
            aload 0 /* this */
            new org.eclipse.jetty.server.HttpInput$ErrorState
            dup
            aload 0 /* this */
            aload 2 /* e */
            invokespecial org.eclipse.jetty.server.HttpInput$ErrorState.<init>:(Lorg/eclipse/jetty/server/HttpInput;Ljava/lang/Throwable;)V
            putfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
        17: .line 664
            aload 1
            monitorexit
        18: iconst_0
            ireturn
        end local 2 // java.lang.Throwable e
        19: .line 642
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
        20: athrow
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   21     0  this  Lorg/eclipse/jetty/server/HttpInput;
            2    5     2  item  Lorg/eclipse/jetty/server/HttpInput$Content;
           15   19     2     e  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     9      14  Class java.lang.Throwable
          11    12      14  Class java.lang.Throwable
           1    10      19  any
          11    13      19  any
          14    18      19  any
          19    20      19  any

  public boolean isError();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 671
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 1
            monitorenter
         1: .line 673
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            instanceof org.eclipse.jetty.server.HttpInput$ErrorState
            aload 1
            monitorexit
         2: ireturn
         3: .line 671
      StackMap locals: org.eclipse.jetty.server.HttpInput java.util.Deque
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/server/HttpInput;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public boolean isAsync();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 679
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 1
            monitorenter
         1: .line 681
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            getstatic org.eclipse.jetty.server.HttpInput.ASYNC:Lorg/eclipse/jetty/server/HttpInput$State;
            if_acmpne 2
            iconst_1
            goto 3
      StackMap locals: java.util.Deque
      StackMap stack:
         2: iconst_0
      StackMap locals:
      StackMap stack: int
         3: aload 1
            monitorexit
         4: ireturn
         5: .line 679
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         6: athrow
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/server/HttpInput;
      Exception table:
        from    to  target  type
           1     4       5  any
           5     6       5  any

  public boolean isFinished();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 688
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 1
            monitorenter
         1: .line 690
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            instanceof org.eclipse.jetty.server.HttpInput$EOFState
            aload 1
            monitorexit
         2: ireturn
         3: .line 688
      StackMap locals: org.eclipse.jetty.server.HttpInput java.util.Deque
      StackMap stack: java.lang.Throwable
            aload 1
            monitorexit
         4: athrow
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/eclipse/jetty/server/HttpInput;
      Exception table:
        from    to  target  type
           1     2       3  any
           3     4       3  any

  public boolean isReady();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 699
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 1
            monitorenter
         1: .line 701
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._listener:Ljavax/servlet/ReadListener;
            ifnonnull 4
         2: .line 702
            aload 1
            monitorexit
         3: iconst_1
            ireturn
         4: .line 703
      StackMap locals: java.util.Deque
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            instanceof org.eclipse.jetty.server.HttpInput$EOFState
            ifeq 7
         5: .line 704
            aload 1
            monitorexit
         6: iconst_1
            ireturn
         7: .line 705
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._waitingForContent:Z
            ifeq 10
         8: .line 706
            aload 1
            monitorexit
         9: iconst_0
            ireturn
        10: .line 707
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.produceNextContext:()Lorg/eclipse/jetty/server/HttpInput$Content;
            ifnull 13
        11: .line 708
            aload 1
            monitorexit
        12: iconst_1
            ireturn
        13: .line 709
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.onReadUnready:()V
        14: .line 710
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpInput._waitingForContent:Z
        15: .line 699
            aload 1
            monitorexit
        16: goto 19
      StackMap locals:
      StackMap stack: java.lang.Throwable
        17: aload 1
            monitorexit
        18: athrow
        19: .line 712
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        20: .line 714
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
        21: .line 716
            getstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 1 /* e */
            invokeinterface org.eclipse.jetty.util.log.Logger.ignore:(Ljava/lang/Throwable;)V
        22: .line 717
            iconst_1
            ireturn
        end local 1 // java.io.IOException e
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   23     0  this  Lorg/eclipse/jetty/server/HttpInput;
           21   23     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           1     3      17  any
           4     6      17  any
           7     9      17  any
          10    12      17  any
          13    16      17  any
          17    18      17  any
           0     3      20  Class java.io.IOException
           4     6      20  Class java.io.IOException
           7     9      20  Class java.io.IOException
          10    12      20  Class java.io.IOException
          13    19      20  Class java.io.IOException

  public void setReadListener(javax.servlet.ReadListener);
    descriptor: (Ljavax/servlet/ReadListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpInput this
        start local 1 // javax.servlet.ReadListener readListener
         0: .line 724
            iconst_0
            istore 2 /* woken */
        start local 2 // boolean woken
         1: .line 727
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 3
            monitorenter
         2: .line 729
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._listener:Ljavax/servlet/ReadListener;
            ifnull 4
         3: .line 730
            new java.lang.IllegalStateException
            dup
            ldc "ReadListener already set"
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/String;)V
            athrow
         4: .line 732
      StackMap locals: int java.util.Deque
      StackMap stack:
            aload 0 /* this */
            aload 1 /* readListener */
            invokestatic java.util.Objects.requireNonNull:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast javax.servlet.ReadListener
            putfield org.eclipse.jetty.server.HttpInput._listener:Ljavax/servlet/ReadListener;
         5: .line 734
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.produceNextContext:()Lorg/eclipse/jetty/server/HttpInput$Content;
            astore 4 /* content */
        start local 4 // org.eclipse.jetty.server.HttpInput$Content content
         6: .line 735
            aload 4 /* content */
            ifnull 10
         7: .line 737
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpInput.ASYNC:Lorg/eclipse/jetty/server/HttpInput$State;
            putfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
         8: .line 738
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.onReadReady:()Z
            istore 2 /* woken */
         9: .line 739
            goto 17
        10: .line 740
      StackMap locals: org.eclipse.jetty.server.HttpInput$Content
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            getstatic org.eclipse.jetty.server.HttpInput.EOF:Lorg/eclipse/jetty/server/HttpInput$State;
            if_acmpne 14
        11: .line 742
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpInput.AEOF:Lorg/eclipse/jetty/server/HttpInput$State;
            putfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
        12: .line 743
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.onReadEof:()Z
            istore 2 /* woken */
        13: .line 744
            goto 17
        14: .line 747
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpInput.ASYNC:Lorg/eclipse/jetty/server/HttpInput$State;
            putfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
        15: .line 748
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.onReadUnready:()V
        16: .line 749
            aload 0 /* this */
            iconst_1
            putfield org.eclipse.jetty.server.HttpInput._waitingForContent:Z
        end local 4 // org.eclipse.jetty.server.HttpInput$Content content
        17: .line 727
      StackMap locals:
      StackMap stack:
            aload 3
            monitorexit
        18: goto 23
      StackMap locals:
      StackMap stack: java.lang.Throwable
        19: aload 3
            monitorexit
        20: athrow
        21: .line 753
      StackMap locals: org.eclipse.jetty.server.HttpInput javax.servlet.ReadListener int
      StackMap stack: java.io.IOException
            astore 3 /* e */
        start local 3 // java.io.IOException e
        22: .line 755
            new org.eclipse.jetty.io.RuntimeIOException
            dup
            aload 3 /* e */
            invokespecial org.eclipse.jetty.io.RuntimeIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 3 // java.io.IOException e
        23: .line 758
      StackMap locals:
      StackMap stack:
            iload 2 /* woken */
            ifeq 25
        24: .line 759
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.wake:()V
        25: .line 760
      StackMap locals:
      StackMap stack:
            return
        end local 2 // boolean woken
        end local 1 // javax.servlet.ReadListener readListener
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   26     0          this  Lorg/eclipse/jetty/server/HttpInput;
            0   26     1  readListener  Ljavax/servlet/ReadListener;
            1   26     2         woken  Z
            6   17     4       content  Lorg/eclipse/jetty/server/HttpInput$Content;
           22   23     3             e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           2    18      19  any
          19    20      19  any
           1    21      21  Class java.io.IOException
    MethodParameters:
              Name  Flags
      readListener  

  public boolean onIdleTimeout(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpInput this
        start local 1 // java.lang.Throwable x
         0: .line 764
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 2
            monitorenter
         1: .line 766
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.getHttpChannelState:()Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.isIdle:()Z
            istore 3 /* neverDispatched */
        start local 3 // boolean neverDispatched
         2: .line 767
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._waitingForContent:Z
            ifne 3
            iload 3 /* neverDispatched */
            ifeq 8
      StackMap locals: java.util.Deque int
      StackMap stack:
         3: aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.isError:()Z
            ifne 8
         4: .line 769
            aload 1 /* x */
            new java.lang.Throwable
            dup
            ldc "HttpInput idle timeout"
            invokespecial java.lang.Throwable.<init>:(Ljava/lang/String;)V
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
         5: .line 770
            aload 0 /* this */
            new org.eclipse.jetty.server.HttpInput$ErrorState
            dup
            aload 0 /* this */
            aload 1 /* x */
            invokespecial org.eclipse.jetty.server.HttpInput$ErrorState.<init>:(Lorg/eclipse/jetty/server/HttpInput;Ljava/lang/Throwable;)V
            putfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
         6: .line 771
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.wakeup:()Z
            aload 2
            monitorexit
         7: ireturn
         8: .line 773
      StackMap locals:
      StackMap stack:
            aload 2
            monitorexit
         9: iconst_0
            ireturn
        end local 3 // boolean neverDispatched
        10: .line 764
      StackMap locals: org.eclipse.jetty.server.HttpInput java.lang.Throwable java.util.Deque
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        11: athrow
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   12     0             this  Lorg/eclipse/jetty/server/HttpInput;
            0   12     1                x  Ljava/lang/Throwable;
            2   10     3  neverDispatched  Z
      Exception table:
        from    to  target  type
           1     7      10  any
           8     9      10  any
          10    11      10  any
    MethodParameters:
      Name  Flags
      x     

  public boolean failed(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // org.eclipse.jetty.server.HttpInput this
        start local 1 // java.lang.Throwable x
         0: .line 779
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 2
            monitorenter
         1: .line 783
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.isError:()Z
            ifeq 7
         2: .line 785
            getstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
            ifeq 9
         3: .line 789
            new java.lang.Throwable
            dup
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            invokevirtual org.eclipse.jetty.server.HttpInput$State.getError:()Ljava/lang/Throwable;
            invokespecial java.lang.Throwable.<init>:(Ljava/lang/Throwable;)V
            astore 3 /* failure */
        start local 3 // java.lang.Throwable failure
         4: .line 790
            aload 3 /* failure */
            aload 1 /* x */
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
         5: .line 791
            getstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 3 /* failure */
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/Throwable;)V
        end local 3 // java.lang.Throwable failure
         6: .line 793
            goto 9
         7: .line 798
      StackMap locals: java.util.Deque
      StackMap stack:
            aload 1 /* x */
            new java.lang.Throwable
            dup
            ldc "HttpInput failure"
            invokespecial java.lang.Throwable.<init>:(Ljava/lang/String;)V
            invokevirtual java.lang.Throwable.addSuppressed:(Ljava/lang/Throwable;)V
         8: .line 799
            aload 0 /* this */
            new org.eclipse.jetty.server.HttpInput$ErrorState
            dup
            aload 0 /* this */
            aload 1 /* x */
            invokespecial org.eclipse.jetty.server.HttpInput$ErrorState.<init>:(Lorg/eclipse/jetty/server/HttpInput;Ljava/lang/Throwable;)V
            putfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
         9: .line 801
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.wakeup:()Z
            aload 2
            monitorexit
        10: ireturn
        11: .line 779
      StackMap locals:
      StackMap stack: java.lang.Throwable
            aload 2
            monitorexit
        12: athrow
        end local 1 // java.lang.Throwable x
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   13     0     this  Lorg/eclipse/jetty/server/HttpInput;
            0   13     1        x  Ljava/lang/Throwable;
            4    6     3  failure  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1    10      11  any
          11    12      11  any
    MethodParameters:
      Name  Flags
      x     

  private boolean wakeup();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 807
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._listener:Ljavax/servlet/ReadListener;
            ifnull 2
         1: .line 808
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.onContentAdded:()Z
            ireturn
         2: .line 809
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            invokevirtual java.lang.Object.notify:()V
         3: .line 810
            iconst_0
            ireturn
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/server/HttpInput;

  public void run();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=6, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 822
            iconst_0
            istore 3 /* aeof */
        start local 3 // boolean aeof
         1: .line 824
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 4
            monitorenter
         2: .line 826
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._listener:Ljavax/servlet/ReadListener;
            astore 1 /* listener */
        start local 1 // javax.servlet.ReadListener listener
         3: .line 828
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            getstatic org.eclipse.jetty.server.HttpInput.EOF:Lorg/eclipse/jetty/server/HttpInput$State;
            if_acmpne 6
         4: .line 829
            aload 4
            monitorexit
         5: return
         6: .line 831
      StackMap locals: org.eclipse.jetty.server.HttpInput javax.servlet.ReadListener top int java.util.Deque
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            getstatic org.eclipse.jetty.server.HttpInput.AEOF:Lorg/eclipse/jetty/server/HttpInput$State;
            if_acmpne 9
         7: .line 833
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpInput.EOF:Lorg/eclipse/jetty/server/HttpInput$State;
            putfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
         8: .line 834
            iconst_1
            istore 3 /* aeof */
         9: .line 837
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            invokevirtual org.eclipse.jetty.server.HttpInput$State.getError:()Ljava/lang/Throwable;
            astore 2 /* error */
        start local 2 // java.lang.Throwable error
        10: .line 839
            iload 3 /* aeof */
            ifne 22
            aload 2 /* error */
            ifnonnull 22
        11: .line 841
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.HttpInput.nextInterceptedContent:()Lorg/eclipse/jetty/server/HttpInput$Content;
            astore 5 /* content */
        start local 5 // org.eclipse.jetty.server.HttpInput$Content content
        12: .line 842
            aload 5 /* content */
            ifnonnull 15
        13: .line 843
            aload 4
            monitorexit
        14: return
        15: .line 847
      StackMap locals: org.eclipse.jetty.server.HttpInput javax.servlet.ReadListener java.lang.Throwable int java.util.Deque org.eclipse.jetty.server.HttpInput$Content
      StackMap stack:
            aload 5 /* content */
            instanceof org.eclipse.jetty.server.HttpInput$EofContent
            ifeq 22
        16: .line 849
            aload 0 /* this */
            aload 5 /* content */
            invokevirtual org.eclipse.jetty.server.HttpInput.consume:(Lorg/eclipse/jetty/server/HttpInput$Content;)V
        17: .line 850
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            getstatic org.eclipse.jetty.server.HttpInput.EARLY_EOF:Lorg/eclipse/jetty/server/HttpInput$State;
            if_acmpne 19
        18: .line 851
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            invokevirtual org.eclipse.jetty.server.HttpInput$State.getError:()Ljava/lang/Throwable;
            astore 2 /* error */
            goto 22
        19: .line 852
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            getstatic org.eclipse.jetty.server.HttpInput.AEOF:Lorg/eclipse/jetty/server/HttpInput$State;
            if_acmpne 22
        20: .line 854
            iconst_1
            istore 3 /* aeof */
        21: .line 855
            aload 0 /* this */
            getstatic org.eclipse.jetty.server.HttpInput.EOF:Lorg/eclipse/jetty/server/HttpInput$State;
            putfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
        end local 5 // org.eclipse.jetty.server.HttpInput$Content content
        22: .line 824
      StackMap locals:
      StackMap stack:
            aload 4
            monitorexit
        23: goto 26
        end local 2 // java.lang.Throwable error
        end local 1 // javax.servlet.ReadListener listener
      StackMap locals: org.eclipse.jetty.server.HttpInput top top int java.util.Deque
      StackMap stack: java.lang.Throwable
        24: aload 4
            monitorexit
        25: athrow
        start local 1 // javax.servlet.ReadListener listener
        start local 2 // java.lang.Throwable error
        26: .line 863
      StackMap locals: org.eclipse.jetty.server.HttpInput javax.servlet.ReadListener java.lang.Throwable int
      StackMap stack:
            aload 2 /* error */
            ifnull 30
        27: .line 866
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getResponse:()Lorg/eclipse/jetty/server/Response;
            invokevirtual org.eclipse.jetty.server.Response.getHttpFields:()Lorg/eclipse/jetty/http/HttpFields;
            getstatic org.eclipse.jetty.server.HttpConnection.CONNECTION_CLOSE:Lorg/eclipse/jetty/http/HttpField;
            invokevirtual org.eclipse.jetty.http.HttpFields.add:(Lorg/eclipse/jetty/http/HttpField;)V
        28: .line 867
            aload 1 /* listener */
            aload 2 /* error */
            invokeinterface javax.servlet.ReadListener.onError:(Ljava/lang/Throwable;)V
        29: .line 868
            goto 46
        30: .line 869
      StackMap locals:
      StackMap stack:
            iload 3 /* aeof */
            ifeq 33
        31: .line 871
            aload 1 /* listener */
            invokeinterface javax.servlet.ReadListener.onAllDataRead:()V
        32: .line 872
            goto 46
        33: .line 875
      StackMap locals:
      StackMap stack:
            aload 1 /* listener */
            invokeinterface javax.servlet.ReadListener.onDataAvailable:()V
        34: .line 879
            goto 46
        35: .line 880
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 4 /* e */
        start local 4 // java.lang.Throwable e
        36: .line 882
            getstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 4 /* e */
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/String;[Ljava/lang/Object;)V
        37: .line 883
            getstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 4 /* e */
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/Throwable;)V
        38: .line 886
            iload 3 /* aeof */
            ifne 39
            aload 2 /* error */
            ifnonnull 46
        39: .line 888
      StackMap locals: java.lang.Throwable
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._channelState:Lorg/eclipse/jetty/server/HttpChannelState;
            invokevirtual org.eclipse.jetty.server.HttpChannelState.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getResponse:()Lorg/eclipse/jetty/server/Response;
            invokevirtual org.eclipse.jetty.server.Response.getHttpFields:()Lorg/eclipse/jetty/http/HttpFields;
            getstatic org.eclipse.jetty.server.HttpConnection.CONNECTION_CLOSE:Lorg/eclipse/jetty/http/HttpField;
            invokevirtual org.eclipse.jetty.http.HttpFields.add:(Lorg/eclipse/jetty/http/HttpField;)V
        40: .line 889
            aload 1 /* listener */
            aload 4 /* e */
            invokeinterface javax.servlet.ReadListener.onError:(Ljava/lang/Throwable;)V
        41: .line 891
            goto 46
        42: .line 892
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 5 /* e2 */
        start local 5 // java.lang.Throwable e2
        43: .line 894
            getstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 5 /* e2 */
            invokevirtual java.lang.Throwable.toString:()Ljava/lang/String;
            iconst_0
            anewarray java.lang.Object
            invokeinterface org.eclipse.jetty.util.log.Logger.warn:(Ljava/lang/String;[Ljava/lang/Object;)V
        44: .line 895
            getstatic org.eclipse.jetty.server.HttpInput.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 5 /* e2 */
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/Throwable;)V
        45: .line 896
            new org.eclipse.jetty.io.RuntimeIOException
            dup
            aload 5 /* e2 */
            invokespecial org.eclipse.jetty.io.RuntimeIOException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 5 // java.lang.Throwable e2
        end local 4 // java.lang.Throwable e
        46: .line 899
      StackMap locals:
      StackMap stack:
            return
        end local 3 // boolean aeof
        end local 2 // java.lang.Throwable error
        end local 1 // javax.servlet.ReadListener listener
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   47     0      this  Lorg/eclipse/jetty/server/HttpInput;
            3   24     1  listener  Ljavax/servlet/ReadListener;
           26   47     1  listener  Ljavax/servlet/ReadListener;
           10   24     2     error  Ljava/lang/Throwable;
           26   47     2     error  Ljava/lang/Throwable;
            1   47     3      aeof  Z
           12   22     5   content  Lorg/eclipse/jetty/server/HttpInput$Content;
           36   46     4         e  Ljava/lang/Throwable;
           43   46     5        e2  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           2     5      24  any
           6    14      24  any
          15    23      24  any
          24    25      24  any
          26    34      35  Class java.lang.Throwable
          38    41      42  Class java.lang.Throwable

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=1
        start local 0 // org.eclipse.jetty.server.HttpInput this
         0: .line 908
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            dup
            astore 6
            monitorenter
         1: .line 910
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._state:Lorg/eclipse/jetty/server/HttpInput$State;
            astore 1 /* state */
        start local 1 // org.eclipse.jetty.server.HttpInput$State state
         2: .line 911
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._contentConsumed:J
            lstore 2 /* consumed */
        start local 2 // long consumed
         3: .line 912
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            invokeinterface java.util.Deque.size:()I
            istore 4 /* q */
        start local 4 // int q
         4: .line 913
            aload 0 /* this */
            getfield org.eclipse.jetty.server.HttpInput._inputQ:Ljava/util/Deque;
            invokeinterface java.util.Deque.peekFirst:()Ljava/lang/Object;
            checkcast org.eclipse.jetty.server.HttpInput$Content
            astore 5 /* content */
        start local 5 // org.eclipse.jetty.server.HttpInput$Content content
         5: .line 908
            aload 6
            monitorexit
         6: goto 9
        end local 5 // org.eclipse.jetty.server.HttpInput$Content content
        end local 4 // int q
        end local 2 // long consumed
        end local 1 // org.eclipse.jetty.server.HttpInput$State state
      StackMap locals: org.eclipse.jetty.server.HttpInput top top top top top java.util.Deque
      StackMap stack: java.lang.Throwable
         7: aload 6
            monitorexit
         8: athrow
        start local 1 // org.eclipse.jetty.server.HttpInput$State state
        start local 2 // long consumed
        start local 4 // int q
        start local 5 // org.eclipse.jetty.server.HttpInput$Content content
         9: .line 915
      StackMap locals: org.eclipse.jetty.server.HttpInput org.eclipse.jetty.server.HttpInput$State long int org.eclipse.jetty.server.HttpInput$Content
      StackMap stack:
            ldc "%s@%x[c=%d,q=%d,[0]=%s,s=%s]"
            bipush 6
            anewarray java.lang.Object
            dup
            iconst_0
        10: .line 916
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
        11: .line 917
            aload 0 /* this */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
        12: .line 918
            lload 2 /* consumed */
            invokestatic java.lang.Long.valueOf:(J)Ljava/lang/Long;
            aastore
            dup
            iconst_3
        13: .line 919
            iload 4 /* q */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_4
        14: .line 920
            aload 5 /* content */
            aastore
            dup
            iconst_5
        15: .line 921
            aload 1 /* state */
            aastore
        16: .line 915
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 5 // org.eclipse.jetty.server.HttpInput$Content content
        end local 4 // int q
        end local 2 // long consumed
        end local 1 // org.eclipse.jetty.server.HttpInput$State state
        end local 0 // org.eclipse.jetty.server.HttpInput this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   17     0      this  Lorg/eclipse/jetty/server/HttpInput;
            2    7     1     state  Lorg/eclipse/jetty/server/HttpInput$State;
            9   17     1     state  Lorg/eclipse/jetty/server/HttpInput$State;
            3    7     2  consumed  J
            9   17     2  consumed  J
            4    7     4         q  I
            9   17     4         q  I
            5    7     5   content  Lorg/eclipse/jetty/server/HttpInput$Content;
            9   17     5   content  Lorg/eclipse/jetty/server/HttpInput$Content;
      Exception table:
        from    to  target  type
           1     6       7  any
           7     8       7  any
}
SourceFile: "HttpInput.java"
NestMembers:
  org.eclipse.jetty.server.HttpInput$1  org.eclipse.jetty.server.HttpInput$2  org.eclipse.jetty.server.HttpInput$3  org.eclipse.jetty.server.HttpInput$4  org.eclipse.jetty.server.HttpInput$5  org.eclipse.jetty.server.HttpInput$ChainedInterceptor  org.eclipse.jetty.server.HttpInput$Content  org.eclipse.jetty.server.HttpInput$EOFState  org.eclipse.jetty.server.HttpInput$EofContent  org.eclipse.jetty.server.HttpInput$ErrorState  org.eclipse.jetty.server.HttpInput$Interceptor  org.eclipse.jetty.server.HttpInput$SentinelContent  org.eclipse.jetty.server.HttpInput$State
InnerClasses:
  org.eclipse.jetty.server.HttpInput$1
  org.eclipse.jetty.server.HttpInput$2
  org.eclipse.jetty.server.HttpInput$3
  org.eclipse.jetty.server.HttpInput$4
  org.eclipse.jetty.server.HttpInput$5
  public ChainedInterceptor = org.eclipse.jetty.server.HttpInput$ChainedInterceptor of org.eclipse.jetty.server.HttpInput
  public Content = org.eclipse.jetty.server.HttpInput$Content of org.eclipse.jetty.server.HttpInput
  protected EOFState = org.eclipse.jetty.server.HttpInput$EOFState of org.eclipse.jetty.server.HttpInput
  public EofContent = org.eclipse.jetty.server.HttpInput$EofContent of org.eclipse.jetty.server.HttpInput
  protected ErrorState = org.eclipse.jetty.server.HttpInput$ErrorState of org.eclipse.jetty.server.HttpInput
  public abstract Interceptor = org.eclipse.jetty.server.HttpInput$Interceptor of org.eclipse.jetty.server.HttpInput
  public SentinelContent = org.eclipse.jetty.server.HttpInput$SentinelContent of org.eclipse.jetty.server.HttpInput
  protected abstract State = org.eclipse.jetty.server.HttpInput$State of org.eclipse.jetty.server.HttpInput