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

  public void <init>();
    descriptor: (Ljava/nio/channels/Channel;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.xnio.conduits.TerminateHandler$ChannelListenerHandler this
        start local 1 // java.nio.channels.Channel channel
         0: .line 57
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 58
            aload 0 /* this */
            aload 1 /* channel */
            putfield org.xnio.conduits.TerminateHandler$ChannelListenerHandler.channel:Ljava/nio/channels/Channel;
         2: .line 59
            return
        end local 1 // java.nio.channels.Channel channel
        end local 0 // org.xnio.conduits.TerminateHandler$ChannelListenerHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lorg/xnio/conduits/TerminateHandler$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.TerminateHandler$ChannelListenerHandler this
         0: .line 62
            aload 0 /* this */
            getfield org.xnio.conduits.TerminateHandler$ChannelListenerHandler.channel:Ljava/nio/channels/Channel;
            invokestatic org.xnio.IoUtils.safeClose:(Ljava/io/Closeable;)V
         1: .line 63
            return
        end local 0 // org.xnio.conduits.TerminateHandler$ChannelListenerHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/TerminateHandler$ChannelListenerHandler<TC;>;

  public void terminated();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.xnio.conduits.TerminateHandler$ChannelListenerHandler this
         0: .line 66
            aload 0 /* this */
            getfield org.xnio.conduits.TerminateHandler$ChannelListenerHandler.channel:Ljava/nio/channels/Channel;
            aload 0 /* this */
            getfield org.xnio.conduits.TerminateHandler$ChannelListenerHandler.channel:Ljava/nio/channels/Channel;
            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 67
            return
        end local 0 // org.xnio.conduits.TerminateHandler$ChannelListenerHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/TerminateHandler$ChannelListenerHandler<TC;>;
}
Signature: <C::Ljava/nio/channels/Channel;:Lorg/xnio/channels/CloseListenerSettable<TC;>;>Ljava/lang/Object;Lorg/xnio/conduits/TerminateHandler;
SourceFile: "TerminateHandler.java"
NestHost: org.xnio.conduits.TerminateHandler
InnerClasses:
  public ChannelListenerHandler = org.xnio.conduits.TerminateHandler$ChannelListenerHandler of org.xnio.conduits.TerminateHandler