final class io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise extends io.netty.channel.DefaultChannelPromise
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise
super_class: io.netty.channel.DefaultChannelPromise
{
private volatile boolean registered;
descriptor: Z
flags: (0x0042) ACC_PRIVATE, ACC_VOLATILE
void <init>(io.netty.channel.Channel);
descriptor: (Lio/netty/channel/Channel;)V
flags: (0x0000)
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
aload 1
invokespecial io.netty.channel.DefaultChannelPromise.<init>:(Lio/netty/channel/Channel;)V
1: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;
0 2 1 channel Lio/netty/channel/Channel;
MethodParameters:
Name Flags
channel
void registered();
descriptor: ()V
flags: (0x0000)
Code:
stack=2, locals=1, args_size=1
start local 0 0: aload 0
iconst_1
putfield io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise.registered:Z
1: return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;
protected io.netty.util.concurrent.EventExecutor executor();
descriptor: ()Lio/netty/util/concurrent/EventExecutor;
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 0: aload 0
getfield io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise.registered:Z
ifeq 2
1: aload 0
invokespecial io.netty.channel.DefaultChannelPromise.executor:()Lio/netty/util/concurrent/EventExecutor;
areturn
2: StackMap locals:
StackMap stack:
getstatic io.netty.util.concurrent.GlobalEventExecutor.INSTANCE:Lio/netty/util/concurrent/GlobalEventExecutor;
areturn
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/bootstrap/AbstractBootstrap$PendingRegistrationPromise;
}
SourceFile: "AbstractBootstrap.java"
NestHost: io.netty.bootstrap.AbstractBootstrap
InnerClasses:
final PendingRegistrationPromise = io.netty.bootstrap.AbstractBootstrap$PendingRegistrationPromise of io.netty.bootstrap.AbstractBootstrap