class io.vertx.core.dns.impl.DnsClientImpl$2 implements io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.dns.impl.DnsClientImpl$2
  super_class: java.lang.Object
{
  final io.vertx.core.dns.impl.DnsClientImpl this$0;
    descriptor: Lio/vertx/core/dns/impl/DnsClientImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final io.vertx.core.Handler val$handler;
    descriptor: Lio/vertx/core/Handler;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(io.vertx.core.dns.impl.DnsClientImpl, io.vertx.core.Handler);
    descriptor: (Lio/vertx/core/dns/impl/DnsClientImpl;Lio/vertx/core/Handler;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // io.vertx.core.dns.impl.DnsClientImpl$2 this
         0: .line 134
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.dns.impl.DnsClientImpl$2.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            aload 0 /* this */
            aload 2
            putfield io.vertx.core.dns.impl.DnsClientImpl$2.val$handler:Lio/vertx/core/Handler;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // io.vertx.core.dns.impl.DnsClientImpl$2 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lio/vertx/core/dns/impl/DnsClientImpl$2;
    MethodParameters:
             Name  Flags
      this$0       final
      val$handler  final

  public void handle(io.vertx.core.AsyncResult);
    descriptor: (Lio/vertx/core/AsyncResult;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // io.vertx.core.dns.impl.DnsClientImpl$2 this
        start local 1 // io.vertx.core.AsyncResult event
         0: .line 138
            aload 1 /* event */
            invokeinterface io.vertx.core.AsyncResult.failed:()Z
            ifeq 3
         1: .line 139
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$2.val$handler:Lio/vertx/core/Handler;
            aload 1 /* event */
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
         2: .line 140
            goto 10
         3: .line 141
      StackMap locals:
      StackMap stack:
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 2 /* txts */
        start local 2 // java.util.List txts
         4: .line 142
            aload 1 /* event */
            invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
            checkcast java.util.List
            astore 3 /* records */
        start local 3 // java.util.List records
         5: .line 143
            aload 3 /* records */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 8
      StackMap locals: io.vertx.core.dns.impl.DnsClientImpl$2 io.vertx.core.AsyncResult java.util.List java.util.List top java.util.Iterator
      StackMap stack:
         6: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast java.util.List
            astore 4 /* txt */
        start local 4 // java.util.List txt
         7: .line 144
            aload 2 /* txts */
            aload 4 /* txt */
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
        end local 4 // java.util.List txt
         8: .line 143
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
         9: .line 146
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$2.val$handler:Lio/vertx/core/Handler;
            aload 2 /* txts */
            invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
            invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
        end local 3 // java.util.List records
        end local 2 // java.util.List txts
        10: .line 148
      StackMap locals: io.vertx.core.dns.impl.DnsClientImpl$2 io.vertx.core.AsyncResult
      StackMap stack:
            return
        end local 1 // io.vertx.core.AsyncResult event
        end local 0 // io.vertx.core.dns.impl.DnsClientImpl$2 this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   11     0     this  Lio/vertx/core/dns/impl/DnsClientImpl$2;
            0   11     1    event  Lio/vertx/core/AsyncResult;
            4   10     2     txts  Ljava/util/List<Ljava/lang/String;>;
            5   10     3  records  Ljava/util/List<Ljava/util/List<Ljava/lang/String;>;>;
            7    8     4      txt  Ljava/util/List<Ljava/lang/String;>;
    MethodParameters:
       Name  Flags
      event  

  public void handle(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast io.vertx.core.AsyncResult
            invokevirtual io.vertx.core.dns.impl.DnsClientImpl$2.handle:(Lio/vertx/core/AsyncResult;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;
SourceFile: "DnsClientImpl.java"
EnclosingMethod: io.vertx.core.dns.impl.DnsClientImpl.resolveTXT:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/dns/DnsClient;
NestHost: io.vertx.core.dns.impl.DnsClientImpl
InnerClasses:
  io.vertx.core.dns.impl.DnsClientImpl$2