public final class io.undertow.conduits.ReadTimeoutStreamSourceConduit extends org.xnio.conduits.AbstractStreamSourceConduit<org.xnio.conduits.StreamSourceConduit>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: io.undertow.conduits.ReadTimeoutStreamSourceConduit
  super_class: org.xnio.conduits.AbstractStreamSourceConduit
{
  private org.xnio.XnioExecutor$Key handle;
    descriptor: Lorg/xnio/XnioExecutor$Key;
    flags: (0x0002) ACC_PRIVATE

  private final org.xnio.StreamConnection connection;
    descriptor: Lorg/xnio/StreamConnection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private volatile long expireTime;
    descriptor: J
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

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

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

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

  public void <init>(org.xnio.conduits.StreamSourceConduit, org.xnio.StreamConnection, io.undertow.server.OpenListener);
    descriptor: (Lorg/xnio/conduits/StreamSourceConduit;Lorg/xnio/StreamConnection;Lio/undertow/server/OpenListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
        start local 1 // org.xnio.conduits.StreamSourceConduit delegate
        start local 2 // org.xnio.StreamConnection connection
        start local 3 // io.undertow.server.OpenListener openListener
         0: .line 82
            aload 0 /* this */
            aload 1 /* delegate */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.<init>:(Lorg/xnio/conduits/StreamSourceConduit;)V
         1: .line 52
            aload 0 /* this */
            ldc -1
            putfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.expireTime:J
         2: .line 57
            aload 0 /* this */
            new io.undertow.conduits.ReadTimeoutStreamSourceConduit$1
            dup
            aload 0 /* this */
            invokespecial io.undertow.conduits.ReadTimeoutStreamSourceConduit$1.<init>:(Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;)V
            putfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.timeoutCommand:Ljava/lang/Runnable;
         3: .line 83
            aload 0 /* this */
            aload 2 /* connection */
            putfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.connection:Lorg/xnio/StreamConnection;
         4: .line 84
            aload 0 /* this */
            aload 3 /* openListener */
            putfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.openListener:Lio/undertow/server/OpenListener;
         5: .line 85
            new org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler
            dup
            aload 2 /* connection */
            invokevirtual org.xnio.StreamConnection.getSourceChannel:()Lorg/xnio/conduits/ConduitStreamSourceChannel;
            invokespecial org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.<init>:(Lorg/xnio/channels/SuspendableReadChannel;)V
            astore 4 /* handler */
        start local 4 // org.xnio.conduits.ReadReadyHandler handler
         6: .line 86
            aload 1 /* delegate */
            new io.undertow.conduits.ReadTimeoutStreamSourceConduit$2
            dup
            aload 0 /* this */
            aload 4 /* handler */
            invokespecial io.undertow.conduits.ReadTimeoutStreamSourceConduit$2.<init>:(Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;Lorg/xnio/conduits/ReadReadyHandler;)V
            invokeinterface org.xnio.conduits.StreamSourceConduit.setReadReadyHandler:(Lorg/xnio/conduits/ReadReadyHandler;)V
         7: .line 104
            return
        end local 4 // org.xnio.conduits.ReadReadyHandler handler
        end local 3 // io.undertow.server.OpenListener openListener
        end local 2 // org.xnio.StreamConnection connection
        end local 1 // org.xnio.conduits.StreamSourceConduit delegate
        end local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    8     0          this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;
            0    8     1      delegate  Lorg/xnio/conduits/StreamSourceConduit;
            0    8     2    connection  Lorg/xnio/StreamConnection;
            0    8     3  openListener  Lio/undertow/server/OpenListener;
            6    8     4       handler  Lorg/xnio/conduits/ReadReadyHandler;
    MethodParameters:
              Name  Flags
      delegate      final
      connection    
      openListener  

  private void handleReadTimeout(long);
    descriptor: (J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=2
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
        start local 1 // long ret
         0: .line 107
            aload 0 /* this */
            getfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.connection:Lorg/xnio/StreamConnection;
            invokevirtual org.xnio.StreamConnection.isOpen:()Z
            ifne 3
         1: .line 108
            aload 0 /* this */
            invokevirtual io.undertow.conduits.ReadTimeoutStreamSourceConduit.cleanup:()V
         2: .line 109
            return
         3: .line 111
      StackMap locals:
      StackMap stack:
            lload 1 /* ret */
            ldc -1
            lcmp
            ifne 6
         4: .line 112
            aload 0 /* this */
            invokevirtual io.undertow.conduits.ReadTimeoutStreamSourceConduit.cleanup:()V
         5: .line 113
            return
         6: .line 115
      StackMap locals:
      StackMap stack:
            lload 1 /* ret */
            lconst_0
            lcmp
            ifne 8
            aload 0 /* this */
            getfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.handle:Lorg/xnio/XnioExecutor$Key;
            ifnull 8
         7: .line 116
            return
         8: .line 118
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.undertow.conduits.ReadTimeoutStreamSourceConduit.getTimeout:()Ljava/lang/Integer;
            astore 3 /* timeout */
        start local 3 // java.lang.Integer timeout
         9: .line 119
            aload 3 /* timeout */
            ifnull 10
            aload 3 /* timeout */
            invokevirtual java.lang.Integer.intValue:()I
            ifgt 11
        10: .line 120
      StackMap locals: java.lang.Integer
      StackMap stack:
            return
        11: .line 122
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 4 /* currentTime */
        start local 4 // long currentTime
        12: .line 123
            aload 0 /* this */
            getfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.expireTime:J
            lstore 6 /* expireTimeVar */
        start local 6 // long expireTimeVar
        13: .line 124
            lload 6 /* expireTimeVar */
            ldc -1
            lcmp
            ifeq 16
            lload 4 /* currentTime */
            lload 6 /* expireTimeVar */
            lcmp
            ifle 16
        14: .line 125
            aload 0 /* this */
            getfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.connection:Lorg/xnio/StreamConnection;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        15: .line 126
            new java.nio.channels.ClosedChannelException
            dup
            invokespecial java.nio.channels.ClosedChannelException.<init>:()V
            athrow
        16: .line 128
      StackMap locals: long long
      StackMap stack:
            aload 0 /* this */
            lload 4 /* currentTime */
            aload 3 /* timeout */
            invokevirtual java.lang.Integer.intValue:()I
            i2l
            ladd
            putfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.expireTime:J
        17: .line 129
            return
        end local 6 // long expireTimeVar
        end local 4 // long currentTime
        end local 3 // java.lang.Integer timeout
        end local 1 // long ret
        end local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   18     0           this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;
            0   18     1            ret  J
            9   18     3        timeout  Ljava/lang/Integer;
           12   18     4    currentTime  J
           13   18     6  expireTimeVar  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      ret   final

  public long transferTo(long, long, java.nio.channels.FileChannel);
    descriptor: (JJLjava/nio/channels/FileChannel;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=8, args_size=4
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
        start local 1 // long position
        start local 3 // long count
        start local 5 // java.nio.channels.FileChannel target
         0: .line 133
            aload 0 /* this */
            lload 1 /* position */
            lload 3 /* count */
            aload 5 /* target */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.transferTo:(JJLjava/nio/channels/FileChannel;)J
            lstore 6 /* ret */
        start local 6 // long ret
         1: .line 134
            aload 0 /* this */
            lload 6 /* ret */
            invokevirtual io.undertow.conduits.ReadTimeoutStreamSourceConduit.handleReadTimeout:(J)V
         2: .line 135
            lload 6 /* ret */
            lreturn
        end local 6 // long ret
        end local 5 // java.nio.channels.FileChannel target
        end local 3 // long count
        end local 1 // long position
        end local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;
            0    3     1  position  J
            0    3     3     count  J
            0    3     5    target  Ljava/nio/channels/FileChannel;
            1    3     6       ret  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      position  final
      count     final
      target    final

  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=7, args_size=4
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
        start local 1 // long count
        start local 3 // java.nio.ByteBuffer throughBuffer
        start local 4 // org.xnio.channels.StreamSinkChannel target
         0: .line 140
            aload 0 /* this */
            lload 1 /* count */
            aload 3 /* throughBuffer */
            aload 4 /* target */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.transferTo:(JLjava/nio/ByteBuffer;Lorg/xnio/channels/StreamSinkChannel;)J
            lstore 5 /* ret */
        start local 5 // long ret
         1: .line 141
            aload 0 /* this */
            lload 5 /* ret */
            invokevirtual io.undertow.conduits.ReadTimeoutStreamSourceConduit.handleReadTimeout:(J)V
         2: .line 142
            lload 5 /* ret */
            lreturn
        end local 5 // long ret
        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.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    3     0           this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;
            0    3     1          count  J
            0    3     3  throughBuffer  Ljava/nio/ByteBuffer;
            0    3     4         target  Lorg/xnio/channels/StreamSinkChannel;
            1    3     5            ret  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      count          final
      throughBuffer  final
      target         final

  public long read(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=6, args_size=4
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
        start local 1 // java.nio.ByteBuffer[] dsts
        start local 2 // int offset
        start local 3 // int length
         0: .line 147
            aload 0 /* this */
            aload 1 /* dsts */
            iload 2 /* offset */
            iload 3 /* length */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.read:([Ljava/nio/ByteBuffer;II)J
            lstore 4 /* ret */
        start local 4 // long ret
         1: .line 148
            aload 0 /* this */
            lload 4 /* ret */
            invokevirtual io.undertow.conduits.ReadTimeoutStreamSourceConduit.handleReadTimeout:(J)V
         2: .line 149
            lload 4 /* ret */
            lreturn
        end local 4 // long ret
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] dsts
        end local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;
            0    3     1    dsts  [Ljava/nio/ByteBuffer;
            0    3     2  offset  I
            0    3     3  length  I
            1    3     4     ret  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      dsts    final
      offset  final
      length  final

  public int read(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 154
            aload 0 /* this */
            aload 1 /* dst */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.read:(Ljava/nio/ByteBuffer;)I
            istore 2 /* ret */
        start local 2 // int ret
         1: .line 155
            aload 0 /* this */
            iload 2 /* ret */
            i2l
            invokevirtual io.undertow.conduits.ReadTimeoutStreamSourceConduit.handleReadTimeout:(J)V
         2: .line 156
            iload 2 /* ret */
            ireturn
        end local 2 // int ret
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;
            0    3     1   dst  Ljava/nio/ByteBuffer;
            1    3     2   ret  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dst   final

  public void awaitReadable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=1
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
         0: .line 161
            aload 0 /* this */
            invokevirtual io.undertow.conduits.ReadTimeoutStreamSourceConduit.getTimeout:()Ljava/lang/Integer;
            astore 1 /* timeout */
        start local 1 // java.lang.Integer timeout
         1: .line 162
            aload 1 /* timeout */
            ifnull 4
            aload 1 /* timeout */
            invokevirtual java.lang.Integer.intValue:()I
            ifle 4
         2: .line 163
            aload 0 /* this */
            aload 1 /* timeout */
            invokevirtual java.lang.Integer.intValue:()I
            bipush 50
            iadd
            i2l
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.awaitReadable:(JLjava/util/concurrent/TimeUnit;)V
         3: .line 164
            goto 5
         4: .line 165
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 0 /* this */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.awaitReadable:()V
         5: .line 167
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.lang.Integer timeout
        end local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    6     0     this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;
            1    6     1  timeout  Ljava/lang/Integer;
    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=5, locals=7, args_size=3
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
        start local 1 // long time
        start local 3 // java.util.concurrent.TimeUnit timeUnit
         0: .line 171
            aload 0 /* this */
            invokevirtual io.undertow.conduits.ReadTimeoutStreamSourceConduit.getTimeout:()Ljava/lang/Integer;
            astore 4 /* timeout */
        start local 4 // java.lang.Integer timeout
         1: .line 172
            aload 4 /* timeout */
            ifnull 5
            aload 4 /* timeout */
            invokevirtual java.lang.Integer.intValue:()I
            ifle 5
         2: .line 173
            aload 3 /* timeUnit */
            lload 1 /* time */
            invokevirtual java.util.concurrent.TimeUnit.toMillis:(J)J
            lstore 5 /* millis */
        start local 5 // long millis
         3: .line 174
            aload 0 /* this */
            lload 5 /* millis */
            aload 4 /* timeout */
            invokevirtual java.lang.Integer.intValue:()I
            bipush 50
            iadd
            i2l
            invokestatic java.lang.Math.min:(JJ)J
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.awaitReadable:(JLjava/util/concurrent/TimeUnit;)V
        end local 5 // long millis
         4: .line 175
            goto 6
         5: .line 176
      StackMap locals: java.lang.Integer
      StackMap stack:
            aload 0 /* this */
            lload 1 /* time */
            aload 3 /* timeUnit */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.awaitReadable:(JLjava/util/concurrent/TimeUnit;)V
         6: .line 178
      StackMap locals:
      StackMap stack:
            return
        end local 4 // java.lang.Integer timeout
        end local 3 // java.util.concurrent.TimeUnit timeUnit
        end local 1 // long time
        end local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    7     0      this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;
            0    7     1      time  J
            0    7     3  timeUnit  Ljava/util/concurrent/TimeUnit;
            1    7     4   timeout  Ljava/lang/Integer;
            3    4     5    millis  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      time      
      timeUnit  

  private java.lang.Integer getTimeout();
    descriptor: ()Ljava/lang/Integer;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
         0: .line 181
            iconst_0
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 1 /* timeout */
        start local 1 // java.lang.Integer timeout
         1: .line 183
            aload 0 /* this */
            getfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.connection:Lorg/xnio/StreamConnection;
            invokevirtual org.xnio.StreamConnection.getSourceChannel:()Lorg/xnio/conduits/ConduitStreamSourceChannel;
            getstatic org.xnio.Options.READ_TIMEOUT:Lorg/xnio/Option;
            invokevirtual org.xnio.conduits.ConduitStreamSourceChannel.getOption:(Lorg/xnio/Option;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 1 /* timeout */
         2: .line 184
            goto 4
      StackMap locals: io.undertow.conduits.ReadTimeoutStreamSourceConduit java.lang.Integer
      StackMap stack: java.io.IOException
         3: pop
         4: .line 187
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.openListener:Lio/undertow/server/OpenListener;
            invokeinterface io.undertow.server.OpenListener.getUndertowOptions:()Lorg/xnio/OptionMap;
            getstatic io.undertow.UndertowOptions.IDLE_TIMEOUT:Lorg/xnio/Option;
            invokevirtual org.xnio.OptionMap.get:(Lorg/xnio/Option;)Ljava/lang/Object;
            checkcast java.lang.Integer
            astore 2 /* idleTimeout */
        start local 2 // java.lang.Integer idleTimeout
         5: .line 188
            aload 1 /* timeout */
            ifnull 6
            aload 1 /* timeout */
            invokevirtual java.lang.Integer.intValue:()I
            ifgt 9
      StackMap locals: java.lang.Integer
      StackMap stack:
         6: aload 2 /* idleTimeout */
            ifnull 9
         7: .line 189
            aload 2 /* idleTimeout */
            astore 1 /* timeout */
         8: .line 190
            goto 11
      StackMap locals:
      StackMap stack:
         9: aload 1 /* timeout */
            ifnull 11
            aload 2 /* idleTimeout */
            ifnull 11
            aload 2 /* idleTimeout */
            invokevirtual java.lang.Integer.intValue:()I
            ifle 11
        10: .line 191
            aload 1 /* timeout */
            invokevirtual java.lang.Integer.intValue:()I
            aload 2 /* idleTimeout */
            invokevirtual java.lang.Integer.intValue:()I
            invokestatic java.lang.Math.min:(II)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            astore 1 /* timeout */
        11: .line 193
      StackMap locals:
      StackMap stack:
            aload 1 /* timeout */
            areturn
        end local 2 // java.lang.Integer idleTimeout
        end local 1 // java.lang.Integer timeout
        end local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   12     0         this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;
            1   12     1      timeout  Ljava/lang/Integer;
            5   12     2  idleTimeout  Ljava/lang/Integer;
      Exception table:
        from    to  target  type
           1     2       3  Class java.io.IOException

  public void terminateReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
         0: .line 198
            aload 0 /* this */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.terminateReads:()V
         1: .line 199
            aload 0 /* this */
            invokevirtual io.undertow.conduits.ReadTimeoutStreamSourceConduit.cleanup:()V
         2: .line 200
            return
        end local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;
    Exceptions:
      throws java.io.IOException

  private void cleanup();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
         0: .line 203
            aload 0 /* this */
            getfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.handle:Lorg/xnio/XnioExecutor$Key;
            ifnull 3
         1: .line 204
            aload 0 /* this */
            getfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.handle:Lorg/xnio/XnioExecutor$Key;
            invokeinterface org.xnio.XnioExecutor$Key.remove:()Z
            pop
         2: .line 205
            aload 0 /* this */
            aconst_null
            putfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.handle:Lorg/xnio/XnioExecutor$Key;
         3: .line 207
      StackMap locals:
      StackMap stack:
            return
        end local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;

  public void resumeReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
         0: .line 211
            aload 0 /* this */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.resumeReads:()V
         1: .line 212
            aload 0 /* this */
            invokevirtual io.undertow.conduits.ReadTimeoutStreamSourceConduit.handleResumeTimeout:()V
         2: .line 213
            return
        end local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;

  public void suspendReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
         0: .line 217
            aload 0 /* this */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.suspendReads:()V
         1: .line 218
            aload 0 /* this */
            getfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.handle:Lorg/xnio/XnioExecutor$Key;
            astore 1 /* handle */
        start local 1 // org.xnio.XnioExecutor$Key handle
         2: .line 219
            aload 1 /* handle */
            ifnull 5
         3: .line 220
            aload 1 /* handle */
            invokeinterface org.xnio.XnioExecutor$Key.remove:()Z
            pop
         4: .line 221
            aload 0 /* this */
            aconst_null
            putfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.handle:Lorg/xnio/XnioExecutor$Key;
         5: .line 223
      StackMap locals: org.xnio.XnioExecutor$Key
      StackMap stack:
            return
        end local 1 // org.xnio.XnioExecutor$Key handle
        end local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    6     0    this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;
            2    6     1  handle  Lorg/xnio/XnioExecutor$Key;

  public void wakeupReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
         0: .line 227
            aload 0 /* this */
            invokespecial org.xnio.conduits.AbstractStreamSourceConduit.wakeupReads:()V
         1: .line 228
            aload 0 /* this */
            invokevirtual io.undertow.conduits.ReadTimeoutStreamSourceConduit.handleResumeTimeout:()V
         2: .line 229
            return
        end local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;

  private void handleResumeTimeout();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=5, args_size=1
        start local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
         0: .line 232
            aload 0 /* this */
            invokevirtual io.undertow.conduits.ReadTimeoutStreamSourceConduit.getTimeout:()Ljava/lang/Integer;
            astore 1 /* timeout */
        start local 1 // java.lang.Integer timeout
         1: .line 233
            aload 1 /* timeout */
            ifnull 2
            aload 1 /* timeout */
            invokevirtual java.lang.Integer.intValue:()I
            ifgt 3
         2: .line 234
      StackMap locals: java.lang.Integer
      StackMap stack:
            return
         3: .line 236
      StackMap locals:
      StackMap stack:
            invokestatic java.lang.System.currentTimeMillis:()J
            lstore 2 /* currentTime */
        start local 2 // long currentTime
         4: .line 237
            aload 0 /* this */
            lload 2 /* currentTime */
            aload 1 /* timeout */
            invokevirtual java.lang.Integer.intValue:()I
            i2l
            ladd
            putfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.expireTime:J
         5: .line 238
            aload 0 /* this */
            getfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.handle:Lorg/xnio/XnioExecutor$Key;
            astore 4 /* key */
        start local 4 // org.xnio.XnioExecutor$Key key
         6: .line 239
            aload 4 /* key */
            ifnonnull 8
         7: .line 240
            aload 0 /* this */
            aload 0 /* this */
            getfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.connection:Lorg/xnio/StreamConnection;
            invokevirtual org.xnio.StreamConnection.getIoThread:()Lorg/xnio/XnioIoThread;
            aload 0 /* this */
            getfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.timeoutCommand:Ljava/lang/Runnable;
            aload 1 /* timeout */
            invokevirtual java.lang.Integer.intValue:()I
            i2l
            getstatic java.util.concurrent.TimeUnit.MILLISECONDS:Ljava/util/concurrent/TimeUnit;
            invokevirtual org.xnio.XnioIoThread.executeAfter:(Ljava/lang/Runnable;JLjava/util/concurrent/TimeUnit;)Lorg/xnio/XnioExecutor$Key;
            putfield io.undertow.conduits.ReadTimeoutStreamSourceConduit.handle:Lorg/xnio/XnioExecutor$Key;
         8: .line 242
      StackMap locals: long org.xnio.XnioExecutor$Key
      StackMap stack:
            return
        end local 4 // org.xnio.XnioExecutor$Key key
        end local 2 // long currentTime
        end local 1 // java.lang.Integer timeout
        end local 0 // io.undertow.conduits.ReadTimeoutStreamSourceConduit this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    9     0         this  Lio/undertow/conduits/ReadTimeoutStreamSourceConduit;
            1    9     1      timeout  Ljava/lang/Integer;
            4    9     2  currentTime  J
            6    9     4          key  Lorg/xnio/XnioExecutor$Key;
}
Signature: Lorg/xnio/conduits/AbstractStreamSourceConduit<Lorg/xnio/conduits/StreamSourceConduit;>;
SourceFile: "ReadTimeoutStreamSourceConduit.java"
NestMembers:
  io.undertow.conduits.ReadTimeoutStreamSourceConduit$1  io.undertow.conduits.ReadTimeoutStreamSourceConduit$2
InnerClasses:
  io.undertow.conduits.ReadTimeoutStreamSourceConduit$1
  io.undertow.conduits.ReadTimeoutStreamSourceConduit$2
  public abstract Key = org.xnio.XnioExecutor$Key of org.xnio.XnioExecutor
  public ChannelListenerHandler = org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler of org.xnio.conduits.ReadReadyHandler