class org.xnio.IoUtils$7 extends org.xnio.IoFuture$HandlingNotifier<java.nio.channels.Channel, org.xnio.ChannelListener<? super java.nio.channels.Channel>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.IoUtils$7
  super_class: org.xnio.IoFuture$HandlingNotifier
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.IoUtils$7 this
         0: .line 352
            aload 0 /* this */
            invokespecial org.xnio.IoFuture$HandlingNotifier.<init>:()V
            return
        end local 0 // org.xnio.IoUtils$7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/IoUtils$7;

  public void handleDone(java.nio.channels.Channel, org.xnio.ChannelListener);
    descriptor: (Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // org.xnio.IoUtils$7 this
        start local 1 // java.nio.channels.Channel channel
        start local 2 // org.xnio.ChannelListener channelListener
         0: .line 355
            aload 2 /* channelListener */
            aload 1 /* channel */
            invokeinterface org.xnio.ChannelListener.handleEvent:(Ljava/nio/channels/Channel;)V
         1: .line 356
            return
        end local 2 // org.xnio.ChannelListener channelListener
        end local 1 // java.nio.channels.Channel channel
        end local 0 // org.xnio.IoUtils$7 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    2     0             this  Lorg/xnio/IoUtils$7;
            0    2     1          channel  Ljava/nio/channels/Channel;
            0    2     2  channelListener  Lorg/xnio/ChannelListener;
    MethodParameters:
                 Name  Flags
      channel          final
      channelListener  final

  public void handleDone(java.lang.Object, java.lang.Object);
    descriptor: (Ljava/lang/Object;Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            checkcast java.nio.channels.Channel
            aload 2
            checkcast org.xnio.ChannelListener
            invokevirtual org.xnio.IoUtils$7.handleDone:(Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Lorg/xnio/IoFuture$HandlingNotifier<Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener<-Ljava/nio/channels/Channel;>;>;
SourceFile: "IoUtils.java"
EnclosingMethod: org.xnio.IoUtils
NestHost: org.xnio.IoUtils
InnerClasses:
  public abstract HandlingNotifier = org.xnio.IoFuture$HandlingNotifier of org.xnio.IoFuture
  org.xnio.IoUtils$7