public class org.xnio.channels.AssembledMessageChannel implements org.xnio.channels.MessageChannel
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.xnio.channels.AssembledMessageChannel
  super_class: java.lang.Object
{
  private final org.xnio.channels.CloseableChannel closeable;
    descriptor: Lorg/xnio/channels/CloseableChannel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.xnio.channels.ReadableMessageChannel readable;
    descriptor: Lorg/xnio/channels/ReadableMessageChannel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.xnio.channels.WritableMessageChannel writable;
    descriptor: Lorg/xnio/channels/WritableMessageChannel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final org.xnio.ChannelListener$Setter<org.xnio.channels.AssembledMessageChannel> readSetter;
    descriptor: Lorg/xnio/ChannelListener$Setter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/xnio/ChannelListener$Setter<Lorg/xnio/channels/AssembledMessageChannel;>;

  private final org.xnio.ChannelListener$Setter<org.xnio.channels.AssembledMessageChannel> writeSetter;
    descriptor: Lorg/xnio/ChannelListener$Setter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/xnio/ChannelListener$Setter<Lorg/xnio/channels/AssembledMessageChannel;>;

  private final org.xnio.ChannelListener$Setter<org.xnio.channels.AssembledMessageChannel> closeSetter;
    descriptor: Lorg/xnio/ChannelListener$Setter;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/xnio/ChannelListener$Setter<Lorg/xnio/channels/AssembledMessageChannel;>;

  public void <init>(org.xnio.channels.CloseableChannel, org.xnio.channels.ReadableMessageChannel, org.xnio.channels.WritableMessageChannel);
    descriptor: (Lorg/xnio/channels/CloseableChannel;Lorg/xnio/channels/ReadableMessageChannel;Lorg/xnio/channels/WritableMessageChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.xnio.channels.AssembledMessageChannel this
        start local 1 // org.xnio.channels.CloseableChannel closeable
        start local 2 // org.xnio.channels.ReadableMessageChannel readable
        start local 3 // org.xnio.channels.WritableMessageChannel writable
         0: .line 55
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 56
            aload 2 /* readable */
            invokeinterface org.xnio.channels.ReadableMessageChannel.getWorker:()Lorg/xnio/XnioWorker;
            aload 3 /* writable */
            invokeinterface org.xnio.channels.WritableMessageChannel.getWorker:()Lorg/xnio/XnioWorker;
            if_acmpne 2
            aload 2 /* readable */
            invokeinterface org.xnio.channels.ReadableMessageChannel.getWorker:()Lorg/xnio/XnioWorker;
            aload 1 /* closeable */
            invokeinterface org.xnio.channels.CloseableChannel.getWorker:()Lorg/xnio/XnioWorker;
            if_acmpeq 3
         2: .line 57
      StackMap locals: org.xnio.channels.AssembledMessageChannel org.xnio.channels.CloseableChannel org.xnio.channels.ReadableMessageChannel org.xnio.channels.WritableMessageChannel
      StackMap stack:
            getstatic org.xnio._private.Messages.msg:Lorg/xnio/_private/Messages;
            invokeinterface org.xnio._private.Messages.differentWorkers:()Ljava/lang/IllegalArgumentException;
            athrow
         3: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* closeable */
            putfield org.xnio.channels.AssembledMessageChannel.closeable:Lorg/xnio/channels/CloseableChannel;
         4: .line 60
            aload 0 /* this */
            aload 2 /* readable */
            putfield org.xnio.channels.AssembledMessageChannel.readable:Lorg/xnio/channels/ReadableMessageChannel;
         5: .line 61
            aload 0 /* this */
            aload 3 /* writable */
            putfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
         6: .line 62
            aload 0 /* this */
            aload 2 /* readable */
            invokeinterface org.xnio.channels.ReadableMessageChannel.getReadSetter:()Lorg/xnio/ChannelListener$Setter;
            aload 0 /* this */
            invokestatic org.xnio.ChannelListeners.getDelegatingSetter:(Lorg/xnio/ChannelListener$Setter;Ljava/nio/channels/Channel;)Lorg/xnio/ChannelListener$Setter;
            putfield org.xnio.channels.AssembledMessageChannel.readSetter:Lorg/xnio/ChannelListener$Setter;
         7: .line 63
            aload 0 /* this */
            aload 3 /* writable */
            invokeinterface org.xnio.channels.WritableMessageChannel.getWriteSetter:()Lorg/xnio/ChannelListener$Setter;
            aload 0 /* this */
            invokestatic org.xnio.ChannelListeners.getDelegatingSetter:(Lorg/xnio/ChannelListener$Setter;Ljava/nio/channels/Channel;)Lorg/xnio/ChannelListener$Setter;
            putfield org.xnio.channels.AssembledMessageChannel.writeSetter:Lorg/xnio/ChannelListener$Setter;
         8: .line 64
            aload 0 /* this */
            aload 1 /* closeable */
            invokeinterface org.xnio.channels.CloseableChannel.getCloseSetter:()Lorg/xnio/ChannelListener$Setter;
            aload 0 /* this */
            invokestatic org.xnio.ChannelListeners.getDelegatingSetter:(Lorg/xnio/ChannelListener$Setter;Ljava/nio/channels/Channel;)Lorg/xnio/ChannelListener$Setter;
            putfield org.xnio.channels.AssembledMessageChannel.closeSetter:Lorg/xnio/ChannelListener$Setter;
         9: .line 65
            return
        end local 3 // org.xnio.channels.WritableMessageChannel writable
        end local 2 // org.xnio.channels.ReadableMessageChannel readable
        end local 1 // org.xnio.channels.CloseableChannel closeable
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lorg/xnio/channels/AssembledMessageChannel;
            0   10     1  closeable  Lorg/xnio/channels/CloseableChannel;
            0   10     2   readable  Lorg/xnio/channels/ReadableMessageChannel;
            0   10     3   writable  Lorg/xnio/channels/WritableMessageChannel;
    MethodParameters:
           Name  Flags
      closeable  final
      readable   final
      writable   final

  public void <init>(org.xnio.channels.ReadableMessageChannel, org.xnio.channels.WritableMessageChannel);
    descriptor: (Lorg/xnio/channels/ReadableMessageChannel;Lorg/xnio/channels/WritableMessageChannel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // org.xnio.channels.AssembledMessageChannel this
        start local 1 // org.xnio.channels.ReadableMessageChannel readable
        start local 2 // org.xnio.channels.WritableMessageChannel writable
         0: .line 74
            aload 0 /* this */
            new org.xnio.channels.AssembledChannel
            dup
            aload 1 /* readable */
            aload 2 /* writable */
            invokespecial org.xnio.channels.AssembledChannel.<init>:(Lorg/xnio/channels/SuspendableReadChannel;Lorg/xnio/channels/SuspendableWriteChannel;)V
            aload 1 /* readable */
            aload 2 /* writable */
            invokespecial org.xnio.channels.AssembledMessageChannel.<init>:(Lorg/xnio/channels/CloseableChannel;Lorg/xnio/channels/ReadableMessageChannel;Lorg/xnio/channels/WritableMessageChannel;)V
         1: .line 75
            return
        end local 2 // org.xnio.channels.WritableMessageChannel writable
        end local 1 // org.xnio.channels.ReadableMessageChannel readable
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/xnio/channels/AssembledMessageChannel;
            0    2     1  readable  Lorg/xnio/channels/ReadableMessageChannel;
            0    2     2  writable  Lorg/xnio/channels/WritableMessageChannel;
    MethodParameters:
          Name  Flags
      readable  final
      writable  final

  public org.xnio.XnioIoThread getIoThread();
    descriptor: ()Lorg/xnio/XnioIoThread;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 79
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.readable:Lorg/xnio/channels/ReadableMessageChannel;
            invokeinterface org.xnio.channels.ReadableMessageChannel.getIoThread:()Lorg/xnio/XnioIoThread;
            areturn
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledMessageChannel;

  public org.xnio.ChannelListener$Setter<? extends org.xnio.channels.AssembledMessageChannel> getReadSetter();
    descriptor: ()Lorg/xnio/ChannelListener$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 85
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.readSetter:Lorg/xnio/ChannelListener$Setter;
            areturn
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledMessageChannel;
    Signature: ()Lorg/xnio/ChannelListener$Setter<+Lorg/xnio/channels/AssembledMessageChannel;>;

  public void suspendReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 89
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.readable:Lorg/xnio/channels/ReadableMessageChannel;
            invokeinterface org.xnio.channels.ReadableMessageChannel.suspendReads:()V
         1: .line 90
            return
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/channels/AssembledMessageChannel;

  public void resumeReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 93
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.readable:Lorg/xnio/channels/ReadableMessageChannel;
            invokeinterface org.xnio.channels.ReadableMessageChannel.resumeReads:()V
         1: .line 94
            return
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/channels/AssembledMessageChannel;

  public boolean isReadResumed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 97
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.readable:Lorg/xnio/channels/ReadableMessageChannel;
            invokeinterface org.xnio.channels.ReadableMessageChannel.isReadResumed:()Z
            ireturn
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledMessageChannel;

  public void wakeupReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 101
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.readable:Lorg/xnio/channels/ReadableMessageChannel;
            invokeinterface org.xnio.channels.ReadableMessageChannel.wakeupReads:()V
         1: .line 102
            return
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/channels/AssembledMessageChannel;

  public void shutdownReads();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 105
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.readable:Lorg/xnio/channels/ReadableMessageChannel;
            invokeinterface org.xnio.channels.ReadableMessageChannel.shutdownReads:()V
         1: .line 106
            return
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/channels/AssembledMessageChannel;
    Exceptions:
      throws java.io.IOException

  public void awaitReadable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 109
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.readable:Lorg/xnio/channels/ReadableMessageChannel;
            invokeinterface org.xnio.channels.ReadableMessageChannel.awaitReadable:()V
         1: .line 110
            return
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/channels/AssembledMessageChannel;
    Exceptions:
      throws java.io.IOException

  public void awaitReadable(long, java.util.concurrent.TimeUnit);
    descriptor: (JLjava/util/concurrent/TimeUnit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // org.xnio.channels.AssembledMessageChannel this
        start local 1 // long time
        start local 3 // java.util.concurrent.TimeUnit timeUnit
         0: .line 113
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.readable:Lorg/xnio/channels/ReadableMessageChannel;
            lload 1 /* time */
            aload 3 /* timeUnit */
            invokeinterface org.xnio.channels.ReadableMessageChannel.awaitReadable:(JLjava/util/concurrent/TimeUnit;)V
         1: .line 114
            return
        end local 3 // java.util.concurrent.TimeUnit timeUnit
        end local 1 // long time
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/xnio/channels/AssembledMessageChannel;
            0    2     1      time  J
            0    2     3  timeUnit  Ljava/util/concurrent/TimeUnit;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      time      final
      timeUnit  final

  public org.xnio.XnioExecutor getReadThread();
    descriptor: ()Lorg/xnio/XnioExecutor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 118
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.readable:Lorg/xnio/channels/ReadableMessageChannel;
            invokeinterface org.xnio.channels.ReadableMessageChannel.getReadThread:()Lorg/xnio/XnioExecutor;
            areturn
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledMessageChannel;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public int receive(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.channels.AssembledMessageChannel this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 122
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.readable:Lorg/xnio/channels/ReadableMessageChannel;
            aload 1 /* buffer */
            invokeinterface org.xnio.channels.ReadableMessageChannel.receive:(Ljava/nio/ByteBuffer;)I
            ireturn
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/channels/AssembledMessageChannel;
            0    1     1  buffer  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  final

  public long receive(java.nio.ByteBuffer[]);
    descriptor: ([Ljava/nio/ByteBuffer;)J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.channels.AssembledMessageChannel this
        start local 1 // java.nio.ByteBuffer[] buffers
         0: .line 126
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.readable:Lorg/xnio/channels/ReadableMessageChannel;
            aload 1 /* buffers */
            invokeinterface org.xnio.channels.ReadableMessageChannel.receive:([Ljava/nio/ByteBuffer;)J
            lreturn
        end local 1 // java.nio.ByteBuffer[] buffers
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/xnio/channels/AssembledMessageChannel;
            0    1     1  buffers  [Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      buffers  final

  public long receive(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.channels.AssembledMessageChannel this
        start local 1 // java.nio.ByteBuffer[] buffers
        start local 2 // int offs
        start local 3 // int len
         0: .line 130
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.readable:Lorg/xnio/channels/ReadableMessageChannel;
            aload 1 /* buffers */
            iload 2 /* offs */
            iload 3 /* len */
            invokeinterface org.xnio.channels.ReadableMessageChannel.receive:([Ljava/nio/ByteBuffer;II)J
            lreturn
        end local 3 // int len
        end local 2 // int offs
        end local 1 // java.nio.ByteBuffer[] buffers
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/xnio/channels/AssembledMessageChannel;
            0    1     1  buffers  [Ljava/nio/ByteBuffer;
            0    1     2     offs  I
            0    1     3      len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      buffers  final
      offs     final
      len      final

  public org.xnio.ChannelListener$Setter<? extends org.xnio.channels.AssembledMessageChannel> getWriteSetter();
    descriptor: ()Lorg/xnio/ChannelListener$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 136
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writeSetter:Lorg/xnio/ChannelListener$Setter;
            areturn
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledMessageChannel;
    Signature: ()Lorg/xnio/ChannelListener$Setter<+Lorg/xnio/channels/AssembledMessageChannel;>;

  public void suspendWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 140
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            invokeinterface org.xnio.channels.WritableMessageChannel.suspendWrites:()V
         1: .line 141
            return
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/channels/AssembledMessageChannel;

  public void resumeWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 144
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            invokeinterface org.xnio.channels.WritableMessageChannel.resumeWrites:()V
         1: .line 145
            return
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/channels/AssembledMessageChannel;

  public boolean isWriteResumed();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 148
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            invokeinterface org.xnio.channels.WritableMessageChannel.isWriteResumed:()Z
            ireturn
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledMessageChannel;

  public void wakeupWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 152
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            invokeinterface org.xnio.channels.WritableMessageChannel.wakeupWrites:()V
         1: .line 153
            return
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/channels/AssembledMessageChannel;

  public void shutdownWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 156
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            invokeinterface org.xnio.channels.WritableMessageChannel.shutdownWrites:()V
         1: .line 157
            return
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/channels/AssembledMessageChannel;
    Exceptions:
      throws java.io.IOException

  public void awaitWritable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 160
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            invokeinterface org.xnio.channels.WritableMessageChannel.awaitWritable:()V
         1: .line 161
            return
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/channels/AssembledMessageChannel;
    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=4, locals=4, args_size=3
        start local 0 // org.xnio.channels.AssembledMessageChannel this
        start local 1 // long time
        start local 3 // java.util.concurrent.TimeUnit timeUnit
         0: .line 164
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            lload 1 /* time */
            aload 3 /* timeUnit */
            invokeinterface org.xnio.channels.WritableMessageChannel.awaitWritable:(JLjava/util/concurrent/TimeUnit;)V
         1: .line 165
            return
        end local 3 // java.util.concurrent.TimeUnit timeUnit
        end local 1 // long time
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/xnio/channels/AssembledMessageChannel;
            0    2     1      time  J
            0    2     3  timeUnit  Ljava/util/concurrent/TimeUnit;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
          Name  Flags
      time      final
      timeUnit  final

  public org.xnio.XnioExecutor getWriteThread();
    descriptor: ()Lorg/xnio/XnioExecutor;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 169
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            invokeinterface org.xnio.channels.WritableMessageChannel.getWriteThread:()Lorg/xnio/XnioExecutor;
            areturn
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledMessageChannel;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  public boolean send(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.channels.AssembledMessageChannel this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 173
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            aload 1 /* buffer */
            invokeinterface org.xnio.channels.WritableMessageChannel.send:(Ljava/nio/ByteBuffer;)Z
            ireturn
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/channels/AssembledMessageChannel;
            0    1     1  buffer  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  final

  public boolean send(java.nio.ByteBuffer[]);
    descriptor: ([Ljava/nio/ByteBuffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.channels.AssembledMessageChannel this
        start local 1 // java.nio.ByteBuffer[] buffers
         0: .line 177
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            aload 1 /* buffers */
            invokeinterface org.xnio.channels.WritableMessageChannel.send:([Ljava/nio/ByteBuffer;)Z
            ireturn
        end local 1 // java.nio.ByteBuffer[] buffers
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/xnio/channels/AssembledMessageChannel;
            0    1     1  buffers  [Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      buffers  final

  public boolean send(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.xnio.channels.AssembledMessageChannel this
        start local 1 // java.nio.ByteBuffer[] buffers
        start local 2 // int offs
        start local 3 // int len
         0: .line 181
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            aload 1 /* buffers */
            iload 2 /* offs */
            iload 3 /* len */
            invokeinterface org.xnio.channels.WritableMessageChannel.send:([Ljava/nio/ByteBuffer;II)Z
            ireturn
        end local 3 // int len
        end local 2 // int offs
        end local 1 // java.nio.ByteBuffer[] buffers
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/xnio/channels/AssembledMessageChannel;
            0    1     1  buffers  [Ljava/nio/ByteBuffer;
            0    1     2     offs  I
            0    1     3      len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      buffers  final
      offs     final
      len      final

  public boolean sendFinal(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.channels.AssembledMessageChannel this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 186
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            aload 1 /* buffer */
            invokeinterface org.xnio.channels.WritableMessageChannel.sendFinal:(Ljava/nio/ByteBuffer;)Z
            ireturn
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/channels/AssembledMessageChannel;
            0    1     1  buffer  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  

  public boolean sendFinal(java.nio.ByteBuffer[]);
    descriptor: ([Ljava/nio/ByteBuffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.channels.AssembledMessageChannel this
        start local 1 // java.nio.ByteBuffer[] buffers
         0: .line 191
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            aload 1 /* buffers */
            invokeinterface org.xnio.channels.WritableMessageChannel.sendFinal:([Ljava/nio/ByteBuffer;)Z
            ireturn
        end local 1 // java.nio.ByteBuffer[] buffers
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/xnio/channels/AssembledMessageChannel;
            0    1     1  buffers  [Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      buffers  

  public boolean sendFinal(java.nio.ByteBuffer[], int, int);
    descriptor: ([Ljava/nio/ByteBuffer;II)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.xnio.channels.AssembledMessageChannel this
        start local 1 // java.nio.ByteBuffer[] buffers
        start local 2 // int offs
        start local 3 // int len
         0: .line 196
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            aload 1 /* buffers */
            iload 2 /* offs */
            iload 3 /* len */
            invokeinterface org.xnio.channels.WritableMessageChannel.sendFinal:([Ljava/nio/ByteBuffer;II)Z
            ireturn
        end local 3 // int len
        end local 2 // int offs
        end local 1 // java.nio.ByteBuffer[] buffers
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/xnio/channels/AssembledMessageChannel;
            0    1     1  buffers  [Ljava/nio/ByteBuffer;
            0    1     2     offs  I
            0    1     3      len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      buffers  
      offs     
      len      

  public boolean flush();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 200
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.writable:Lorg/xnio/channels/WritableMessageChannel;
            invokeinterface org.xnio.channels.WritableMessageChannel.flush:()Z
            ireturn
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledMessageChannel;
    Exceptions:
      throws java.io.IOException

  public org.xnio.ChannelListener$Setter<? extends org.xnio.channels.AssembledMessageChannel> getCloseSetter();
    descriptor: ()Lorg/xnio/ChannelListener$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 206
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.closeSetter:Lorg/xnio/ChannelListener$Setter;
            areturn
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledMessageChannel;
    Signature: ()Lorg/xnio/ChannelListener$Setter<+Lorg/xnio/channels/AssembledMessageChannel;>;

  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.channels.AssembledMessageChannel this
         0: .line 210
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.closeable:Lorg/xnio/channels/CloseableChannel;
            invokeinterface org.xnio.channels.CloseableChannel.getWorker:()Lorg/xnio/XnioWorker;
            areturn
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledMessageChannel;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 214
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.closeable:Lorg/xnio/channels/CloseableChannel;
            invokeinterface org.xnio.channels.CloseableChannel.close:()V
         1: .line 215
            return
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/channels/AssembledMessageChannel;
    Exceptions:
      throws java.io.IOException

  public boolean isOpen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.channels.AssembledMessageChannel this
         0: .line 218
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.closeable:Lorg/xnio/channels/CloseableChannel;
            invokeinterface org.xnio.channels.CloseableChannel.isOpen:()Z
            ireturn
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/channels/AssembledMessageChannel;

  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.channels.AssembledMessageChannel this
        start local 1 // org.xnio.Option option
         0: .line 222
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.closeable:Lorg/xnio/channels/CloseableChannel;
            aload 1 /* option */
            invokeinterface org.xnio.channels.CloseableChannel.supportsOption:(Lorg/xnio/Option;)Z
            ireturn
        end local 1 // org.xnio.Option option
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/channels/AssembledMessageChannel;
            0    1     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=2, args_size=2
        start local 0 // org.xnio.channels.AssembledMessageChannel this
        start local 1 // org.xnio.Option option
         0: .line 226
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.closeable:Lorg/xnio/channels/CloseableChannel;
            aload 1 /* option */
            invokeinterface org.xnio.channels.CloseableChannel.getOption:(Lorg/xnio/Option;)Ljava/lang/Object;
            areturn
        end local 1 // org.xnio.Option option
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/channels/AssembledMessageChannel;
            0    1     1  option  Lorg/xnio/Option<TT;>;
    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=3, locals=3, args_size=3
        start local 0 // org.xnio.channels.AssembledMessageChannel this
        start local 1 // org.xnio.Option option
        start local 2 // java.lang.Object value
         0: .line 230
            aload 0 /* this */
            getfield org.xnio.channels.AssembledMessageChannel.closeable:Lorg/xnio/channels/CloseableChannel;
            aload 1 /* option */
            aload 2 /* value */
            invokeinterface org.xnio.channels.CloseableChannel.setOption:(Lorg/xnio/Option;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object value
        end local 1 // org.xnio.Option option
        end local 0 // org.xnio.channels.AssembledMessageChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/channels/AssembledMessageChannel;
            0    1     1  option  Lorg/xnio/Option<TT;>;
            0    1     2   value  TT;
    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
}
SourceFile: "AssembledMessageChannel.java"
InnerClasses:
  public abstract Setter = org.xnio.ChannelListener$Setter of org.xnio.ChannelListener