public final class org.xnio.ChannelPipe<L extends org.xnio.channels.CloseableChannel, R extends org.xnio.channels.CloseableChannel>
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.xnio.ChannelPipe
  super_class: java.lang.Object
{
  private final L leftSide;
    descriptor: Lorg/xnio/channels/CloseableChannel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TL;

  private final R rightSide;
    descriptor: Lorg/xnio/channels/CloseableChannel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TR;

  public void <init>(L, );
    descriptor: (Lorg/xnio/channels/CloseableChannel;Lorg/xnio/channels/CloseableChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.xnio.ChannelPipe this
        start local 1 // org.xnio.channels.CloseableChannel leftSide
        start local 2 // org.xnio.channels.CloseableChannel rightSide
         0: .line 39
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 40
            aload 0 /* this */
            aload 2 /* rightSide */
            putfield org.xnio.ChannelPipe.rightSide:Lorg/xnio/channels/CloseableChannel;
         2: .line 41
            aload 0 /* this */
            aload 1 /* leftSide */
            putfield org.xnio.ChannelPipe.leftSide:Lorg/xnio/channels/CloseableChannel;
         3: .line 42
            return
        end local 2 // org.xnio.channels.CloseableChannel rightSide
        end local 1 // org.xnio.channels.CloseableChannel leftSide
        end local 0 // org.xnio.ChannelPipe this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    4     0       this  Lorg/xnio/ChannelPipe<TL;TR;>;
            0    4     1   leftSide  TL;
            0    4     2  rightSide  TR;
    Signature: (TL;TR;)V
    MethodParameters:
           Name  Flags
      leftSide   final
      rightSide  final

  public L getLeftSide();
    descriptor: ()Lorg/xnio/channels/CloseableChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.ChannelPipe this
         0: .line 50
            aload 0 /* this */
            getfield org.xnio.ChannelPipe.leftSide:Lorg/xnio/channels/CloseableChannel;
            areturn
        end local 0 // org.xnio.ChannelPipe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/ChannelPipe<TL;TR;>;
    Signature: ()TL;

  public R getRightSide();
    descriptor: ()Lorg/xnio/channels/CloseableChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.ChannelPipe this
         0: .line 59
            aload 0 /* this */
            getfield org.xnio.ChannelPipe.rightSide:Lorg/xnio/channels/CloseableChannel;
            areturn
        end local 0 // org.xnio.ChannelPipe this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/ChannelPipe<TL;TR;>;
    Signature: ()TR;
}
Signature: <L::Lorg/xnio/channels/CloseableChannel;R::Lorg/xnio/channels/CloseableChannel;>Ljava/lang/Object;
SourceFile: "ChannelPipe.java"