final class org.xnio.nio.NioPipeSinkConduit extends org.xnio.nio.NioHandle implements org.xnio.conduits.StreamSinkConduit
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.xnio.nio.NioPipeSinkConduit
  super_class: org.xnio.nio.NioHandle
{
  private final java.nio.channels.Pipe$SinkChannel sinkChannel;
    descriptor: Ljava/nio/channels/Pipe$SinkChannel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private org.xnio.conduits.WriteReadyHandler writeReadyHandler;
    descriptor: Lorg/xnio/conduits/WriteReadyHandler;
    flags: (0x0002) ACC_PRIVATE

  private volatile int writeTimeout;
    descriptor: I
    flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE

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

  private static final java.util.concurrent.atomic.AtomicIntegerFieldUpdater<org.xnio.nio.NioPipeSinkConduit> writeTimeoutUpdater;
    descriptor: Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater<Lorg/xnio/nio/NioPipeSinkConduit;>;

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=0, args_size=0
         0: .line 53
            ldc Lorg/xnio/nio/NioPipeSinkConduit;
            ldc "writeTimeout"
            invokestatic java.util.concurrent.atomic.AtomicIntegerFieldUpdater.newUpdater:(Ljava/lang/Class;Ljava/lang/String;)Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            putstatic org.xnio.nio.NioPipeSinkConduit.writeTimeoutUpdater:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(org.xnio.nio.WorkerThread, java.nio.channels.SelectionKey, org.xnio.nio.NioPipeStreamConnection);
    descriptor: (Lorg/xnio/nio/WorkerThread;Ljava/nio/channels/SelectionKey;Lorg/xnio/nio/NioPipeStreamConnection;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
        start local 1 // org.xnio.nio.WorkerThread workerThread
        start local 2 // java.nio.channels.SelectionKey selectionKey
        start local 3 // org.xnio.nio.NioPipeStreamConnection connection
         0: .line 56
            aload 0 /* this */
            aload 1 /* workerThread */
            aload 2 /* selectionKey */
            invokespecial org.xnio.nio.NioHandle.<init>:(Lorg/xnio/nio/WorkerThread;Ljava/nio/channels/SelectionKey;)V
         1: .line 57
            aload 0 /* this */
            aload 3 /* connection */
            putfield org.xnio.nio.NioPipeSinkConduit.connection:Lorg/xnio/nio/NioPipeStreamConnection;
         2: .line 58
            aload 0 /* this */
            aload 2 /* selectionKey */
            invokevirtual java.nio.channels.SelectionKey.channel:()Ljava/nio/channels/SelectableChannel;
            checkcast java.nio.channels.Pipe$SinkChannel
            putfield org.xnio.nio.NioPipeSinkConduit.sinkChannel:Ljava/nio/channels/Pipe$SinkChannel;
         3: .line 59
            return
        end local 3 // org.xnio.nio.NioPipeStreamConnection connection
        end local 2 // java.nio.channels.SelectionKey selectionKey
        end local 1 // org.xnio.nio.WorkerThread workerThread
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    4     0          this  Lorg/xnio/nio/NioPipeSinkConduit;
            0    4     1  workerThread  Lorg/xnio/nio/WorkerThread;
            0    4     2  selectionKey  Ljava/nio/channels/SelectionKey;
            0    4     3    connection  Lorg/xnio/nio/NioPipeStreamConnection;
    MethodParameters:
              Name  Flags
      workerThread  final
      selectionKey  final
      connection    final

  void handleReady(int);
    descriptor: (I)V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
        start local 1 // int ops
         0: .line 63
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.writeReadyHandler:Lorg/xnio/conduits/WriteReadyHandler;
            invokeinterface org.xnio.conduits.WriteReadyHandler.writeReady:()V
         1: .line 64
            goto 3
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: pop
         3: .line 66
      StackMap locals:
      StackMap stack:
            return
        end local 1 // int ops
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/xnio/nio/NioPipeSinkConduit;
            0    4     1   ops  I
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.Throwable
    MethodParameters:
      Name  Flags
      ops   

  public org.xnio.XnioWorker getWorker();
    descriptor: ()Lorg/xnio/XnioWorker;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 69
            aload 0 /* this */
            invokevirtual org.xnio.nio.NioPipeSinkConduit.getWorkerThread:()Lorg/xnio/nio/WorkerThread;
            invokevirtual org.xnio.nio.WorkerThread.getWorker:()Lorg/xnio/nio/NioXnioWorker;
            areturn
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioPipeSinkConduit;

  void forceTermination();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 73
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.writeReadyHandler:Lorg/xnio/conduits/WriteReadyHandler;
            astore 1 /* write */
        start local 1 // org.xnio.conduits.WriteReadyHandler write
         1: .line 74
            aload 1 /* write */
            ifnull 2
            aload 1 /* write */
            invokeinterface org.xnio.conduits.WriteReadyHandler.forceTermination:()V
         2: .line 75
      StackMap locals: org.xnio.conduits.WriteReadyHandler
      StackMap stack:
            return
        end local 1 // org.xnio.conduits.WriteReadyHandler write
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/xnio/nio/NioPipeSinkConduit;
            1    3     1  write  Lorg/xnio/conduits/WriteReadyHandler;

  void terminated();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 78
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.writeReadyHandler:Lorg/xnio/conduits/WriteReadyHandler;
            astore 1 /* write */
        start local 1 // org.xnio.conduits.WriteReadyHandler write
         1: .line 79
            aload 1 /* write */
            ifnull 2
            aload 1 /* write */
            invokeinterface org.xnio.conduits.WriteReadyHandler.terminated:()V
         2: .line 80
      StackMap locals: org.xnio.conduits.WriteReadyHandler
      StackMap stack:
            return
        end local 1 // org.xnio.conduits.WriteReadyHandler write
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lorg/xnio/nio/NioPipeSinkConduit;
            1    3     1  write  Lorg/xnio/conduits/WriteReadyHandler;

  int getAndSetWriteTimeout(int);
    descriptor: (I)I
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
        start local 1 // int newVal
         0: .line 85
            getstatic org.xnio.nio.NioPipeSinkConduit.writeTimeoutUpdater:Ljava/util/concurrent/atomic/AtomicIntegerFieldUpdater;
            aload 0 /* this */
            iload 1 /* newVal */
            invokevirtual java.util.concurrent.atomic.AtomicIntegerFieldUpdater.getAndSet:(Ljava/lang/Object;I)I
            ireturn
        end local 1 // int newVal
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/nio/NioPipeSinkConduit;
            0    1     1  newVal  I
    MethodParameters:
        Name  Flags
      newVal  

  int getWriteTimeout();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 89
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.writeTimeout:I
            ireturn
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioPipeSinkConduit;

  private void checkWriteTimeout(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
        start local 1 // boolean xfer
         0: .line 93
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.writeTimeout:I
            istore 2 /* timeout */
        start local 2 // int timeout
         1: .line 94
            iload 2 /* timeout */
            ifle 8
         2: .line 95
            iload 1 /* xfer */
            ifeq 5
         3: .line 96
            aload 0 /* this */
            invokestatic java.lang.System.nanoTime:()J
            putfield org.xnio.nio.NioPipeSinkConduit.lastWrite:J
         4: .line 97
            goto 8
         5: .line 98
      StackMap locals: int
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.lastWrite:J
            lstore 3 /* lastWrite */
        start local 3 // long lastWrite
         6: .line 99
            lload 3 /* lastWrite */
            lconst_0
            lcmp
            ifle 8
            invokestatic java.lang.System.nanoTime:()J
            lload 3 /* lastWrite */
            lsub
            ldc 1000000
            ldiv
            iload 2 /* timeout */
            i2l
            lcmp
            ifle 8
         7: .line 100
            getstatic org.xnio.nio.Log.log:Lorg/xnio/nio/Log;
            invokeinterface org.xnio.nio.Log.writeTimeout:()Lorg/xnio/channels/WriteTimeoutException;
            athrow
        end local 3 // long lastWrite
         8: .line 104
      StackMap locals:
      StackMap stack:
            return
        end local 2 // int timeout
        end local 1 // boolean xfer
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    9     0       this  Lorg/xnio/nio/NioPipeSinkConduit;
            0    9     1       xfer  Z
            1    9     2    timeout  I
            6    8     3  lastWrite  J
    Exceptions:
      throws org.xnio.channels.WriteTimeoutException
    MethodParameters:
      Name  Flags
      xfer  final

  public final long transferFrom(java.nio.channels.FileChannel, long, long);
    descriptor: (Ljava/nio/channels/FileChannel;JJ)J
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=6, locals=8, args_size=4
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
        start local 1 // java.nio.channels.FileChannel src
        start local 2 // long position
        start local 4 // long count
         0: .line 107
            aload 1 /* src */
            lload 2 /* position */
            lload 4 /* count */
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.sinkChannel:Ljava/nio/channels/Pipe$SinkChannel;
            invokevirtual java.nio.channels.FileChannel.transferTo:(JJLjava/nio/channels/WritableByteChannel;)J
            lstore 6 /* res */
        start local 6 // long res
         1: .line 108
            aload 0 /* this */
            lload 6 /* res */
            lconst_0
            lcmp
            ifle 2
            iconst_1
            goto 3
      StackMap locals: org.xnio.nio.NioPipeSinkConduit java.nio.channels.FileChannel long long long
      StackMap stack: org.xnio.nio.NioPipeSinkConduit
         2: iconst_0
      StackMap locals: org.xnio.nio.NioPipeSinkConduit java.nio.channels.FileChannel long long long
      StackMap stack: org.xnio.nio.NioPipeSinkConduit int
         3: invokevirtual org.xnio.nio.NioPipeSinkConduit.checkWriteTimeout:(Z)V
         4: .line 109
            lload 6 /* res */
            lreturn
        end local 6 // long res
        end local 4 // long count
        end local 2 // long position
        end local 1 // java.nio.channels.FileChannel src
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/xnio/nio/NioPipeSinkConduit;
            0    5     1       src  Ljava/nio/channels/FileChannel;
            0    5     2  position  J
            0    5     4     count  J
            1    5     6       res  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      src       final
      position  final
      count     final

  public long transferFrom(org.xnio.channels.StreamSourceChannel, long, java.nio.ByteBuffer);
    descriptor: (Lorg/xnio/channels/StreamSourceChannel;JLjava/nio/ByteBuffer;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=4
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
        start local 1 // org.xnio.channels.StreamSourceChannel source
        start local 2 // long count
        start local 4 // java.nio.ByteBuffer throughBuffer
         0: .line 113
            aload 1 /* source */
            lload 2 /* count */
            aload 4 /* throughBuffer */
            aload 0 /* this */
            invokestatic org.xnio.conduits.Conduits.transfer:(Ljava/nio/channels/ReadableByteChannel;JLjava/nio/ByteBuffer;Lorg/xnio/conduits/StreamSinkConduit;)J
            lreturn
        end local 4 // java.nio.ByteBuffer throughBuffer
        end local 2 // long count
        end local 1 // org.xnio.channels.StreamSourceChannel source
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    1     0           this  Lorg/xnio/nio/NioPipeSinkConduit;
            0    1     1         source  Lorg/xnio/channels/StreamSourceChannel;
            0    1     2          count  J
            0    1     4  throughBuffer  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
               Name  Flags
      source         final
      count          final
      throughBuffer  final

  public int write(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
        start local 1 // java.nio.ByteBuffer src
         0: .line 117
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.sinkChannel:Ljava/nio/channels/Pipe$SinkChannel;
            aload 1 /* src */
            invokevirtual java.nio.channels.Pipe$SinkChannel.write:(Ljava/nio/ByteBuffer;)I
            istore 2 /* res */
        start local 2 // int res
         1: .line 118
            aload 0 /* this */
            iload 2 /* res */
            ifle 2
            iconst_1
            goto 3
      StackMap locals: org.xnio.nio.NioPipeSinkConduit java.nio.ByteBuffer int
      StackMap stack: org.xnio.nio.NioPipeSinkConduit
         2: iconst_0
      StackMap locals: org.xnio.nio.NioPipeSinkConduit java.nio.ByteBuffer int
      StackMap stack: org.xnio.nio.NioPipeSinkConduit int
         3: invokevirtual org.xnio.nio.NioPipeSinkConduit.checkWriteTimeout:(Z)V
         4: .line 119
            iload 2 /* res */
            ireturn
        end local 2 // int res
        end local 1 // java.nio.ByteBuffer src
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lorg/xnio/nio/NioPipeSinkConduit;
            0    5     1   src  Ljava/nio/ByteBuffer;
            1    5     2   res  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   final

  public long write(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int offset
        start local 3 // int length
         0: .line 123
            iload 3 /* length */
            iconst_1
            if_icmpne 2
         1: .line 124
            aload 0 /* this */
            aload 1 /* srcs */
            iload 2 /* offset */
            aaload
            invokevirtual org.xnio.nio.NioPipeSinkConduit.write:(Ljava/nio/ByteBuffer;)I
            i2l
            lreturn
         2: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.sinkChannel:Ljava/nio/channels/Pipe$SinkChannel;
            aload 1 /* srcs */
            iload 2 /* offset */
            iload 3 /* length */
            invokevirtual java.nio.channels.Pipe$SinkChannel.write:([Ljava/nio/ByteBuffer;II)J
            lstore 4 /* res */
        start local 4 // long res
         3: .line 127
            aload 0 /* this */
            lload 4 /* res */
            lconst_0
            lcmp
            ifle 4
            iconst_1
            goto 5
      StackMap locals: org.xnio.nio.NioPipeSinkConduit java.nio.ByteBuffer[] int int long
      StackMap stack: org.xnio.nio.NioPipeSinkConduit
         4: iconst_0
      StackMap locals: org.xnio.nio.NioPipeSinkConduit java.nio.ByteBuffer[] int int long
      StackMap stack: org.xnio.nio.NioPipeSinkConduit int
         5: invokevirtual org.xnio.nio.NioPipeSinkConduit.checkWriteTimeout:(Z)V
         6: .line 128
            lload 4 /* res */
            lreturn
        end local 4 // long res
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/xnio/nio/NioPipeSinkConduit;
            0    7     1    srcs  [Ljava/nio/ByteBuffer;
            0    7     2  offset  I
            0    7     3  length  I
            3    7     4     res  J
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      srcs    final
      offset  final
      length  final

  public int writeFinal(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
        start local 1 // java.nio.ByteBuffer src
         0: .line 133
            aload 0 /* this */
            aload 1 /* src */
            invokestatic org.xnio.conduits.Conduits.writeFinalBasic:(Lorg/xnio/conduits/StreamSinkConduit;Ljava/nio/ByteBuffer;)I
            ireturn
        end local 1 // java.nio.ByteBuffer src
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioPipeSinkConduit;
            0    1     1   src  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      src   

  public long writeFinal(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
        start local 1 // java.nio.ByteBuffer[] srcs
        start local 2 // int offset
        start local 3 // int length
         0: .line 138
            aload 0 /* this */
            aload 1 /* srcs */
            iload 2 /* offset */
            iload 3 /* length */
            invokestatic org.xnio.conduits.Conduits.writeFinalBasic:(Lorg/xnio/conduits/StreamSinkConduit;[Ljava/nio/ByteBuffer;II)J
            lreturn
        end local 3 // int length
        end local 2 // int offset
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/nio/NioPipeSinkConduit;
            0    1     1    srcs  [Ljava/nio/ByteBuffer;
            0    1     2  offset  I
            0    1     3  length  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      srcs    
      offset  
      length  

  public boolean flush();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 142
            iconst_1
            ireturn
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioPipeSinkConduit;
    Exceptions:
      throws java.io.IOException

  public void terminateWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 146
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.connection:Lorg/xnio/nio/NioPipeStreamConnection;
            invokevirtual org.xnio.nio.NioPipeStreamConnection.writeClosed:()Z
            ifeq 9
         1: .line 147
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.sinkChannel:Ljava/nio/channels/Pipe$SinkChannel;
            invokevirtual java.nio.channels.Pipe$SinkChannel.close:()V
         2: .line 148
            goto 8
      StackMap locals:
      StackMap stack: java.nio.channels.ClosedChannelException
         3: pop
         4: .line 150
            aload 0 /* this */
            invokevirtual org.xnio.nio.NioPipeSinkConduit.writeTerminated:()V
            goto 9
         5: .line 149
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         6: .line 150
            aload 0 /* this */
            invokevirtual org.xnio.nio.NioPipeSinkConduit.writeTerminated:()V
         7: .line 151
            aload 1
            athrow
         8: .line 150
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.xnio.nio.NioPipeSinkConduit.writeTerminated:()V
         9: .line 152
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0  this  Lorg/xnio/nio/NioPipeSinkConduit;
      Exception table:
        from    to  target  type
           1     2       3  Class java.nio.channels.ClosedChannelException
           1     4       5  any
    Exceptions:
      throws java.io.IOException

  public void truncateWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 155
            aload 0 /* this */
            invokevirtual org.xnio.nio.NioPipeSinkConduit.terminateWrites:()V
         1: .line 156
            return
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/nio/NioPipeSinkConduit;
    Exceptions:
      throws java.io.IOException

  void writeTerminated();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 159
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.writeReadyHandler:Lorg/xnio/conduits/WriteReadyHandler;
            astore 1 /* writeReadyHandler */
        start local 1 // org.xnio.conduits.WriteReadyHandler writeReadyHandler
         1: .line 160
            aload 1 /* writeReadyHandler */
            ifnull 5
         2: .line 161
            aload 1 /* writeReadyHandler */
            invokeinterface org.xnio.conduits.WriteReadyHandler.terminated:()V
         3: .line 162
            goto 5
      StackMap locals: org.xnio.nio.NioPipeSinkConduit org.xnio.conduits.WriteReadyHandler
      StackMap stack: java.lang.Throwable
         4: pop
         5: .line 163
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xnio.conduits.WriteReadyHandler writeReadyHandler
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    6     0               this  Lorg/xnio/nio/NioPipeSinkConduit;
            1    6     1  writeReadyHandler  Lorg/xnio/conduits/WriteReadyHandler;
      Exception table:
        from    to  target  type
           2     3       4  Class java.lang.Throwable

  public boolean isWriteShutdown();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 166
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.connection:Lorg/xnio/nio/NioPipeStreamConnection;
            invokevirtual org.xnio.nio.NioPipeStreamConnection.isWriteShutdown:()Z
            ireturn
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioPipeSinkConduit;

  public void resumeWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 170
            aload 0 /* this */
            iconst_4
            invokevirtual org.xnio.nio.NioPipeSinkConduit.resume:(I)V
         1: .line 171
            return
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/nio/NioPipeSinkConduit;

  public void suspendWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 174
            aload 0 /* this */
            iconst_4
            invokevirtual org.xnio.nio.NioPipeSinkConduit.suspend:(I)V
         1: .line 175
            return
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/nio/NioPipeSinkConduit;

  public void wakeupWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 178
            aload 0 /* this */
            iconst_4
            invokevirtual org.xnio.nio.NioPipeSinkConduit.wakeup:(I)V
         1: .line 179
            return
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/nio/NioPipeSinkConduit;

  public boolean isWriteResumed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 182
            aload 0 /* this */
            iconst_4
            invokevirtual org.xnio.nio.NioPipeSinkConduit.isResumed:(I)Z
            ireturn
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioPipeSinkConduit;

  public void awaitWritable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 186
            invokestatic org.xnio.Xnio.checkBlockingAllowed:()V
         1: .line 187
            aload 0 /* this */
            invokevirtual org.xnio.nio.NioPipeSinkConduit.getWorker:()Lorg/xnio/XnioWorker;
            invokevirtual org.xnio.XnioWorker.getXnio:()Lorg/xnio/Xnio;
            checkcast org.xnio.nio.NioXnio
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.sinkChannel:Ljava/nio/channels/Pipe$SinkChannel;
            iconst_4
            invokestatic org.xnio.nio.SelectorUtils.await:(Lorg/xnio/nio/NioXnio;Ljava/nio/channels/SelectableChannel;I)V
         2: .line 188
            return
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/xnio/nio/NioPipeSinkConduit;
    Exceptions:
      throws java.io.IOException

  public void awaitWritable(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=6, locals=4, args_size=3
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
        start local 1 // long time
        start local 3 // java.util.concurrent.TimeUnit timeUnit
         0: .line 191
            invokestatic org.xnio.Xnio.checkBlockingAllowed:()V
         1: .line 192
            aload 0 /* this */
            invokevirtual org.xnio.nio.NioPipeSinkConduit.getWorker:()Lorg/xnio/XnioWorker;
            invokevirtual org.xnio.XnioWorker.getXnio:()Lorg/xnio/Xnio;
            checkcast org.xnio.nio.NioXnio
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeSinkConduit.sinkChannel:Ljava/nio/channels/Pipe$SinkChannel;
            iconst_4
            lload 1 /* time */
            aload 3 /* timeUnit */
            invokestatic org.xnio.nio.SelectorUtils.await:(Lorg/xnio/nio/NioXnio;Ljava/nio/channels/SelectableChannel;IJLjava/util/concurrent/TimeUnit;)V
         2: .line 193
            return
        end local 3 // java.util.concurrent.TimeUnit timeUnit
        end local 1 // long time
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/xnio/nio/NioPipeSinkConduit;
            0    3     1      time  J
            0    3     3  timeUnit  Ljava/util/concurrent/TimeUnit;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      time      final
      timeUnit  final

  public org.xnio.XnioIoThread getWriteThread();
    descriptor: ()Lorg/xnio/XnioIoThread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
         0: .line 196
            aload 0 /* this */
            invokevirtual org.xnio.nio.NioPipeSinkConduit.getWorkerThread:()Lorg/xnio/nio/WorkerThread;
            areturn
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioPipeSinkConduit;

  public void setWriteReadyHandler(org.xnio.conduits.WriteReadyHandler);
    descriptor: (Lorg/xnio/conduits/WriteReadyHandler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.nio.NioPipeSinkConduit this
        start local 1 // org.xnio.conduits.WriteReadyHandler handler
         0: .line 200
            aload 0 /* this */
            aload 1 /* handler */
            putfield org.xnio.nio.NioPipeSinkConduit.writeReadyHandler:Lorg/xnio/conduits/WriteReadyHandler;
         1: .line 201
            return
        end local 1 // org.xnio.conduits.WriteReadyHandler handler
        end local 0 // org.xnio.nio.NioPipeSinkConduit this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/xnio/nio/NioPipeSinkConduit;
            0    2     1  handler  Lorg/xnio/conduits/WriteReadyHandler;
    MethodParameters:
         Name  Flags
      handler  final
}
SourceFile: "NioPipeSinkConduit.java"
InnerClasses:
  public abstract SinkChannel = java.nio.channels.Pipe$SinkChannel of java.nio.channels.Pipe