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 // io.netty.handler.ssl.SniHandler$AsyncMappingAdapter this
        start local 1 // io.netty.util.Mapping mapping
         0: .line 148
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 149
            aload 0 /* this */
            aload 1 /* mapping */
            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: .line 150
            return
        end local 1 // io.netty.util.Mapping mapping
        end local 0 // io.netty.handler.ssl.SniHandler$AsyncMappingAdapter this
      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 // io.netty.handler.ssl.SniHandler$AsyncMappingAdapter this
        start local 1 // java.lang.String input
        start local 2 // io.netty.util.concurrent.Promise promise
         0: .line 156
            aload 0 /* this */
            getfield io.netty.handler.ssl.SniHandler$AsyncMappingAdapter.mapping:Lio/netty/util/Mapping;
            aload 1 /* input */
            invokeinterface io.netty.util.Mapping.map:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast io.netty.handler.ssl.SslContext
            astore 3 /* context */
        start local 3 // io.netty.handler.ssl.SslContext context
         1: .line 157
            goto 4
        end local 3 // io.netty.handler.ssl.SslContext context
      StackMap locals:
      StackMap stack: java.lang.Throwable
         2: astore 4 /* cause */
        start local 4 // java.lang.Throwable cause
         3: .line 158
            aload 2 /* promise */
            aload 4 /* cause */
            invokeinterface io.netty.util.concurrent.Promise.setFailure:(Ljava/lang/Throwable;)Lio/netty/util/concurrent/Promise;
            areturn
        end local 4 // java.lang.Throwable cause
        start local 3 // io.netty.handler.ssl.SslContext context
         4: .line 160
      StackMap locals: io.netty.handler.ssl.SslContext
      StackMap stack:
            aload 2 /* promise */
            aload 3 /* context */
            invokeinterface io.netty.util.concurrent.Promise.setSuccess:(Ljava/lang/Object;)Lio/netty/util/concurrent/Promise;
            areturn
        end local 3 // io.netty.handler.ssl.SslContext context
        end local 2 // io.netty.util.concurrent.Promise promise
        end local 1 // java.lang.String input
        end local 0 // io.netty.handler.ssl.SniHandler$AsyncMappingAdapter this
      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: .line 1
            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