class org.xnio.ChannelListeners$11 implements org.xnio.ChannelListener<org.xnio.channels.AcceptingChannel<C>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: org.xnio.ChannelListeners$11
super_class: java.lang.Object
{
private final org.xnio.ChannelListener val$openListener;
descriptor: Lorg/xnio/ChannelListener;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(org.xnio.ChannelListener);
descriptor: (Lorg/xnio/ChannelListener;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 0: aload 0
aload 1
putfield org.xnio.ChannelListeners$11.val$openListener:Lorg/xnio/ChannelListener;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/ChannelListeners$11;
MethodParameters:
Name Flags
val$openListener final
public void handleEvent(org.xnio.channels.AcceptingChannel<C>);
descriptor: (Lorg/xnio/channels/AcceptingChannel;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=3, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface org.xnio.channels.AcceptingChannel.accept:()Lorg/xnio/channels/ConnectedChannel;
astore 2
start local 2 1: aload 2
ifnull 6
2: aload 2
aload 0
getfield org.xnio.ChannelListeners$11.val$openListener:Lorg/xnio/ChannelListener;
invokestatic org.xnio.ChannelListeners.invokeChannelListener:(Ljava/nio/channels/Channel;Lorg/xnio/ChannelListener;)Z
pop
end local 2 3: goto 6
StackMap locals:
StackMap stack: java.io.IOException
4: astore 2
start local 2 5: getstatic org.xnio._private.Messages.listenerMsg:Lorg/xnio/_private/Messages;
aload 1
aload 2
invokeinterface org.xnio._private.Messages.acceptFailed:(Lorg/xnio/channels/AcceptingChannel;Ljava/io/IOException;)V
end local 2 6: StackMap locals:
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 7 0 this Lorg/xnio/ChannelListeners$11;
0 7 1 channel Lorg/xnio/channels/AcceptingChannel<TC;>;
1 3 2 accepted TC;
5 6 2 e Ljava/io/IOException;
Exception table:
from to target type
0 3 4 Class java.io.IOException
Signature: (Lorg/xnio/channels/AcceptingChannel<TC;>;)V
MethodParameters:
Name Flags
channel final
public java.lang.String toString();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=3, locals=1, args_size=1
start local 0 0: new java.lang.StringBuilder
dup
ldc "Accepting listener for "
invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
aload 0
getfield org.xnio.ChannelListeners$11.val$openListener:Lorg/xnio/ChannelListener;
invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lorg/xnio/ChannelListeners$11;
public void handleEvent(java.nio.channels.Channel);
descriptor: (Ljava/nio/channels/Channel;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast org.xnio.channels.AcceptingChannel
invokevirtual org.xnio.ChannelListeners$11.handleEvent:(Lorg/xnio/channels/AcceptingChannel;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lorg/xnio/ChannelListener<Lorg/xnio/channels/AcceptingChannel<TC;>;>;
SourceFile: "ChannelListeners.java"
EnclosingMethod: org.xnio.ChannelListeners.openListenerAdapter:(Lorg/xnio/ChannelListener;)Lorg/xnio/ChannelListener;
NestHost: org.xnio.ChannelListeners
InnerClasses:
org.xnio.ChannelListeners$11