final class io.netty.handler.ssl.SniHandler$AsyncMappingAdapter implements io.netty.util.AsyncMapping<java.lang.String, io.netty.handler.ssl.SslContext>
minor version: 0
major version: 59
flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
this_class: io.netty.handler.ssl.SniHandler$AsyncMappingAdapter
super_class: java.lang.Object
{
private final io.netty.util.Mapping<? super java.lang.String, ? extends io.netty.handler.ssl.SslContext> mapping;
descriptor: Lio/netty/util/Mapping;
flags: (0x0012) ACC_PRIVATE, ACC_FINAL
Signature: Lio/netty/util/Mapping<-Ljava/lang/String;+Lio/netty/handler/ssl/SslContext;>;
private void <init>(io.netty.util.Mapping<? super java.lang.String, ? extends io.netty.handler.ssl.SslContext>);
descriptor: (Lio/netty/util/Mapping;)V
flags: (0x0002) ACC_PRIVATE
Code:
stack=3, locals=2, args_size=2
start local 0 start local 1 0: aload 0
invokespecial java.lang.Object.<init>:()V
1: aload 0
aload 1
ldc "mapping"
invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
checkcast io.netty.util.Mapping
putfield io.netty.handler.ssl.SniHandler$AsyncMappingAdapter.mapping:Lio/netty/util/Mapping;
2: return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 3 0 this Lio/netty/handler/ssl/SniHandler$AsyncMappingAdapter;
0 3 1 mapping Lio/netty/util/Mapping<-Ljava/lang/String;+Lio/netty/handler/ssl/SslContext;>;
Signature: (Lio/netty/util/Mapping<-Ljava/lang/String;+Lio/netty/handler/ssl/SslContext;>;)V
MethodParameters:
Name Flags
mapping
public io.netty.util.concurrent.Future<io.netty.handler.ssl.SslContext> map(java.lang.String, io.netty.util.concurrent.Promise<io.netty.handler.ssl.SslContext>);
descriptor: (Ljava/lang/String;Lio/netty/util/concurrent/Promise;)Lio/netty/util/concurrent/Future;
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=5, args_size=3
start local 0 start local 1 start local 2 0: aload 0
getfield io.netty.handler.ssl.SniHandler$AsyncMappingAdapter.mapping:Lio/netty/util/Mapping;
aload 1
invokeinterface io.netty.util.Mapping.map:(Ljava/lang/Object;)Ljava/lang/Object;
checkcast io.netty.handler.ssl.SslContext
astore 3
start local 3 1: goto 4
end local 3 StackMap locals:
StackMap stack: java.lang.Throwable
2: astore 4
start local 4 3: aload 2
aload 4
invokeinterface io.netty.util.concurrent.Promise.setFailure:(Ljava/lang/Throwable;)Lio/netty/util/concurrent/Promise;
areturn
end local 4 start local 3 4: StackMap locals: io.netty.handler.ssl.SslContext
StackMap stack:
aload 2
aload 3
invokeinterface io.netty.util.concurrent.Promise.setSuccess:(Ljava/lang/Object;)Lio/netty/util/concurrent/Promise;
areturn
end local 3 end local 2 end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 5 0 this Lio/netty/handler/ssl/SniHandler$AsyncMappingAdapter;
0 5 1 input Ljava/lang/String;
0 5 2 promise Lio/netty/util/concurrent/Promise<Lio/netty/handler/ssl/SslContext;>;
1 2 3 context Lio/netty/handler/ssl/SslContext;
4 5 3 context Lio/netty/handler/ssl/SslContext;
3 4 4 cause Ljava/lang/Throwable;
Exception table:
from to target type
0 1 2 Class java.lang.Throwable
Signature: (Ljava/lang/String;Lio/netty/util/concurrent/Promise<Lio/netty/handler/ssl/SslContext;>;)Lio/netty/util/concurrent/Future<Lio/netty/handler/ssl/SslContext;>;
MethodParameters:
Name Flags
input
promise
public io.netty.util.concurrent.Future map(java.lang.Object, io.netty.util.concurrent.Promise);
descriptor: (Ljava/lang/Object;Lio/netty/util/concurrent/Promise;)Lio/netty/util/concurrent/Future;
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=3, locals=3, args_size=3
0: aload 0
aload 1
checkcast java.lang.String
aload 2
checkcast io.netty.util.concurrent.Promise
invokevirtual io.netty.handler.ssl.SniHandler$AsyncMappingAdapter.map:(Ljava/lang/String;Lio/netty/util/concurrent/Promise;)Lio/netty/util/concurrent/Future;
areturn
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lio/netty/util/AsyncMapping<Ljava/lang/String;Lio/netty/handler/ssl/SslContext;>;
SourceFile: "SniHandler.java"
NestHost: io.netty.handler.ssl.SniHandler
InnerClasses:
private final AsyncMappingAdapter = io.netty.handler.ssl.SniHandler$AsyncMappingAdapter of io.netty.handler.ssl.SniHandler