final class io.netty.channel.nio.NioEventLoop$SelectorTuple
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.channel.nio.NioEventLoop$SelectorTuple
super_class: java.lang.Object
{
final java.nio.channels.Selector unwrappedSelector;
descriptor: Ljava/nio/channels/Selector;
flags: (0x0010) ACC_FINAL
final java.nio.channels.Selector selector;
descriptor: Ljava/nio/channels/Selector;
flags: (0x0010) ACC_FINAL
void <init>(java.nio.channels.Selector);
descriptor: (Ljava/nio/channels/Selector;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 // io.netty.channel.nio.NioEventLoop$SelectorTuple this
start local 1 // java.nio.channels.Selector unwrappedSelector
0: .line 161
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 162
aload 0 /* this */
aload 1 /* unwrappedSelector */
putfield io.netty.channel.nio.NioEventLoop$SelectorTuple.unwrappedSelector:Ljava/nio/channels/Selector;
2: .line 163
aload 0 /* this */
aload 1 /* unwrappedSelector */
putfield io.netty.channel.nio.NioEventLoop$SelectorTuple.selector:Ljava/nio/channels/Selector;
3: .line 164
return
end local 1 // java.nio.channels.Selector unwrappedSelector
end local 0 // io.netty.channel.nio.NioEventLoop$SelectorTuple this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/channel/nio/NioEventLoop$SelectorTuple;
0 4 1 unwrappedSelector Ljava/nio/channels/Selector;
MethodParameters:
Name Flags
unwrappedSelector
void <init>(java.nio.channels.Selector, java.nio.channels.Selector);
descriptor: (Ljava/nio/channels/Selector;Ljava/nio/channels/Selector;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 // io.netty.channel.nio.NioEventLoop$SelectorTuple this
start local 1 // java.nio.channels.Selector unwrappedSelector
start local 2 // java.nio.channels.Selector selector
0: .line 166
aload 0 /* this */
invokespecial java.lang.Object.<init>:()V
1: .line 167
aload 0 /* this */
aload 1 /* unwrappedSelector */
putfield io.netty.channel.nio.NioEventLoop$SelectorTuple.unwrappedSelector:Ljava/nio/channels/Selector;
2: .line 168
aload 0 /* this */
aload 2 /* selector */
putfield io.netty.channel.nio.NioEventLoop$SelectorTuple.selector:Ljava/nio/channels/Selector;
3: .line 169
return
end local 2 // java.nio.channels.Selector selector
end local 1 // java.nio.channels.Selector unwrappedSelector
end local 0 // io.netty.channel.nio.NioEventLoop$SelectorTuple this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/channel/nio/NioEventLoop$SelectorTuple;
0 4 1 unwrappedSelector Ljava/nio/channels/Selector;
0 4 2 selector Ljava/nio/channels/Selector;
MethodParameters:
Name Flags
unwrappedSelector
selector
}
SourceFile: "NioEventLoop.java"
NestHost: io.netty.channel.nio.NioEventLoop
InnerClasses:
private final SelectorTuple = io.netty.channel.nio.NioEventLoop$SelectorTuple of io.netty.channel.nio.NioEventLoop