final class io.netty.handler.ssl.SslHandler$LazyChannelPromise extends io.netty.util.concurrent.DefaultPromise<io.netty.channel.Channel>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.ssl.SslHandler$LazyChannelPromise
super_class: io.netty.util.concurrent.DefaultPromise
{
final io.netty.handler.ssl.SslHandler this$0;
descriptor: Lio/netty/handler/ssl/SslHandler;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private void <init>(io.netty.handler.ssl.SslHandler);
descriptor: (Lio/netty/handler/ssl/SslHandler;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=2, locals=2, args_size=2
start local 0 // io.netty.handler.ssl.SslHandler$LazyChannelPromise this
0: .line 1967
aload 0 /* this */
aload 1
putfield io.netty.handler.ssl.SslHandler$LazyChannelPromise.this$0:Lio/netty/handler/ssl/SslHandler;
aload 0 /* this */
invokespecial io.netty.util.concurrent.DefaultPromise.<init>:()V
return
end local 0 // io.netty.handler.ssl.SslHandler$LazyChannelPromise this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/netty/handler/ssl/SslHandler$LazyChannelPromise;
MethodParameters:
Name Flags
this$0 final
protected io.netty.util.concurrent.EventExecutor executor();
descriptor: ()Lio/netty/util/concurrent/EventExecutor;
flags: (0x0004) ACC_PROTECTED
Code:
stack=2, locals=1, args_size=1
start local 0 // io.netty.handler.ssl.SslHandler$LazyChannelPromise this
0: .line 1971
aload 0 /* this */
getfield io.netty.handler.ssl.SslHandler$LazyChannelPromise.this$0:Lio/netty/handler/ssl/SslHandler;
getfield io.netty.handler.ssl.SslHandler.ctx:Lio/netty/channel/ChannelHandlerContext;
ifnonnull 2
1: .line 1972
new java.lang.IllegalStateException
dup
invokespecial java.lang.IllegalStateException.<init>:()V
athrow
2: .line 1974
StackMap locals:
StackMap stack:
aload 0 /* this */
getfield io.netty.handler.ssl.SslHandler$LazyChannelPromise.this$0:Lio/netty/handler/ssl/SslHandler;
getfield io.netty.handler.ssl.SslHandler.ctx:Lio/netty/channel/ChannelHandlerContext;
invokeinterface io.netty.channel.ChannelHandlerContext.executor:()Lio/netty/util/concurrent/EventExecutor;
areturn
end local 0 // io.netty.handler.ssl.SslHandler$LazyChannelPromise this
LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/ssl/SslHandler$LazyChannelPromise;
protected void checkDeadLock();
descriptor: ()V
flags: (0x0004) ACC_PROTECTED
Code:
stack=1, locals=1, args_size=1
start local 0 // io.netty.handler.ssl.SslHandler$LazyChannelPromise this
0: .line 1979
aload 0 /* this */
getfield io.netty.handler.ssl.SslHandler$LazyChannelPromise.this$0:Lio/netty/handler/ssl/SslHandler;
getfield io.netty.handler.ssl.SslHandler.ctx:Lio/netty/channel/ChannelHandlerContext;
ifnonnull 2
1: .line 1986
return
2: .line 1988
StackMap locals:
StackMap stack:
aload 0 /* this */
invokespecial io.netty.util.concurrent.DefaultPromise.checkDeadLock:()V
3: .line 1989
return
end local 0 // io.netty.handler.ssl.SslHandler$LazyChannelPromise this
LocalVariableTable:
Start End Slot Name Signature
0 4 0 this Lio/netty/handler/ssl/SslHandler$LazyChannelPromise;
}
Signature: Lio/netty/util/concurrent/DefaultPromise<Lio/netty/channel/Channel;>;
SourceFile: "SslHandler.java"
NestHost: io.netty.handler.ssl.SslHandler
InnerClasses:
private final LazyChannelPromise = io.netty.handler.ssl.SslHandler$LazyChannelPromise of io.netty.handler.ssl.SslHandler