final class org.xnio.nio.NioPipeStreamConnection extends org.xnio.nio.AbstractNioStreamConnection
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: org.xnio.nio.NioPipeStreamConnection
  super_class: org.xnio.nio.AbstractNioStreamConnection
{
  private final java.nio.channels.Pipe$SourceChannel sourceChannel;
    descriptor: Ljava/nio/channels/Pipe$SourceChannel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  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.NioPipeSourceConduit sourceConduit;
    descriptor: Lorg/xnio/nio/NioPipeSourceConduit;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  void <init>(org.xnio.nio.WorkerThread, java.nio.channels.SelectionKey, java.nio.channels.SelectionKey);
    descriptor: (Lorg/xnio/nio/WorkerThread;Ljava/nio/channels/SelectionKey;Ljava/nio/channels/SelectionKey;)V
    flags: (0x0000) 
    Code:
      stack=7, locals=4, args_size=4
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
        start local 1 // org.xnio.nio.WorkerThread workerThread
        start local 2 // java.nio.channels.SelectionKey sourceKey
        start local 3 // java.nio.channels.SelectionKey sinkKey
         0: .line 42
            aload 0 /* this */
            aload 1 /* workerThread */
            invokespecial org.xnio.nio.AbstractNioStreamConnection.<init>:(Lorg/xnio/nio/WorkerThread;)V
         1: .line 43
            aload 2 /* sourceKey */
            ifnull 6
         2: .line 44
            aload 0 /* this */
            aload 0 /* this */
            new org.xnio.nio.NioPipeSourceConduit
            dup
            aload 1 /* workerThread */
            aload 2 /* sourceKey */
            aload 0 /* this */
            invokespecial org.xnio.nio.NioPipeSourceConduit.<init>:(Lorg/xnio/nio/WorkerThread;Ljava/nio/channels/SelectionKey;Lorg/xnio/nio/NioPipeStreamConnection;)V
            dup_x1
            putfield org.xnio.nio.NioPipeStreamConnection.sourceConduit:Lorg/xnio/nio/NioPipeSourceConduit;
            invokevirtual org.xnio.nio.NioPipeStreamConnection.setSourceConduit:(Lorg/xnio/conduits/StreamSourceConduit;)V
         3: .line 45
            aload 2 /* sourceKey */
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sourceConduit:Lorg/xnio/nio/NioPipeSourceConduit;
            invokevirtual java.nio.channels.SelectionKey.attach:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
         4: .line 46
            aload 0 /* this */
            aload 2 /* sourceKey */
            invokevirtual java.nio.channels.SelectionKey.channel:()Ljava/nio/channels/SelectableChannel;
            checkcast java.nio.channels.Pipe$SourceChannel
            putfield org.xnio.nio.NioPipeStreamConnection.sourceChannel:Ljava/nio/channels/Pipe$SourceChannel;
         5: .line 47
            goto 8
         6: .line 48
      StackMap locals: org.xnio.nio.NioPipeStreamConnection org.xnio.nio.WorkerThread java.nio.channels.SelectionKey java.nio.channels.SelectionKey
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.xnio.nio.NioPipeStreamConnection.sourceConduit:Lorg/xnio/nio/NioPipeSourceConduit;
         7: .line 49
            aload 0 /* this */
            aconst_null
            putfield org.xnio.nio.NioPipeStreamConnection.sourceChannel:Ljava/nio/channels/Pipe$SourceChannel;
         8: .line 51
      StackMap locals:
      StackMap stack:
            aload 3 /* sinkKey */
            ifnull 13
         9: .line 52
            aload 0 /* this */
            aload 0 /* this */
            new org.xnio.nio.NioPipeSinkConduit
            dup
            aload 1 /* workerThread */
            aload 3 /* sinkKey */
            aload 0 /* this */
            invokespecial org.xnio.nio.NioPipeSinkConduit.<init>:(Lorg/xnio/nio/WorkerThread;Ljava/nio/channels/SelectionKey;Lorg/xnio/nio/NioPipeStreamConnection;)V
            dup_x1
            putfield org.xnio.nio.NioPipeStreamConnection.sinkConduit:Lorg/xnio/nio/NioPipeSinkConduit;
            invokevirtual org.xnio.nio.NioPipeStreamConnection.setSinkConduit:(Lorg/xnio/conduits/StreamSinkConduit;)V
        10: .line 53
            aload 3 /* sinkKey */
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sinkConduit:Lorg/xnio/nio/NioPipeSinkConduit;
            invokevirtual java.nio.channels.SelectionKey.attach:(Ljava/lang/Object;)Ljava/lang/Object;
            pop
        11: .line 54
            aload 0 /* this */
            aload 3 /* sinkKey */
            invokevirtual java.nio.channels.SelectionKey.channel:()Ljava/nio/channels/SelectableChannel;
            checkcast java.nio.channels.Pipe$SinkChannel
            putfield org.xnio.nio.NioPipeStreamConnection.sinkChannel:Ljava/nio/channels/Pipe$SinkChannel;
        12: .line 55
            goto 15
        13: .line 56
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aconst_null
            putfield org.xnio.nio.NioPipeStreamConnection.sinkConduit:Lorg/xnio/nio/NioPipeSinkConduit;
        14: .line 57
            aload 0 /* this */
            aconst_null
            putfield org.xnio.nio.NioPipeStreamConnection.sinkChannel:Ljava/nio/channels/Pipe$SinkChannel;
        15: .line 59
      StackMap locals:
      StackMap stack:
            return
        end local 3 // java.nio.channels.SelectionKey sinkKey
        end local 2 // java.nio.channels.SelectionKey sourceKey
        end local 1 // org.xnio.nio.WorkerThread workerThread
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0   16     0          this  Lorg/xnio/nio/NioPipeStreamConnection;
            0   16     1  workerThread  Lorg/xnio/nio/WorkerThread;
            0   16     2     sourceKey  Ljava/nio/channels/SelectionKey;
            0   16     3       sinkKey  Ljava/nio/channels/SelectionKey;
    MethodParameters:
              Name  Flags
      workerThread  final
      sourceKey     final
      sinkKey       final

  public java.net.SocketAddress getPeerAddress();
    descriptor: ()Ljava/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
         0: .line 62
            aconst_null
            areturn
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioPipeStreamConnection;

  public java.net.SocketAddress getLocalAddress();
    descriptor: ()Ljava/net/SocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
         0: .line 66
            aconst_null
            areturn
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioPipeStreamConnection;

  protected boolean readClosed();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
         0: .line 70
            aload 0 /* this */
            invokespecial org.xnio.nio.AbstractNioStreamConnection.readClosed:()Z
            ireturn
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioPipeStreamConnection;

  protected boolean writeClosed();
    descriptor: ()Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
         0: .line 74
            aload 0 /* this */
            invokespecial org.xnio.nio.AbstractNioStreamConnection.writeClosed:()Z
            ireturn
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioPipeStreamConnection;

  protected void notifyWriteClosed();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
         0: .line 78
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sinkConduit:Lorg/xnio/nio/NioPipeSinkConduit;
            astore 1 /* conduit */
        start local 1 // org.xnio.nio.NioPipeSinkConduit conduit
         1: .line 79
            aload 1 /* conduit */
            ifnull 2
            aload 1 /* conduit */
            invokevirtual org.xnio.nio.NioPipeSinkConduit.writeTerminated:()V
         2: .line 80
      StackMap locals: org.xnio.nio.NioPipeSinkConduit
      StackMap stack:
            return
        end local 1 // org.xnio.nio.NioPipeSinkConduit conduit
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/xnio/nio/NioPipeStreamConnection;
            1    3     1  conduit  Lorg/xnio/nio/NioPipeSinkConduit;

  protected void notifyReadClosed();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=2, args_size=1
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
         0: .line 83
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sourceConduit:Lorg/xnio/nio/NioPipeSourceConduit;
            astore 1 /* conduit */
        start local 1 // org.xnio.nio.NioPipeSourceConduit conduit
         1: .line 84
            aload 1 /* conduit */
            ifnull 2
            aload 1 /* conduit */
            invokevirtual org.xnio.nio.NioPipeSourceConduit.readTerminated:()V
         2: .line 85
      StackMap locals: org.xnio.nio.NioPipeSourceConduit
      StackMap stack:
            return
        end local 1 // org.xnio.nio.NioPipeSourceConduit conduit
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/xnio/nio/NioPipeStreamConnection;
            1    3     1  conduit  Lorg/xnio/nio/NioPipeSourceConduit;

  private void cancelKey(org.xnio.nio.NioHandle);
    descriptor: (Lorg/xnio/nio/NioHandle;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
        start local 1 // org.xnio.nio.NioHandle handle
         0: .line 88
            aload 1 /* handle */
            ifnull 1
            aload 1 /* handle */
            iconst_0
            invokevirtual org.xnio.nio.NioHandle.cancelKey:(Z)V
         1: .line 89
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xnio.nio.NioHandle handle
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lorg/xnio/nio/NioPipeStreamConnection;
            0    2     1  handle  Lorg/xnio/nio/NioHandle;
    MethodParameters:
        Name  Flags
      handle  final

  private void closeChannel(java.nio.channels.Channel);
    descriptor: (Ljava/nio/channels/Channel;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=2, args_size=2
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
        start local 1 // java.nio.channels.Channel channel
         0: .line 92
            aload 1 /* channel */
            ifnull 4
         1: .line 93
            aload 1 /* channel */
            invokeinterface java.nio.channels.Channel.close:()V
         2: .line 94
            goto 4
      StackMap locals:
      StackMap stack: java.nio.channels.ClosedChannelException
         3: pop
         4: .line 95
      StackMap locals:
      StackMap stack:
            return
        end local 1 // java.nio.channels.Channel channel
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lorg/xnio/nio/NioPipeStreamConnection;
            0    5     1  channel  Ljava/nio/channels/Channel;
      Exception table:
        from    to  target  type
           1     2       3  Class java.nio.channels.ClosedChannelException
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      channel  final

  protected void closeAction();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
         0: .line 99
            aload 0 /* this */
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sourceConduit:Lorg/xnio/nio/NioPipeSourceConduit;
            invokevirtual org.xnio.nio.NioPipeStreamConnection.cancelKey:(Lorg/xnio/nio/NioHandle;)V
         1: .line 100
            aload 0 /* this */
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sinkConduit:Lorg/xnio/nio/NioPipeSinkConduit;
            invokevirtual org.xnio.nio.NioPipeStreamConnection.cancelKey:(Lorg/xnio/nio/NioHandle;)V
         2: .line 101
            aload 0 /* this */
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sourceChannel:Ljava/nio/channels/Pipe$SourceChannel;
            invokevirtual org.xnio.nio.NioPipeStreamConnection.closeChannel:(Ljava/nio/channels/Channel;)V
         3: .line 102
            aload 0 /* this */
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sinkChannel:Ljava/nio/channels/Pipe$SinkChannel;
            invokevirtual org.xnio.nio.NioPipeStreamConnection.closeChannel:(Ljava/nio/channels/Channel;)V
         4: .line 103
            goto 9
      StackMap locals:
      StackMap stack: java.lang.Throwable
         5: astore 1
         6: .line 104
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sourceChannel:Ljava/nio/channels/Pipe$SourceChannel;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         7: .line 105
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sinkChannel:Ljava/nio/channels/Pipe$SinkChannel;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         8: .line 106
            aload 1
            athrow
         9: .line 104
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sourceChannel:Ljava/nio/channels/Pipe$SourceChannel;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        10: .line 105
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sinkChannel:Ljava/nio/channels/Pipe$SinkChannel;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
        11: .line 107
            return
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lorg/xnio/nio/NioPipeStreamConnection;
      Exception table:
        from    to  target  type
           0     5       5  any
    Exceptions:
      throws java.io.IOException

  public boolean supportsOption(org.xnio.Option<?>);
    descriptor: (Lorg/xnio/Option;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
        start local 1 // org.xnio.Option option
         0: .line 110
            aload 1 /* option */
            getstatic org.xnio.Options.READ_TIMEOUT:Lorg/xnio/Option;
            if_acmpne 1
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sourceConduit:Lorg/xnio/nio/NioPipeSourceConduit;
            ifnonnull 3
      StackMap locals:
      StackMap stack:
         1: aload 1 /* option */
            getstatic org.xnio.Options.WRITE_TIMEOUT:Lorg/xnio/Option;
            if_acmpne 2
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sinkConduit:Lorg/xnio/nio/NioPipeSinkConduit;
            ifnonnull 3
      StackMap locals:
      StackMap stack:
         2: iconst_0
            ireturn
      StackMap locals:
      StackMap stack:
         3: iconst_1
            ireturn
        end local 1 // org.xnio.Option option
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    4     0    this  Lorg/xnio/nio/NioPipeStreamConnection;
            0    4     1  option  Lorg/xnio/Option<*>;
    Signature: (Lorg/xnio/Option<*>;)Z
    MethodParameters:
        Name  Flags
      option  final

  public <T> T getOption(org.xnio.Option<T>);
    descriptor: (Lorg/xnio/Option;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
        start local 1 // org.xnio.Option option
         0: .line 114
            aload 1 /* option */
            getstatic org.xnio.Options.READ_TIMEOUT:Lorg/xnio/Option;
            if_acmpne 5
         1: .line 115
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sourceConduit:Lorg/xnio/nio/NioPipeSourceConduit;
            astore 2 /* conduit */
        start local 2 // org.xnio.nio.NioPipeSourceConduit conduit
         2: .line 116
            aload 2 /* conduit */
            ifnonnull 3
            aconst_null
            goto 4
      StackMap locals: org.xnio.nio.NioPipeSourceConduit
      StackMap stack:
         3: aload 1 /* option */
            aload 2 /* conduit */
            invokevirtual org.xnio.nio.NioPipeSourceConduit.getReadTimeout:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.xnio.Option.cast:(Ljava/lang/Object;)Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         4: areturn
        end local 2 // org.xnio.nio.NioPipeSourceConduit conduit
         5: .line 117
      StackMap locals:
      StackMap stack:
            aload 1 /* option */
            getstatic org.xnio.Options.WRITE_TIMEOUT:Lorg/xnio/Option;
            if_acmpne 10
         6: .line 118
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sinkConduit:Lorg/xnio/nio/NioPipeSinkConduit;
            astore 2 /* conduit */
        start local 2 // org.xnio.nio.NioPipeSinkConduit conduit
         7: .line 119
            aload 2 /* conduit */
            ifnonnull 8
            aconst_null
            goto 9
      StackMap locals: org.xnio.nio.NioPipeSinkConduit
      StackMap stack:
         8: aload 1 /* option */
            aload 2 /* conduit */
            invokevirtual org.xnio.nio.NioPipeSinkConduit.getWriteTimeout:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.xnio.Option.cast:(Ljava/lang/Object;)Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         9: areturn
        end local 2 // org.xnio.nio.NioPipeSinkConduit conduit
        10: .line 121
      StackMap locals:
      StackMap stack:
            aconst_null
            areturn
        end local 1 // org.xnio.Option option
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lorg/xnio/nio/NioPipeStreamConnection;
            0   11     1   option  Lorg/xnio/Option<TT;>;
            2    5     2  conduit  Lorg/xnio/nio/NioPipeSourceConduit;
            7   10     2  conduit  Lorg/xnio/nio/NioPipeSinkConduit;
    Exceptions:
      throws java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Lorg/xnio/Option<TT;>;)TT;
    MethodParameters:
        Name  Flags
      option  final

  public <T> T setOption(org.xnio.Option<T>, );
    descriptor: (Lorg/xnio/Option;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
        start local 1 // org.xnio.Option option
        start local 2 // java.lang.Object value
         0: .line 127
            aload 1 /* option */
            getstatic org.xnio.Options.READ_TIMEOUT:Lorg/xnio/Option;
            if_acmpne 8
         1: .line 128
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sourceConduit:Lorg/xnio/nio/NioPipeSourceConduit;
            astore 4 /* conduit */
        start local 4 // org.xnio.nio.NioPipeSourceConduit conduit
         2: .line 129
            aload 4 /* conduit */
            ifnonnull 3
            aconst_null
            goto 6
      StackMap locals: org.xnio.nio.NioPipeStreamConnection org.xnio.Option java.lang.Object top org.xnio.nio.NioPipeSourceConduit
      StackMap stack:
         3: aload 1 /* option */
            aload 4 /* conduit */
            aload 2 /* value */
            ifnonnull 4
            iconst_0
            goto 5
      StackMap locals: org.xnio.nio.NioPipeStreamConnection org.xnio.Option java.lang.Object top org.xnio.nio.NioPipeSourceConduit
      StackMap stack: org.xnio.Option org.xnio.nio.NioPipeSourceConduit
         4: getstatic org.xnio.Options.READ_TIMEOUT:Lorg/xnio/Option;
            aload 2 /* value */
            invokevirtual org.xnio.Option.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
      StackMap locals: org.xnio.nio.NioPipeStreamConnection org.xnio.Option java.lang.Object top org.xnio.nio.NioPipeSourceConduit
      StackMap stack: org.xnio.Option org.xnio.nio.NioPipeSourceConduit int
         5: invokevirtual org.xnio.nio.NioPipeSourceConduit.getAndSetReadTimeout:(I)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.xnio.Option.cast:(Ljava/lang/Object;)Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
         6: astore 3 /* result */
        end local 4 // org.xnio.nio.NioPipeSourceConduit conduit
        start local 3 // java.lang.Object result
         7: .line 130
            goto 17
        end local 3 // java.lang.Object result
      StackMap locals: org.xnio.nio.NioPipeStreamConnection org.xnio.Option java.lang.Object
      StackMap stack:
         8: aload 1 /* option */
            getstatic org.xnio.Options.WRITE_TIMEOUT:Lorg/xnio/Option;
            if_acmpne 16
         9: .line 131
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sinkConduit:Lorg/xnio/nio/NioPipeSinkConduit;
            astore 4 /* conduit */
        start local 4 // org.xnio.nio.NioPipeSinkConduit conduit
        10: .line 132
            aload 4 /* conduit */
            ifnonnull 11
            aconst_null
            goto 14
      StackMap locals: org.xnio.nio.NioPipeStreamConnection org.xnio.Option java.lang.Object top org.xnio.nio.NioPipeSinkConduit
      StackMap stack:
        11: aload 1 /* option */
            aload 4 /* conduit */
            aload 2 /* value */
            ifnonnull 12
            iconst_0
            goto 13
      StackMap locals: org.xnio.nio.NioPipeStreamConnection org.xnio.Option java.lang.Object top org.xnio.nio.NioPipeSinkConduit
      StackMap stack: org.xnio.Option org.xnio.nio.NioPipeSinkConduit
        12: getstatic org.xnio.Options.WRITE_TIMEOUT:Lorg/xnio/Option;
            aload 2 /* value */
            invokevirtual org.xnio.Option.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.Integer
            invokevirtual java.lang.Integer.intValue:()I
      StackMap locals: org.xnio.nio.NioPipeStreamConnection org.xnio.Option java.lang.Object top org.xnio.nio.NioPipeSinkConduit
      StackMap stack: org.xnio.Option org.xnio.nio.NioPipeSinkConduit int
        13: invokevirtual org.xnio.nio.NioPipeSinkConduit.getAndSetWriteTimeout:(I)I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokevirtual org.xnio.Option.cast:(Ljava/lang/Object;)Ljava/lang/Object;
      StackMap locals:
      StackMap stack: java.lang.Object
        14: astore 3 /* result */
        end local 4 // org.xnio.nio.NioPipeSinkConduit conduit
        start local 3 // java.lang.Object result
        15: .line 133
            goto 17
        end local 3 // java.lang.Object result
        16: .line 134
      StackMap locals: org.xnio.nio.NioPipeStreamConnection org.xnio.Option java.lang.Object
      StackMap stack:
            aconst_null
            areturn
        start local 3 // java.lang.Object result
        17: .line 136
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 3 /* result */
            areturn
        end local 3 // java.lang.Object result
        end local 2 // java.lang.Object value
        end local 1 // org.xnio.Option option
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   18     0     this  Lorg/xnio/nio/NioPipeStreamConnection;
            0   18     1   option  Lorg/xnio/Option<TT;>;
            0   18     2    value  TT;
            7    8     3   result  TT;
           15   16     3   result  TT;
           17   18     3   result  TT;
            2    7     4  conduit  Lorg/xnio/nio/NioPipeSourceConduit;
           10   15     4  conduit  Lorg/xnio/nio/NioPipeSinkConduit;
    Exceptions:
      throws java.lang.IllegalArgumentException, java.io.IOException
    Signature: <T:Ljava/lang/Object;>(Lorg/xnio/Option<TT;>;TT;)TT;
    MethodParameters:
        Name  Flags
      option  final
      value   final

  java.nio.channels.Pipe$SourceChannel getSourcePipeChannel();
    descriptor: ()Ljava/nio/channels/Pipe$SourceChannel;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
         0: .line 140
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sourceChannel:Ljava/nio/channels/Pipe$SourceChannel;
            areturn
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioPipeStreamConnection;

  java.nio.channels.Pipe$SinkChannel getSinkPipeChannel();
    descriptor: ()Ljava/nio/channels/Pipe$SinkChannel;
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.nio.NioPipeStreamConnection this
         0: .line 144
            aload 0 /* this */
            getfield org.xnio.nio.NioPipeStreamConnection.sinkChannel:Ljava/nio/channels/Pipe$SinkChannel;
            areturn
        end local 0 // org.xnio.nio.NioPipeStreamConnection this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/nio/NioPipeStreamConnection;
}
SourceFile: "NioPipeStreamConnection.java"
InnerClasses:
  public abstract SinkChannel = java.nio.channels.Pipe$SinkChannel of java.nio.channels.Pipe
  public abstract SourceChannel = java.nio.channels.Pipe$SourceChannel of java.nio.channels.Pipe