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

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

  public void readReady();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler this
         0: .line 62
            aload 0 /* this */
            getfield org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.channel:Lorg/xnio/channels/SuspendableReadChannel;
            checkcast org.xnio.channels.ReadListenerSettable
            checkcast org.xnio.channels.ReadListenerSettable
            invokeinterface org.xnio.channels.ReadListenerSettable.getReadListener:()Lorg/xnio/ChannelListener;
            astore 1 /* readListener */
        start local 1 // org.xnio.ChannelListener readListener
         1: .line 63
            aload 1 /* readListener */
            ifnonnull 4
         2: .line 64
            aload 0 /* this */
            getfield org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.channel:Lorg/xnio/channels/SuspendableReadChannel;
            invokeinterface org.xnio.channels.SuspendableReadChannel.suspendReads:()V
         3: .line 65
            goto 5
         4: .line 66
      StackMap locals: org.xnio.ChannelListener
      StackMap stack:
            aload 0 /* this */
            getfield org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.channel:Lorg/xnio/channels/SuspendableReadChannel;
            aload 1 /* readListener */
            invokestatic org.xnio.ChannelListeners.invokeChannelListener:(Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener;)Z
            pop
         5: .line 68
      StackMap locals:
      StackMap stack:
            return
        end local 1 // org.xnio.ChannelListener readListener
        end local 0 // org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    6     0          this  Lorg/xnio/conduits/ReadReadyHandler$ChannelListenerHandler<TC;>;
            1    6     1  readListener  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.ReadReadyHandler$ChannelListenerHandler this
         0: .line 71
            aload 0 /* this */
            getfield org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.channel:Lorg/xnio/channels/SuspendableReadChannel;
            aload 0 /* this */
            getfield org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler.channel:Lorg/xnio/channels/SuspendableReadChannel;
            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 72
            return
        end local 0 // org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/xnio/conduits/ReadReadyHandler$ChannelListenerHandler<TC;>;
}
Signature: <C::Lorg/xnio/channels/SuspendableReadChannel;:Lorg/xnio/channels/ReadListenerSettable<TC;>;:Lorg/xnio/channels/CloseListenerSettable<TC;>;>Ljava/lang/Object;Lorg/xnio/conduits/ReadReadyHandler;
SourceFile: "ReadReadyHandler.java"
NestHost: org.xnio.conduits.ReadReadyHandler
InnerClasses:
  public ChannelListenerHandler = org.xnio.conduits.ReadReadyHandler$ChannelListenerHandler of org.xnio.conduits.ReadReadyHandler