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 0: aload 0
invokespecial org.xnio.IoFuture$HandlingNotifier.<init>:()V
return
end local 0 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 start local 1 start local 2 0: aload 2
aload 1
invokeinterface org.xnio.ChannelListener.handleEvent:(Ljava/nio/channels/Channel;)V
1: return
end local 2 end local 1 end local 0 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: 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