public class io.undertow.server.protocol.ajp.AjpServerRequestConduit extends org.xnio.conduits.AbstractStreamSourceConduit<org.xnio.conduits.StreamSourceConduit>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: io.undertow.server.protocol.ajp.AjpServerRequestConduit
  super_class: org.xnio.conduits.AbstractStreamSourceConduit
{
  private static final java.nio.ByteBuffer READ_BODY_CHUNK;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final int HEADER_LENGTH;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 6

  private static final long STATE_READING;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: -9223372036854775808

  private static final long STATE_SEND_REQUIRED;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4611686018427387904

  private static final long STATE_FINISHED;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 2305843009213693952

  private static final long STATE_MASK;
    descriptor: J
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private final io.undertow.server.HttpServerExchange exchange;
    descriptor: Lio/undertow/server/HttpServerExchange;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.undertow.server.protocol.ajp.AjpServerResponseConduit ajpResponseConduit;
    descriptor: Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.nio.ByteBuffer headerBuffer;
    descriptor: Ljava/nio/ByteBuffer;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.undertow.conduits.ConduitListener<? super io.undertow.server.protocol.ajp.AjpServerRequestConduit> finishListener;
    descriptor: Lio/undertow/conduits/ConduitListener;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lio/undertow/conduits/ConduitListener<-Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;>;

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

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=1, args_size=0
         0: .line 46
            ldc Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic io.undertow.server.protocol.ajp.AjpServerRequestConduit.$assertionsDisabled:Z
         3: .line 51
            bipush 7
            invokestatic java.nio.ByteBuffer.allocateDirect:(I)Ljava/nio/ByteBuffer;
            astore 0 /* readBody */
        start local 0 // java.nio.ByteBuffer readBody
         4: .line 52
            aload 0 /* readBody */
            bipush 65
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         5: .line 53
            aload 0 /* readBody */
            bipush 66
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         6: .line 54
            aload 0 /* readBody */
            iconst_0
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         7: .line 55
            aload 0 /* readBody */
            iconst_3
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         8: .line 56
            aload 0 /* readBody */
            bipush 6
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
         9: .line 57
            aload 0 /* readBody */
            bipush 31
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        10: .line 58
            aload 0 /* readBody */
            bipush -6
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        11: .line 59
            aload 0 /* readBody */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        12: .line 60
            aload 0 /* readBody */
            putstatic io.undertow.server.protocol.ajp.AjpServerRequestConduit.READ_BODY_CHUNK:Ljava/nio/ByteBuffer;
        end local 0 // java.nio.ByteBuffer readBody
        13: .line 82
            iconst_0
            bipush 60
            invokestatic org.xnio.Bits.longBitMask:(II)J
            putstatic io.undertow.server.protocol.ajp.AjpServerRequestConduit.STATE_MASK:J
            return
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            4   13     0  readBody  Ljava/nio/ByteBuffer;

  public void <init>(org.xnio.conduits.StreamSourceConduit, io.undertow.server.HttpServerExchange, io.undertow.server.protocol.ajp.AjpServerResponseConduit, java.lang.Long, io.undertow.conduits.ConduitListener<? super io.undertow.server.protocol.ajp.AjpServerRequestConduit>);
    descriptor: (Lorg/xnio/conduits/StreamSourceConduit;Lio/undertow/server/HttpServerExchange;Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;Ljava/lang/Long;Lio/undertow/conduits/ConduitListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=6
        start local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
        start local 1 // org.xnio.conduits.StreamSourceConduit delegate
        start local 2 // io.undertow.server.HttpServerExchange exchange
        start local 3 // io.undertow.server.protocol.ajp.AjpServerResponseConduit ajpResponseConduit
        start local 4 // java.lang.Long size
        start local 5 // io.undertow.conduits.ConduitListener finishListener
         0: .line 113
            aload 0 /* this */
            aload 1 /* delegate */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.<init>:(Lorg/xnio/conduits/StreamSourceConduit;)V
         1: .line 92
            aload 0 /* this */
            bipush 6
            invokestatic java.nio.ByteBuffer.allocateDirect:(I)Ljava/nio/ByteBuffer;
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.headerBuffer:Ljava/nio/ByteBuffer;
         2: .line 114
            aload 0 /* this */
            aload 2 /* exchange */
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
         3: .line 115
            aload 0 /* this */
            aload 3 /* ajpResponseConduit */
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.ajpResponseConduit:Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
         4: .line 116
            aload 0 /* this */
            aload 5 /* finishListener */
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.finishListener:Lio/undertow/conduits/ConduitListener;
         5: .line 117
            aload 4 /* size */
            ifnonnull 9
         6: .line 118
            aload 0 /* this */
            ldc 4611686018427387904
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
         7: .line 119
            aload 0 /* this */
            ldc -1
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.remaining:J
         8: .line 120
            goto 15
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerRequestConduit org.xnio.conduits.StreamSourceConduit io.undertow.server.HttpServerExchange io.undertow.server.protocol.ajp.AjpServerResponseConduit java.lang.Long io.undertow.conduits.ConduitListener
      StackMap stack:
         9: aload 4 /* size */
            invokevirtual java.lang.Long.longValue:()J
            lconst_0
            lcmp
            ifne 13
        10: .line 121
            aload 0 /* this */
            ldc 2305843009213693952
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
        11: .line 122
            aload 0 /* this */
            lconst_0
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.remaining:J
        12: .line 123
            goto 15
        13: .line 124
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            ldc -9223372036854775808
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
        14: .line 125
            aload 0 /* this */
            aload 4 /* size */
            invokevirtual java.lang.Long.longValue:()J
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.remaining:J
        15: .line 127
      StackMap locals:
      StackMap stack:
            return
        end local 5 // io.undertow.conduits.ConduitListener finishListener
        end local 4 // java.lang.Long size
        end local 3 // io.undertow.server.protocol.ajp.AjpServerResponseConduit ajpResponseConduit
        end local 2 // io.undertow.server.HttpServerExchange exchange
        end local 1 // org.xnio.conduits.StreamSourceConduit delegate
        end local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
      LocalVariableTable:
        Start  End  Slot                Name  Signature
            0   16     0                this  Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
            0   16     1            delegate  Lorg/xnio/conduits/StreamSourceConduit;
            0   16     2            exchange  Lio/undertow/server/HttpServerExchange;
            0   16     3  ajpResponseConduit  Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            0   16     4                size  Ljava/lang/Long;
            0   16     5      finishListener  Lio/undertow/conduits/ConduitListener<-Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;>;
    Signature: (Lorg/xnio/conduits/StreamSourceConduit;Lio/undertow/server/HttpServerExchange;Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;Ljava/lang/Long;Lio/undertow/conduits/ConduitListener<-Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;>;)V
    MethodParameters:
                    Name  Flags
      delegate            final
      exchange            
      ajpResponseConduit  
      size                
      finishListener      

  public long transferTo(long, long, java.nio.channels.FileChannel);
    descriptor: (JJLjava/nio/channels/FileChannel;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
        start local 1 // long position
        start local 3 // long count
        start local 5 // java.nio.channels.FileChannel target
         0: .line 132
            aload 5 /* target */
            new org.xnio.conduits.ConduitReadableByteChannel
            dup
            aload 0 /* this */
            invokespecial org.xnio.conduits.ConduitReadableByteChannel.<init>:(Lorg/xnio/conduits/StreamSourceConduit;)V
            lload 1 /* position */
            lload 3 /* count */
            invokevirtual java.nio.channels.FileChannel.transferFrom:(Ljava/nio/channels/ReadableByteChannel;JJ)J
         1: lreturn
         2: .line 133
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 6 /* e */
        start local 6 // java.lang.Exception e
         3: .line 134
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getConnection:()Lio/undertow/server/ServerConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         4: .line 135
            aload 6 /* e */
            athrow
        end local 6 // java.lang.Exception e
        end local 5 // java.nio.channels.FileChannel target
        end local 3 // long count
        end local 1 // long position
        end local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
            0    5     1  position  J
            0    5     3     count  J
            0    5     5    target  Ljava/nio/channels/FileChannel;
            3    5     6         e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
           0     1       2  Class java.lang.RuntimeException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      position  
      count     
      target    

  public long transferTo(long, java.nio.ByteBuffer, org.xnio.channels.StreamSinkChannel);
    descriptor: (JLjava/nio/ByteBuffer;Lorg/xnio/channels/StreamSinkChannel;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
        start local 1 // long count
        start local 3 // java.nio.ByteBuffer throughBuffer
        start local 4 // org.xnio.channels.StreamSinkChannel target
         0: .line 142
            new org.xnio.conduits.ConduitReadableByteChannel
            dup
            aload 0 /* this */
            invokespecial org.xnio.conduits.ConduitReadableByteChannel.<init>:(Lorg/xnio/conduits/StreamSourceConduit;)V
            lload 1 /* count */
            aload 3 /* throughBuffer */
            aload 4 /* target */
            invokestatic org.xnio.IoUtils.transfer:(Ljava/nio/channels/ReadableByteChannel;JLjava/nio/ByteBuffer;Ljava/nio/channels/WritableByteChannel;)J
         1: lreturn
         2: .line 143
      StackMap locals:
      StackMap stack: java.lang.Exception
            astore 5 /* e */
        start local 5 // java.lang.Exception e
         3: .line 144
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getConnection:()Lio/undertow/server/ServerConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         4: .line 145
            aload 5 /* e */
            athrow
        end local 5 // java.lang.Exception e
        end local 4 // org.xnio.channels.StreamSinkChannel target
        end local 3 // java.nio.ByteBuffer throughBuffer
        end local 1 // long count
        end local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
            0    5     1          count  J
            0    5     3  throughBuffer  Ljava/nio/ByteBuffer;
            0    5     4         target  Lorg/xnio/channels/StreamSinkChannel;
            3    5     5              e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     1       2  Class java.io.IOException
           0     1       2  Class java.lang.RuntimeException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      count          
      throughBuffer  
      target         

  public void terminateReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
         0: .line 151
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.isPersistent:()Z
            ifeq 2
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
            ldc 2305843009213693952
            invokestatic org.xnio.Bits.anyAreSet:(JJ)Z
            ifeq 2
         1: .line 152
            return
         2: .line 154
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.terminateReads:()V
         3: .line 155
            return
        end local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
    Exceptions:
      throws java.io.IOException

  public long read(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=8, args_size=4
        start local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
        start local 1 // java.nio.ByteBuffer[] dsts
        start local 2 // int offset
        start local 3 // int length
         0: .line 160
            lconst_0
            lstore 4 /* total */
        start local 4 // long total
         1: .line 161
            iload 2 /* offset */
            istore 6 /* i */
        start local 6 // int i
         2: goto 13
         3: .line 163
      StackMap locals: long int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* dsts */
            iload 6 /* i */
            aaload
            invokevirtual io.undertow.server.protocol.ajp.AjpServerRequestConduit.read:(Ljava/nio/ByteBuffer;)I
            istore 7 /* r */
        start local 7 // int r
         4: .line 164
            iload 7 /* r */
            ifgt 7
            lload 4 /* total */
            lconst_0
            lcmp
            ifle 7
         5: .line 165
            lload 4 /* total */
         6: lreturn
         7: .line 166
      StackMap locals: int
      StackMap stack:
            iload 7 /* r */
            ifgt 10
         8: .line 167
            iload 7 /* r */
            i2l
         9: lreturn
        10: .line 169
      StackMap locals:
      StackMap stack:
            lload 4 /* total */
            iload 7 /* r */
            i2l
            ladd
            lstore 4 /* total */
        end local 7 // int r
        11: .line 162
      StackMap locals:
      StackMap stack:
            aload 1 /* dsts */
            iload 6 /* i */
            aaload
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifne 3
        12: .line 161
            iinc 6 /* i */ 1
      StackMap locals:
      StackMap stack:
        13: iload 6 /* i */
            iload 3 /* length */
            if_icmplt 11
        end local 6 // int i
        14: .line 173
            lload 4 /* total */
        15: lreturn
        end local 4 // long total
        16: .line 174
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerRequestConduit java.nio.ByteBuffer[] int int
      StackMap stack: java.lang.Exception
            astore 4 /* e */
        start local 4 // java.lang.Exception e
        17: .line 175
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getConnection:()Lio/undertow/server/ServerConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        18: .line 176
            aload 4 /* e */
            athrow
        end local 4 // java.lang.Exception e
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] dsts
        end local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   19     0    this  Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
            0   19     1    dsts  [Ljava/nio/ByteBuffer;
            0   19     2  offset  I
            0   19     3  length  I
            1   16     4   total  J
            2   14     6       i  I
            4   11     7       r  I
           17   19     4       e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     6      16  Class java.io.IOException
           7     9      16  Class java.io.IOException
          10    15      16  Class java.io.IOException
           0     6      16  Class java.lang.RuntimeException
           7     9      16  Class java.lang.RuntimeException
          10    15      16  Class java.lang.RuntimeException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      dsts    
      offset  
      length  

  public int read(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=4, args_size=2
        start local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 183
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
            lstore 2 /* state */
        start local 2 // long state
         1: .line 184
            lload 2 /* state */
            ldc 2305843009213693952
            invokestatic org.xnio.Bits.anyAreSet:(JJ)Z
            ifeq 3
         2: .line 185
            iconst_m1
            ireturn
         3: .line 186
      StackMap locals: long
      StackMap stack:
            lload 2 /* state */
            ldc 4611686018427387904
            invokestatic org.xnio.Bits.anyAreSet:(JJ)Z
            ifeq 12
         4: .line 187
            aload 0 /* this */
            lload 2 /* state */
            getstatic io.undertow.server.protocol.ajp.AjpServerRequestConduit.STATE_MASK:J
            land
            ldc -9223372036854775808
            lor
            dup2_x1
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
            lstore 2 /* state */
         5: .line 188
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.ajpResponseConduit:Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.isWriteShutdown:()Z
            ifeq 10
         6: .line 189
            aload 0 /* this */
            ldc 2305843009213693952
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
         7: .line 190
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            ifnull 9
         8: .line 191
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            aload 0 /* this */
            invokeinterface io.undertow.conduits.ConduitListener.handleEvent:(Lorg/xnio/conduits/Conduit;)V
         9: .line 193
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        10: .line 195
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.ajpResponseConduit:Lio/undertow/server/protocol/ajp/AjpServerResponseConduit;
            getstatic io.undertow.server.protocol.ajp.AjpServerRequestConduit.READ_BODY_CHUNK:Ljava/nio/ByteBuffer;
            invokevirtual java.nio.ByteBuffer.duplicate:()Ljava/nio/ByteBuffer;
            aload 0 /* this */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerResponseConduit.doGetRequestBodyChunk:(Ljava/nio/ByteBuffer;Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;)Z
            ifne 12
        11: .line 196
            iconst_0
            ireturn
        12: .line 200
      StackMap locals:
      StackMap stack:
            lload 2 /* state */
            ldc -9223372036854775808
            invokestatic org.xnio.Bits.anyAreSet:(JJ)Z
            ifeq 15
        13: .line 201
            aload 0 /* this */
            aload 1 /* dst */
            lload 2 /* state */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerRequestConduit.doRead:(Ljava/nio/ByteBuffer;J)I
        14: ireturn
        15: .line 203
      StackMap locals:
      StackMap stack:
            getstatic io.undertow.server.protocol.ajp.AjpServerRequestConduit.$assertionsDisabled:Z
            ifne 16
            ldc 2305843009213693952
            lload 2 /* state */
            lcmp
            ifeq 16
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
        16: .line 204
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 2 // long state
        17: .line 205
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerRequestConduit java.nio.ByteBuffer
      StackMap stack: java.lang.Exception
            astore 2 /* e */
        start local 2 // java.lang.Exception e
        18: .line 206
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getConnection:()Lio/undertow/server/ServerConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        19: .line 207
            aload 2 /* e */
            athrow
        end local 2 // java.lang.Exception e
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   20     0   this  Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
            0   20     1    dst  Ljava/nio/ByteBuffer;
            1   17     2  state  J
           18   20     2      e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2      17  Class java.io.IOException
           3     9      17  Class java.io.IOException
          10    11      17  Class java.io.IOException
          12    14      17  Class java.io.IOException
          15    16      17  Class java.io.IOException
           0     2      17  Class java.lang.RuntimeException
           3     9      17  Class java.lang.RuntimeException
          10    11      17  Class java.lang.RuntimeException
          12    14      17  Class java.lang.RuntimeException
          15    16      17  Class java.lang.RuntimeException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dst   

  private int doRead(java.nio.ByteBuffer, long);
    descriptor: (Ljava/nio/ByteBuffer;J)I
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=17, args_size=3
        start local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
        start local 1 // java.nio.ByteBuffer dst
        start local 2 // long state
         0: .line 212
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.headerBuffer:Ljava/nio/ByteBuffer;
            astore 4 /* headerBuffer */
        start local 4 // java.nio.ByteBuffer headerBuffer
         1: .line 213
            bipush 6
            aload 4 /* headerBuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            isub
            i2l
            lstore 5 /* headerRead */
        start local 5 // long headerRead
         2: .line 214
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.remaining:J
            lstore 7 /* remaining */
        start local 7 // long remaining
         3: .line 215
            lload 7 /* remaining */
            lconst_0
            lcmp
            ifne 8
         4: .line 216
            aload 0 /* this */
            ldc 2305843009213693952
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
         5: .line 217
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            ifnull 7
         6: .line 218
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            aload 0 /* this */
            invokeinterface io.undertow.conduits.ConduitListener.handleEvent:(Lorg/xnio/conduits/Conduit;)V
         7: .line 220
      StackMap locals: java.nio.ByteBuffer long long
      StackMap stack:
            iconst_m1
            ireturn
         8: .line 223
      StackMap locals:
      StackMap stack:
            lload 5 /* headerRead */
            ldc 6
            lcmp
            ifeq 65
         9: .line 224
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSourceConduit
            aload 4 /* headerBuffer */
            invokeinterface org.xnio.conduits.StreamSourceConduit.read:(Ljava/nio/ByteBuffer;)I
            istore 11 /* read */
        start local 11 // int read
        10: .line 225
            iload 11 /* read */
            iconst_m1
            if_icmpne 15
        11: .line 226
            aload 0 /* this */
            ldc 2305843009213693952
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
        12: .line 227
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            ifnull 14
        13: .line 228
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            aload 0 /* this */
            invokeinterface io.undertow.conduits.ConduitListener.handleEvent:(Lorg/xnio/conduits/Conduit;)V
        14: .line 230
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerRequestConduit java.nio.ByteBuffer long java.nio.ByteBuffer long long top top int
      StackMap stack:
            new java.nio.channels.ClosedChannelException
            dup
            invokespecial java.nio.channels.ClosedChannelException.<init>:()V
            athrow
        15: .line 231
      StackMap locals:
      StackMap stack:
            aload 4 /* headerBuffer */
            invokevirtual java.nio.ByteBuffer.hasRemaining:()Z
            ifeq 37
        16: .line 232
            aload 4 /* headerBuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_2
            if_icmpgt 36
        17: .line 235
            aload 4 /* headerBuffer */
            iconst_0
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 12 /* b1 */
        start local 12 // byte b1
        18: .line 236
            aload 4 /* headerBuffer */
            iconst_1
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 13 /* b2 */
        start local 13 // byte b2
        19: .line 237
            iload 12 /* b1 */
            bipush 18
            if_icmpne 20
            iload 13 /* b2 */
            bipush 52
            if_icmpeq 21
        20: .line 238
      StackMap locals: int int
      StackMap stack:
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            iload 12 /* b1 */
            sipush 255
            iand
            bipush 8
            ishl
            iload 13 /* b2 */
            sipush 255
            iand
            ior
            invokeinterface io.undertow.UndertowMessages.wrongMagicNumber:(I)Ljava/io/IOException;
            athrow
        21: .line 240
      StackMap locals:
      StackMap stack:
            aload 4 /* headerBuffer */
            iconst_2
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 12 /* b1 */
        22: .line 241
            aload 4 /* headerBuffer */
            iconst_3
            invokevirtual java.nio.ByteBuffer.get:(I)B
            istore 13 /* b2 */
        23: .line 242
            iload 12 /* b1 */
            sipush 255
            iand
            bipush 8
            ishl
            iload 13 /* b2 */
            sipush 255
            iand
            ior
            istore 14 /* totalSize */
        start local 14 // int totalSize
        24: .line 243
            iload 14 /* totalSize */
            ifne 36
        25: .line 244
            aload 4 /* headerBuffer */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            iconst_2
            if_icmpge 31
        26: .line 245
            iconst_1
            newarray 8
            astore 15 /* data */
        start local 15 // byte[] data
        27: .line 246
            aload 15 /* data */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 16 /* bb */
        start local 16 // java.nio.ByteBuffer bb
        28: .line 247
            aload 16 /* bb */
            aload 4 /* headerBuffer */
            iconst_4
            invokevirtual java.nio.ByteBuffer.get:(I)B
            invokevirtual java.nio.ByteBuffer.put:(B)Ljava/nio/ByteBuffer;
            pop
        29: .line 248
            aload 16 /* bb */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        30: .line 249
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
            iconst_1
            anewarray io.undertow.connector.PooledByteBuffer
            dup
            iconst_0
            new io.undertow.util.ImmediatePooledByteBuffer
            dup
            aload 16 /* bb */
            invokespecial io.undertow.util.ImmediatePooledByteBuffer.<init>:(Ljava/nio/ByteBuffer;)V
            aastore
            invokestatic io.undertow.server.Connectors.ungetRequestBytes:(Lio/undertow/server/HttpServerExchange;[Lio/undertow/connector/PooledByteBuffer;)V
        end local 16 // java.nio.ByteBuffer bb
        end local 15 // byte[] data
        31: .line 251
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            lconst_0
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.remaining:J
        32: .line 252
            aload 0 /* this */
            ldc 2305843009213693952
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
        33: .line 254
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            ifnull 35
        34: .line 255
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            aload 0 /* this */
            invokeinterface io.undertow.conduits.ConduitListener.handleEvent:(Lorg/xnio/conduits/Conduit;)V
        35: .line 257
      StackMap locals:
      StackMap stack:
            iconst_m1
            ireturn
        end local 14 // int totalSize
        end local 13 // byte b2
        end local 12 // byte b1
        36: .line 261
      StackMap locals:
      StackMap stack:
            iconst_0
            ireturn
        37: .line 263
      StackMap locals:
      StackMap stack:
            aload 4 /* headerBuffer */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        38: .line 264
            aload 4 /* headerBuffer */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 12 /* b1 */
        start local 12 // byte b1
        39: .line 265
            aload 4 /* headerBuffer */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 13 /* b2 */
        start local 13 // byte b2
        40: .line 266
            iload 12 /* b1 */
            bipush 18
            if_icmpne 41
            iload 13 /* b2 */
            bipush 52
            if_icmpeq 42
        41: .line 267
      StackMap locals: int int
      StackMap stack:
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            iload 12 /* b1 */
            sipush 255
            iand
            bipush 8
            ishl
            iload 13 /* b2 */
            sipush 255
            iand
            ior
            invokeinterface io.undertow.UndertowMessages.wrongMagicNumber:(I)Ljava/io/IOException;
            athrow
        42: .line 269
      StackMap locals:
      StackMap stack:
            aload 4 /* headerBuffer */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 12 /* b1 */
        43: .line 270
            aload 4 /* headerBuffer */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 13 /* b2 */
        44: .line 271
            iload 12 /* b1 */
            sipush 255
            iand
            bipush 8
            ishl
            iload 13 /* b2 */
            sipush 255
            iand
            ior
            istore 14 /* totalSize */
        start local 14 // int totalSize
        45: .line 272
            iload 14 /* totalSize */
            ifne 56
        46: .line 273
            iconst_2
            newarray 8
            astore 15 /* data */
        start local 15 // byte[] data
        47: .line 274
            aload 15 /* data */
            invokestatic java.nio.ByteBuffer.wrap:([B)Ljava/nio/ByteBuffer;
            astore 16 /* bb */
        start local 16 // java.nio.ByteBuffer bb
        48: .line 275
            aload 16 /* bb */
            aload 4 /* headerBuffer */
            invokevirtual java.nio.ByteBuffer.put:(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
            pop
        49: .line 276
            aload 16 /* bb */
            invokevirtual java.nio.ByteBuffer.flip:()Ljava/nio/Buffer;
            pop
        50: .line 277
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
            iconst_1
            anewarray io.undertow.connector.PooledByteBuffer
            dup
            iconst_0
            new io.undertow.util.ImmediatePooledByteBuffer
            dup
            aload 16 /* bb */
            invokespecial io.undertow.util.ImmediatePooledByteBuffer.<init>:(Ljava/nio/ByteBuffer;)V
            aastore
            invokestatic io.undertow.server.Connectors.ungetRequestBytes:(Lio/undertow/server/HttpServerExchange;[Lio/undertow/connector/PooledByteBuffer;)V
        51: .line 278
            aload 0 /* this */
            lconst_0
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.remaining:J
        52: .line 279
            aload 0 /* this */
            ldc 2305843009213693952
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
        53: .line 281
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            ifnull 55
        54: .line 282
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            aload 0 /* this */
            invokeinterface io.undertow.conduits.ConduitListener.handleEvent:(Lorg/xnio/conduits/Conduit;)V
        55: .line 284
      StackMap locals: int byte[] java.nio.ByteBuffer
      StackMap stack:
            iconst_m1
            ireturn
        end local 16 // java.nio.ByteBuffer bb
        end local 15 // byte[] data
        56: .line 287
      StackMap locals:
      StackMap stack:
            aload 4 /* headerBuffer */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 12 /* b1 */
        57: .line 288
            aload 4 /* headerBuffer */
            invokevirtual java.nio.ByteBuffer.get:()B
            istore 13 /* b2 */
        58: .line 289
            iload 12 /* b1 */
            sipush 255
            iand
            bipush 8
            ishl
            iload 13 /* b2 */
            sipush 255
            iand
            ior
            i2l
            lstore 9 /* chunkRemaining */
        start local 9 // long chunkRemaining
        59: .line 290
            lload 9 /* chunkRemaining */
            lconst_0
            lcmp
            ifne 66
        60: .line 291
            aload 0 /* this */
            lconst_0
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.remaining:J
        61: .line 292
            aload 0 /* this */
            ldc 2305843009213693952
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
        62: .line 294
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            ifnull 64
        63: .line 295
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.finishListener:Lio/undertow/conduits/ConduitListener;
            aload 0 /* this */
            invokeinterface io.undertow.conduits.ConduitListener.handleEvent:(Lorg/xnio/conduits/Conduit;)V
        64: .line 297
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerRequestConduit java.nio.ByteBuffer long java.nio.ByteBuffer long long long int int int int
      StackMap stack:
            iconst_m1
            ireturn
        end local 14 // int totalSize
        end local 13 // byte b2
        end local 12 // byte b1
        end local 11 // int read
        end local 9 // long chunkRemaining
        65: .line 301
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerRequestConduit java.nio.ByteBuffer long java.nio.ByteBuffer long long
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
            getstatic io.undertow.server.protocol.ajp.AjpServerRequestConduit.STATE_MASK:J
            land
            lstore 9 /* chunkRemaining */
        start local 9 // long chunkRemaining
        66: .line 304
      StackMap locals: long
      StackMap stack:
            aload 1 /* dst */
            invokevirtual java.nio.ByteBuffer.limit:()I
            istore 11 /* limit */
        start local 11 // int limit
        67: .line 306
            aload 1 /* dst */
            invokevirtual java.nio.ByteBuffer.remaining:()I
            i2l
            lload 9 /* chunkRemaining */
            lcmp
            ifle 69
        68: .line 307
            aload 1 /* dst */
            aload 1 /* dst */
            invokevirtual java.nio.ByteBuffer.position:()I
            i2l
            lload 9 /* chunkRemaining */
            ladd
            l2i
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        69: .line 309
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSourceConduit
            aload 1 /* dst */
            invokeinterface org.xnio.conduits.StreamSourceConduit.read:(Ljava/nio/ByteBuffer;)I
            istore 12 /* read */
        start local 12 // int read
        70: .line 310
            lload 9 /* chunkRemaining */
            iload 12 /* read */
            i2l
            lsub
            lstore 9 /* chunkRemaining */
        71: .line 311
            lload 7 /* remaining */
            ldc -1
            lcmp
            ifeq 73
        72: .line 312
            lload 7 /* remaining */
            iload 12 /* read */
            i2l
            lsub
            lstore 7 /* remaining */
        73: .line 314
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.totalRead:J
            iload 12 /* read */
            i2l
            ladd
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.totalRead:J
        74: .line 315
            lload 7 /* remaining */
            lconst_0
            lcmp
            ifeq 80
        75: .line 316
            lload 9 /* chunkRemaining */
            lconst_0
            lcmp
            ifne 79
        76: .line 317
            aload 4 /* headerBuffer */
            invokevirtual java.nio.ByteBuffer.clear:()Ljava/nio/Buffer;
            pop
        77: .line 318
            aload 0 /* this */
            ldc 4611686018427387904
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
        78: .line 319
            goto 80
        79: .line 320
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            lload 2 /* state */
            getstatic io.undertow.server.protocol.ajp.AjpServerRequestConduit.STATE_MASK:J
            ldc -1
            lxor
            land
            lload 9 /* chunkRemaining */
            lor
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
        80: .line 323
      StackMap locals:
      StackMap stack:
            iload 12 /* read */
            istore 14
        81: .line 325
            aload 0 /* this */
            lload 7 /* remaining */
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.remaining:J
        82: .line 326
            aload 1 /* dst */
            iload 11 /* limit */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        83: .line 327
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getMaxEntitySize:()J
            lstore 15 /* maxEntitySize */
        start local 15 // long maxEntitySize
        84: .line 328
            lload 15 /* maxEntitySize */
            lconst_0
            lcmp
            ifle 89
        85: .line 329
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.totalRead:J
            lload 15 /* maxEntitySize */
            lcmp
            ifle 89
        86: .line 331
            aload 0 /* this */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerRequestConduit.terminateReads:()V
        87: .line 332
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
            iconst_0
            invokevirtual io.undertow.server.HttpServerExchange.setPersistent:(Z)Lio/undertow/server/HttpServerExchange;
            pop
        88: .line 333
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            lload 15 /* maxEntitySize */
            invokeinterface io.undertow.UndertowMessages.requestEntityWasTooLarge:(J)Lio/undertow/server/RequestTooBigException;
            athrow
        end local 15 // long maxEntitySize
        89: .line 323
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerRequestConduit java.nio.ByteBuffer long java.nio.ByteBuffer long long long int int top int
      StackMap stack:
            iload 14
            ireturn
        end local 12 // int read
        90: .line 324
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerRequestConduit java.nio.ByteBuffer long java.nio.ByteBuffer long long long int
      StackMap stack: java.lang.Throwable
            astore 13
        91: .line 325
            aload 0 /* this */
            lload 7 /* remaining */
            putfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.remaining:J
        92: .line 326
            aload 1 /* dst */
            iload 11 /* limit */
            invokevirtual java.nio.ByteBuffer.limit:(I)Ljava/nio/Buffer;
            pop
        93: .line 327
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getMaxEntitySize:()J
            lstore 15 /* maxEntitySize */
        start local 15 // long maxEntitySize
        94: .line 328
            lload 15 /* maxEntitySize */
            lconst_0
            lcmp
            ifle 99
        95: .line 329
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.totalRead:J
            lload 15 /* maxEntitySize */
            lcmp
            ifle 99
        96: .line 331
            aload 0 /* this */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerRequestConduit.terminateReads:()V
        97: .line 332
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
            iconst_0
            invokevirtual io.undertow.server.HttpServerExchange.setPersistent:(Z)Lio/undertow/server/HttpServerExchange;
            pop
        98: .line 333
            getstatic io.undertow.UndertowMessages.MESSAGES:Lio/undertow/UndertowMessages;
            lload 15 /* maxEntitySize */
            invokeinterface io.undertow.UndertowMessages.requestEntityWasTooLarge:(J)Lio/undertow/server/RequestTooBigException;
            athrow
        end local 15 // long maxEntitySize
        99: .line 336
      StackMap locals: io.undertow.server.protocol.ajp.AjpServerRequestConduit java.nio.ByteBuffer long java.nio.ByteBuffer long long long int top java.lang.Throwable
      StackMap stack:
            aload 13
            athrow
        end local 11 // int limit
        end local 9 // long chunkRemaining
        end local 7 // long remaining
        end local 5 // long headerRead
        end local 4 // java.nio.ByteBuffer headerBuffer
        end local 2 // long state
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0  100     0            this  Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
            0  100     1             dst  Ljava/nio/ByteBuffer;
            0  100     2           state  J
            1  100     4    headerBuffer  Ljava/nio/ByteBuffer;
            2  100     5      headerRead  J
            3  100     7       remaining  J
           59   65     9  chunkRemaining  J
           66  100     9  chunkRemaining  J
           10   65    11            read  I
           18   36    12              b1  B
           19   36    13              b2  B
           24   36    14       totalSize  I
           27   31    15            data  [B
           28   31    16              bb  Ljava/nio/ByteBuffer;
           39   65    12              b1  B
           40   65    13              b2  B
           45   65    14       totalSize  I
           47   56    15            data  [B
           48   56    16              bb  Ljava/nio/ByteBuffer;
           67  100    11           limit  I
           70   90    12            read  I
           84   89    15   maxEntitySize  J
           94   99    15   maxEntitySize  J
      Exception table:
        from    to  target  type
          67    81      90  any
    Exceptions:
      throws java.io.IOException
    MethodParameters:
       Name  Flags
      dst    final
      state  

  public void awaitReadable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
         0: .line 342
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
            ldc -9223372036854775808
            invokestatic org.xnio.Bits.anyAreSet:(JJ)Z
            ifeq 6
         1: .line 343
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSourceConduit
            invokeinterface org.xnio.conduits.StreamSourceConduit.awaitReadable:()V
         2: .line 345
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Exception
         3: astore 1 /* e */
        start local 1 // java.lang.Exception e
         4: .line 346
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getConnection:()Lio/undertow/server/ServerConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         5: .line 347
            aload 1 /* e */
            athrow
        end local 1 // java.lang.Exception e
         6: .line 349
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
            4    6     1     e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
           0     2       3  Class java.lang.RuntimeException
    Exceptions:
      throws java.io.IOException

  public void awaitReadable(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
        start local 1 // long time
        start local 3 // java.util.concurrent.TimeUnit timeUnit
         0: .line 354
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.state:J
            ldc -9223372036854775808
            invokestatic org.xnio.Bits.anyAreSet:(JJ)Z
            ifeq 6
         1: .line 355
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.next:Lorg/xnio/conduits/Conduit;
            checkcast org.xnio.conduits.StreamSourceConduit
            lload 1 /* time */
            aload 3 /* timeUnit */
            invokeinterface org.xnio.conduits.StreamSourceConduit.awaitReadable:(JLjava/util/concurrent/TimeUnit;)V
         2: .line 357
            goto 6
      StackMap locals:
      StackMap stack: java.lang.Exception
         3: astore 4 /* e */
        start local 4 // java.lang.Exception e
         4: .line 358
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getConnection:()Lio/undertow/server/ServerConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         5: .line 359
            aload 4 /* e */
            athrow
        end local 4 // java.lang.Exception e
         6: .line 361
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.util.concurrent.TimeUnit timeUnit
        end local 1 // long time
        end local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
            0    7     1      time  J
            0    7     3  timeUnit  Ljava/util/concurrent/TimeUnit;
            4    6     4         e  Ljava/lang/Exception;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
           0     2       3  Class java.lang.RuntimeException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      time      
      timeUnit  

  void setReadBodyChunkError(java.io.IOException);
    descriptor: (Ljava/io/IOException;)V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
        start local 1 // java.io.IOException e
         0: .line 368
            aload 0 /* this */
            getfield io.undertow.server.protocol.ajp.AjpServerRequestConduit.exchange:Lio/undertow/server/HttpServerExchange;
            invokevirtual io.undertow.server.HttpServerExchange.getConnection:()Lio/undertow/server/ServerConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         1: .line 369
            aload 0 /* this */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerRequestConduit.isReadResumed:()Z
            ifeq 3
         2: .line 370
            aload 0 /* this */
            invokevirtual io.undertow.server.protocol.ajp.AjpServerRequestConduit.wakeupReads:()V
         3: .line 372
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.io.IOException e
        end local 0 // io.undertow.server.protocol.ajp.AjpServerRequestConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/server/protocol/ajp/AjpServerRequestConduit;
            0    4     1     e  Ljava/io/IOException;
    MethodParameters:
      Name  Flags
      e     
}
Signature: Lorg/xnio/conduits/AbstractStreamSourceConduit<Lorg/xnio/conduits/StreamSourceConduit;>;
SourceFile: "AjpServerRequestConduit.java"