public final class org.xnio.conduits.ConduitWritableMessageChannel implements org.xnio.channels.WritableMessageChannel, org.xnio.channels.WriteListenerSettable<org.xnio.conduits.ConduitWritableMessageChannel>, org.xnio.channels.CloseListenerSettable<org.xnio.conduits.ConduitWritableMessageChannel>, java.lang.Cloneable
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: org.xnio.conduits.ConduitWritableMessageChannel
  super_class: java.lang.Object
{
  private final org.xnio.channels.Configurable configurable;
    descriptor: Lorg/xnio/channels/Configurable;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

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

  private org.xnio.ChannelListener<? super org.xnio.conduits.ConduitWritableMessageChannel> writeListener;
    descriptor: Lorg/xnio/ChannelListener;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitWritableMessageChannel;>;

  private org.xnio.ChannelListener<? super org.xnio.conduits.ConduitWritableMessageChannel> closeListener;
    descriptor: Lorg/xnio/ChannelListener;
    flags: (0x0002) ACC_PRIVATE
    Signature: Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitWritableMessageChannel;>;

  public void <init>(org.xnio.channels.Configurable, org.xnio.conduits.MessageSinkConduit);
    descriptor: (Lorg/xnio/channels/Configurable;Lorg/xnio/conduits/MessageSinkConduit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=3, args_size=3
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
        start local 1 // org.xnio.channels.Configurable configurable
        start local 2 // org.xnio.conduits.MessageSinkConduit conduit
         0: .line 52
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 53
            aload 0 /* this */
            aload 1 /* configurable */
            putfield org.xnio.conduits.ConduitWritableMessageChannel.configurable:Lorg/xnio/channels/Configurable;
         2: .line 54
            aload 0 /* this */
            aload 2 /* conduit */
            putfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
         3: .line 55
            aload 2 /* conduit */
            new org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler
            dup
            aload 0 /* this */
            invokespecial org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler.<init>:(Lorg/xnio/channels/SuspendableWriteChannel;)V
            invokeinterface org.xnio.conduits.MessageSinkConduit.setWriteReadyHandler:(Lorg/xnio/conduits/WriteReadyHandler;)V
         4: .line 56
            return
        end local 2 // org.xnio.conduits.MessageSinkConduit conduit
        end local 1 // org.xnio.channels.Configurable configurable
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            0    5     1  configurable  Lorg/xnio/channels/Configurable;
            0    5     2       conduit  Lorg/xnio/conduits/MessageSinkConduit;
    MethodParameters:
              Name  Flags
      configurable  final
      conduit       final

  public org.xnio.conduits.MessageSinkConduit getConduit();
    descriptor: ()Lorg/xnio/conduits/MessageSinkConduit;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
         0: .line 64
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            areturn
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;

  public void setConduit(org.xnio.conduits.MessageSinkConduit);
    descriptor: (Lorg/xnio/conduits/MessageSinkConduit;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
        start local 1 // org.xnio.conduits.MessageSinkConduit conduit
         0: .line 73
            aload 0 /* this */
            aload 1 /* conduit */
            putfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
         1: .line 74
            return
        end local 1 // org.xnio.conduits.MessageSinkConduit conduit
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            0    2     1  conduit  Lorg/xnio/conduits/MessageSinkConduit;
    MethodParameters:
         Name  Flags
      conduit  final

  public org.xnio.ChannelListener<? super org.xnio.conduits.ConduitWritableMessageChannel> getWriteListener();
    descriptor: ()Lorg/xnio/ChannelListener;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
         0: .line 77
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.writeListener:Lorg/xnio/ChannelListener;
            areturn
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
    Signature: ()Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitWritableMessageChannel;>;

  public void setWriteListener(org.xnio.ChannelListener<? super org.xnio.conduits.ConduitWritableMessageChannel>);
    descriptor: (Lorg/xnio/ChannelListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
        start local 1 // org.xnio.ChannelListener writeListener
         0: .line 81
            aload 0 /* this */
            aload 1 /* writeListener */
            putfield org.xnio.conduits.ConduitWritableMessageChannel.writeListener:Lorg/xnio/ChannelListener;
         1: .line 82
            return
        end local 1 // org.xnio.ChannelListener writeListener
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            0    2     1  writeListener  Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitWritableMessageChannel;>;
    Signature: (Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitWritableMessageChannel;>;)V
    MethodParameters:
               Name  Flags
      writeListener  final

  public org.xnio.ChannelListener<? super org.xnio.conduits.ConduitWritableMessageChannel> getCloseListener();
    descriptor: ()Lorg/xnio/ChannelListener;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
         0: .line 85
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.closeListener:Lorg/xnio/ChannelListener;
            areturn
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
    Signature: ()Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitWritableMessageChannel;>;

  public void setCloseListener(org.xnio.ChannelListener<? super org.xnio.conduits.ConduitWritableMessageChannel>);
    descriptor: (Lorg/xnio/ChannelListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
        start local 1 // org.xnio.ChannelListener closeListener
         0: .line 89
            aload 0 /* this */
            aload 1 /* closeListener */
            putfield org.xnio.conduits.ConduitWritableMessageChannel.closeListener:Lorg/xnio/ChannelListener;
         1: .line 90
            return
        end local 1 // org.xnio.ChannelListener closeListener
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            0    2     1  closeListener  Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitWritableMessageChannel;>;
    Signature: (Lorg/xnio/ChannelListener<-Lorg/xnio/conduits/ConduitWritableMessageChannel;>;)V
    MethodParameters:
               Name  Flags
      closeListener  final

  public org.xnio.ChannelListener$Setter<org.xnio.conduits.ConduitWritableMessageChannel> getWriteSetter();
    descriptor: ()Lorg/xnio/ChannelListener$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
         0: .line 93
            new org.xnio.channels.WriteListenerSettable$Setter
            dup
            aload 0 /* this */
            invokespecial org.xnio.channels.WriteListenerSettable$Setter.<init>:(Lorg/xnio/channels/WriteListenerSettable;)V
            areturn
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
    Signature: ()Lorg/xnio/ChannelListener$Setter<Lorg/xnio/conduits/ConduitWritableMessageChannel;>;

  public org.xnio.ChannelListener$Setter<org.xnio.conduits.ConduitWritableMessageChannel> getCloseSetter();
    descriptor: ()Lorg/xnio/ChannelListener$Setter;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
         0: .line 97
            new org.xnio.channels.CloseListenerSettable$Setter
            dup
            aload 0 /* this */
            invokespecial org.xnio.channels.CloseListenerSettable$Setter.<init>:(Lorg/xnio/channels/CloseListenerSettable;)V
            areturn
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
    Signature: ()Lorg/xnio/ChannelListener$Setter<Lorg/xnio/conduits/ConduitWritableMessageChannel;>;

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

  public void resumeWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
         0: .line 105
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            invokeinterface org.xnio.conduits.MessageSinkConduit.resumeWrites:()V
         1: .line 106
            return
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;

  public void wakeupWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
         0: .line 109
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            invokeinterface org.xnio.conduits.MessageSinkConduit.wakeupWrites:()V
         1: .line 110
            return
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;

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

  public void awaitWritable();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
         0: .line 117
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            invokeinterface org.xnio.conduits.MessageSinkConduit.awaitWritable:()V
         1: .line 118
            return
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
    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.conduits.ConduitWritableMessageChannel this
        start local 1 // long time
        start local 3 // java.util.concurrent.TimeUnit timeUnit
         0: .line 121
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            lload 1 /* time */
            aload 3 /* timeUnit */
            invokeinterface org.xnio.conduits.MessageSinkConduit.awaitWritable:(JLjava/util/concurrent/TimeUnit;)V
         1: .line 122
            return
        end local 3 // java.util.concurrent.TimeUnit timeUnit
        end local 1 // long time
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            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 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.conduits.ConduitWritableMessageChannel this
        start local 1 // java.nio.ByteBuffer dst
         0: .line 125
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            aload 1 /* dst */
            invokeinterface org.xnio.conduits.MessageSinkConduit.send:(Ljava/nio/ByteBuffer;)Z
            ireturn
        end local 1 // java.nio.ByteBuffer dst
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            0    1     1   dst  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dst   final

  public boolean send(java.nio.ByteBuffer[]);
    descriptor: ([Ljava/nio/ByteBuffer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
        start local 1 // java.nio.ByteBuffer[] srcs
         0: .line 129
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            aload 1 /* srcs */
            iconst_0
            aload 1 /* srcs */
            arraylength
            invokeinterface org.xnio.conduits.MessageSinkConduit.send:([Ljava/nio/ByteBuffer;II)Z
            ireturn
        end local 1 // java.nio.ByteBuffer[] srcs
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            0    1     1  srcs  [Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      srcs  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.conduits.ConduitWritableMessageChannel this
        start local 1 // java.nio.ByteBuffer[] dsts
        start local 2 // int offs
        start local 3 // int len
         0: .line 133
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            aload 1 /* dsts */
            iload 2 /* offs */
            iload 3 /* len */
            invokeinterface org.xnio.conduits.MessageSinkConduit.send:([Ljava/nio/ByteBuffer;II)Z
            ireturn
        end local 3 // int len
        end local 2 // int offs
        end local 1 // java.nio.ByteBuffer[] dsts
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            0    1     1  dsts  [Ljava/nio/ByteBuffer;
            0    1     2  offs  I
            0    1     3   len  I
    Exceptions:
      throws java.io.IOException
    MethodParameters:
      Name  Flags
      dsts  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.conduits.ConduitWritableMessageChannel this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 138
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            aload 1 /* buffer */
            invokeinterface org.xnio.conduits.MessageSinkConduit.sendFinal:(Ljava/nio/ByteBuffer;)Z
            ireturn
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            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=4, locals=2, args_size=2
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
        start local 1 // java.nio.ByteBuffer[] buffers
         0: .line 143
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            aload 1 /* buffers */
            iconst_0
            aload 1 /* buffers */
            arraylength
            invokeinterface org.xnio.conduits.MessageSinkConduit.sendFinal:([Ljava/nio/ByteBuffer;II)Z
            ireturn
        end local 1 // java.nio.ByteBuffer[] buffers
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            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.conduits.ConduitWritableMessageChannel this
        start local 1 // java.nio.ByteBuffer[] buffers
        start local 2 // int offs
        start local 3 // int len
         0: .line 148
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            aload 1 /* buffers */
            iload 2 /* offs */
            iload 3 /* len */
            invokeinterface org.xnio.conduits.MessageSinkConduit.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.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    1     0     this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            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.conduits.ConduitWritableMessageChannel this
         0: .line 152
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            invokeinterface org.xnio.conduits.MessageSinkConduit.flush:()Z
            ireturn
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
    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.conduits.ConduitWritableMessageChannel this
        start local 1 // org.xnio.Option option
         0: .line 156
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.configurable:Lorg/xnio/channels/Configurable;
            aload 1 /* option */
            invokeinterface org.xnio.channels.Configurable.supportsOption:(Lorg/xnio/Option;)Z
            ireturn
        end local 1 // org.xnio.Option option
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            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.conduits.ConduitWritableMessageChannel this
        start local 1 // org.xnio.Option option
         0: .line 160
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.configurable:Lorg/xnio/channels/Configurable;
            aload 1 /* option */
            invokeinterface org.xnio.channels.Configurable.getOption:(Lorg/xnio/Option;)Ljava/lang/Object;
            areturn
        end local 1 // org.xnio.Option option
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            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.conduits.ConduitWritableMessageChannel this
        start local 1 // org.xnio.Option option
        start local 2 // java.lang.Object value
         0: .line 164
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.configurable:Lorg/xnio/channels/Configurable;
            aload 1 /* option */
            aload 2 /* value */
            invokeinterface org.xnio.channels.Configurable.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.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            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

  public void shutdownWrites();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
         0: .line 168
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            invokeinterface org.xnio.conduits.MessageSinkConduit.terminateWrites:()V
         1: .line 169
            return
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
    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.conduits.ConduitWritableMessageChannel this
         0: .line 172
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            invokeinterface org.xnio.conduits.MessageSinkConduit.isWriteShutdown:()Z
            ifeq 1
            iconst_0
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_1
      StackMap locals:
      StackMap stack: int
         2: ireturn
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;

  public void close();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
         0: .line 176
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            invokeinterface org.xnio.conduits.MessageSinkConduit.truncateWrites:()V
         1: .line 177
            return
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
    Exceptions:
      throws java.io.IOException

  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.conduits.ConduitWritableMessageChannel this
         0: .line 181
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            invokeinterface org.xnio.conduits.MessageSinkConduit.getWriteThread:()Lorg/xnio/XnioIoThread;
            areturn
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated()

  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.conduits.ConduitWritableMessageChannel this
         0: .line 185
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            invokeinterface org.xnio.conduits.MessageSinkConduit.getWriteThread:()Lorg/xnio/XnioIoThread;
            areturn
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;

  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.conduits.ConduitWritableMessageChannel this
         0: .line 189
            aload 0 /* this */
            getfield org.xnio.conduits.ConduitWritableMessageChannel.conduit:Lorg/xnio/conduits/MessageSinkConduit;
            invokeinterface org.xnio.conduits.MessageSinkConduit.getWorker:()Lorg/xnio/XnioWorker;
            areturn
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;

  public org.xnio.conduits.ConduitWritableMessageChannel clone();
    descriptor: ()Lorg/xnio/conduits/ConduitWritableMessageChannel;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
         0: .line 199
            aload 0 /* this */
            invokespecial java.lang.Object.clone:()Ljava/lang/Object;
            checkcast org.xnio.conduits.ConduitWritableMessageChannel
         1: areturn
         2: .line 200
      StackMap locals:
      StackMap stack: java.lang.CloneNotSupportedException
            astore 1 /* e */
        start local 1 // java.lang.CloneNotSupportedException e
         3: .line 201
            new java.lang.IllegalStateException
            dup
            aload 1 /* e */
            invokespecial java.lang.IllegalStateException.<init>:(Ljava/lang/Throwable;)V
            athrow
        end local 1 // java.lang.CloneNotSupportedException e
        end local 0 // org.xnio.conduits.ConduitWritableMessageChannel this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/xnio/conduits/ConduitWritableMessageChannel;
            3    4     1     e  Ljava/lang/CloneNotSupportedException;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.CloneNotSupportedException

  public java.lang.Object clone();
    descriptor: ()Ljava/lang/Object;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokevirtual org.xnio.conduits.ConduitWritableMessageChannel.clone:()Lorg/xnio/conduits/ConduitWritableMessageChannel;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.CloneNotSupportedException
}
Signature: Ljava/lang/Object;Lorg/xnio/channels/WritableMessageChannel;Lorg/xnio/channels/WriteListenerSettable<Lorg/xnio/conduits/ConduitWritableMessageChannel;>;Lorg/xnio/channels/CloseListenerSettable<Lorg/xnio/conduits/ConduitWritableMessageChannel;>;Ljava/lang/Cloneable;
SourceFile: "ConduitWritableMessageChannel.java"
InnerClasses:
  public abstract Setter = org.xnio.ChannelListener$Setter of org.xnio.ChannelListener
  public Setter = org.xnio.channels.CloseListenerSettable$Setter of org.xnio.channels.CloseListenerSettable
  public Setter = org.xnio.channels.WriteListenerSettable$Setter of org.xnio.channels.WriteListenerSettable
  public ChannelListenerHandler = org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler of org.xnio.conduits.WriteReadyHandler