class org.xnio.ChannelListeners$2 implements org.xnio.ChannelListener$Setter<java.nio.channels.Channel>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: org.xnio.ChannelListeners$2
  super_class: java.lang.Object
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.ChannelListeners$2 this
         0: .line 60
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // org.xnio.ChannelListeners$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/ChannelListeners$2;

  public void set(org.xnio.ChannelListener<? super java.nio.channels.Channel>);
    descriptor: (Lorg/xnio/ChannelListener;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=0, locals=2, args_size=2
        start local 0 // org.xnio.ChannelListeners$2 this
        start local 1 // org.xnio.ChannelListener channelListener
         0: .line 62
            return
        end local 1 // org.xnio.ChannelListener channelListener
        end local 0 // org.xnio.ChannelListeners$2 this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lorg/xnio/ChannelListeners$2;
            0    1     1  channelListener  Lorg/xnio/ChannelListener<-Ljava/nio/channels/Channel;>;
    Signature: (Lorg/xnio/ChannelListener<-Ljava/nio/channels/Channel;>;)V
    MethodParameters:
                 Name  Flags
      channelListener  final

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.xnio.ChannelListeners$2 this
         0: .line 65
            ldc "Null channel listener setter"
            areturn
        end local 0 // org.xnio.ChannelListeners$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/xnio/ChannelListeners$2;
}
Signature: Ljava/lang/Object;Lorg/xnio/ChannelListener$Setter<Ljava/nio/channels/Channel;>;
SourceFile: "ChannelListeners.java"
EnclosingMethod: org.xnio.ChannelListeners
NestHost: org.xnio.ChannelListeners
InnerClasses:
  public abstract Setter = org.xnio.ChannelListener$Setter of org.xnio.ChannelListener
  org.xnio.ChannelListeners$2