public class org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler<C extends org.xnio.channels.SuspendableWriteChannel, org.xnio.channels.WriteListenerSettable<C>, org.xnio.channels.CloseListenerSettable<C>> implements org.xnio.conduits.WriteReadyHandler
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler
  super_class: java.lang.Object
{
  private final C channel;
    descriptor: Lorg/xnio/channels/SuspendableWriteChannel;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: TC;

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

  public void forceTermination();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler this
         0: .line 57
            aload 0 /* this */
            getfield org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler.channel:Lorg/xnio/channels/SuspendableWriteChannel;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         1: .line 58
            return
        end local 0 // org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/WriteReadyHandler$ChannelListenerHandler<TC;>;

  public void writeReady();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler this
         0: .line 61
            aload 0 /* this */
            getfield org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler.channel:Lorg/xnio/channels/SuspendableWriteChannel;
            checkcast org.xnio.channels.WriteListenerSettable
            checkcast org.xnio.channels.WriteListenerSettable
            invokeinterface org.xnio.channels.WriteListenerSettable.getWriteListener:()Lorg/xnio/ChannelListener;
            astore 1 /* writeListener */
        start local 1 // org.xnio.ChannelListener writeListener
         1: .line 62
            aload 1 /* writeListener */
            ifnonnull 4
         2: .line 63
            aload 0 /* this */
            getfield org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler.channel:Lorg/xnio/channels/SuspendableWriteChannel;
            invokeinterface org.xnio.channels.SuspendableWriteChannel.suspendWrites:()V
         3: .line 64
            goto 5
         4: .line 65
      StackMap locals: org.xnio.ChannelListener
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler.channel:Lorg/xnio/channels/SuspendableWriteChannel;
            aload 1 /* writeListener */
            invokestatic org.xnio.ChannelListeners.invokeChannelListener:(Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener;)Z
            pop
         5: .line 67
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xnio.ChannelListener writeListener
        end local 0 // org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lorg/xnio/conduits/WriteReadyHandler$ChannelListenerHandler<TC;>;
            1    6     1  writeListener  Lorg/xnio/ChannelListener<-TC;>;

  public void terminated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler this
         0: .line 70
            aload 0 /* this */
            getfield org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler.channel:Lorg/xnio/channels/SuspendableWriteChannel;
            aload 0 /* this */
            getfield org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler.channel:Lorg/xnio/channels/SuspendableWriteChannel;
            checkcast org.xnio.channels.CloseListenerSettable
            checkcast org.xnio.channels.CloseListenerSettable
            invokeinterface org.xnio.channels.CloseListenerSettable.getCloseListener:()Lorg/xnio/ChannelListener;
            invokestatic org.xnio.ChannelListeners.invokeChannelListener:(Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener;)Z
            pop
         1: .line 71
            return
        end local 0 // org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/WriteReadyHandler$ChannelListenerHandler<TC;>;
}
Signature: <C::Lorg/xnio/channels/SuspendableWriteChannel;:Lorg/xnio/channels/WriteListenerSettable<TC;>;:Lorg/xnio/channels/CloseListenerSettable<TC;>;>Ljava/lang/Object;Lorg/xnio/conduits/WriteReadyHandler;
SourceFile: "WriteReadyHandler.java"
NestHost: org.xnio.conduits.WriteReadyHandler
InnerClasses:
  public ChannelListenerHandler = org.xnio.conduits.WriteReadyHandler$ChannelListenerHandler of org.xnio.conduits.WriteReadyHandler