public class io.vertx.core.net.impl.SslHandshakeCompletionHandler extends io.netty.channel.ChannelInboundHandlerAdapter
minor version: 0
major version: 59
flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
this_class: io.vertx.core.net.impl.SslHandshakeCompletionHandler
super_class: io.netty.channel.ChannelInboundHandlerAdapter
{
static io.netty.util.AttributeKey<java.lang.String> SERVER_NAME_ATTR;
descriptor: Lio/netty/util/AttributeKey;
flags: (0x0008) ACC_STATIC
Signature: Lio/netty/util/AttributeKey<Ljava/lang/String;>;
private final io.vertx.core.Handler<io.vertx.core.AsyncResult<io.netty.channel.Channel>> handler;
descriptor: Lio/vertx/core/Handler;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/netty/channel/Channel;>;>;
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=1, locals=0, args_size=0
0: ldc "sniServerName"
invokestatic io.netty.util.AttributeKey.valueOf:(Ljava/lang/String;)Lio/netty/util/AttributeKey;
putstatic io.vertx.core.net.impl.SslHandshakeCompletionHandler.SERVER_NAME_ATTR:Lio/netty/util/AttributeKey;
return
LocalVariableTable:
Start End Slot Name Signature
public void <init>(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.netty.channel.Channel>>);
descriptor: (Lio/vertx/core/Handler;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial io.netty.channel.ChannelInboundHandlerAdapter.<init>:()V
1: aload 0
aload 1
putfield io.vertx.core.net.impl.SslHandshakeCompletionHandler.handler:Lio/vertx/core/Handler;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/vertx/core/net/impl/SslHandshakeCompletionHandler;
0 3 1 handler Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/netty/channel/Channel;>;>;
Signature: (Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Lio/netty/channel/Channel;>;>;)V
MethodParameters:
Name Flags
handler
public void userEventTriggered(io.netty.channel.ChannelHandlerContext, java.lang.Object);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 2
instanceof io.netty.handler.ssl.SniCompletionEvent
ifeq 5
1: aload 2
checkcast io.netty.handler.ssl.SniCompletionEvent
astore 3
start local 3 2: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
getstatic io.vertx.core.net.impl.SslHandshakeCompletionHandler.SERVER_NAME_ATTR:Lio/netty/util/AttributeKey;
invokeinterface io.netty.channel.Channel.attr:(Lio/netty/util/AttributeKey;)Lio/netty/util/Attribute;
astore 4
start local 4 3: aload 4
aload 3
invokevirtual io.netty.handler.ssl.SniCompletionEvent.hostname:()Ljava/lang/String;
invokeinterface io.netty.util.Attribute.set:(Ljava/lang/Object;)V
end local 4 end local 3 4: goto 14
StackMap locals:
StackMap stack:
5: aload 2
instanceof io.netty.handler.ssl.SslHandshakeCompletionEvent
ifeq 13
6: aload 2
checkcast io.netty.handler.ssl.SslHandshakeCompletionEvent
astore 3
start local 3 7: aload 3
invokevirtual io.netty.handler.ssl.SslHandshakeCompletionEvent.isSuccess:()Z
ifeq 11
8: aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.pipeline:()Lio/netty/channel/ChannelPipeline;
aload 0
invokeinterface io.netty.channel.ChannelPipeline.remove:(Lio/netty/channel/ChannelHandler;)Lio/netty/channel/ChannelPipeline;
pop
9: aload 0
getfield io.vertx.core.net.impl.SslHandshakeCompletionHandler.handler:Lio/vertx/core/Handler;
aload 1
invokeinterface io.netty.channel.ChannelHandlerContext.channel:()Lio/netty/channel/Channel;
invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
10: goto 14
11: StackMap locals: io.netty.handler.ssl.SslHandshakeCompletionEvent
StackMap stack:
aload 0
getfield io.vertx.core.net.impl.SslHandshakeCompletionHandler.handler:Lio/vertx/core/Handler;
aload 3
invokevirtual io.netty.handler.ssl.SslHandshakeCompletionEvent.cause:()Ljava/lang/Throwable;
invokestatic io.vertx.core.Future.failedFuture:(Ljava/lang/Throwable;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
end local 3 12: goto 14
13: StackMap locals:
StackMap stack:
aload 1
aload 2
invokeinterface io.netty.channel.ChannelHandlerContext.fireUserEventTriggered:(Ljava/lang/Object;)Lio/netty/channel/ChannelHandlerContext;
pop
14: StackMap locals:
StackMap stack:
return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 15 0 this Lio/vertx/core/net/impl/SslHandshakeCompletionHandler;
0 15 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 15 2 evt Ljava/lang/Object;
2 4 3 completion Lio/netty/handler/ssl/SniCompletionEvent;
3 4 4 val Lio/netty/util/Attribute<Ljava/lang/String;>;
7 12 3 completion Lio/netty/handler/ssl/SslHandshakeCompletionEvent;
MethodParameters:
Name Flags
ctx
evt
public void exceptionCaught(io.netty.channel.ChannelHandlerContext, java.lang.Throwable);
descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Throwable;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=0, locals=3, args_size=3
start local 0 start local 1 start local 2 0: return
end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/net/impl/SslHandshakeCompletionHandler;
0 1 1 ctx Lio/netty/channel/ChannelHandlerContext;
0 1 2 cause Ljava/lang/Throwable;
MethodParameters:
Name Flags
ctx
cause
}
SourceFile: "SslHandshakeCompletionHandler.java"