class io.vertx.core.dns.impl.DnsClientImpl$Query<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.dns.impl.DnsClientImpl$Query
  super_class: java.lang.Object
{
  final io.netty.handler.codec.dns.DatagramDnsQuery msg;
    descriptor: Lio/netty/handler/codec/dns/DatagramDnsQuery;
    flags: (0x0010) ACC_FINAL

  final io.netty.util.concurrent.Promise<java.util.List<T>> promise;
    descriptor: Lio/netty/util/concurrent/Promise;
    flags: (0x0010) ACC_FINAL
    Signature: Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;

  final java.lang.String name;
    descriptor: Ljava/lang/String;
    flags: (0x0010) ACC_FINAL

  final io.netty.handler.codec.dns.DnsRecordType[] types;
    descriptor: [Lio/netty/handler/codec/dns/DnsRecordType;
    flags: (0x0010) ACC_FINAL

  long timerID;
    descriptor: J
    flags: (0x0000) 

  final io.vertx.core.dns.impl.DnsClientImpl this$0;
    descriptor: Lio/vertx/core/dns/impl/DnsClientImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(io.vertx.core.dns.impl.DnsClientImpl, java.lang.String, io.netty.handler.codec.dns.DnsRecordType[]);
    descriptor: (Lio/vertx/core/dns/impl/DnsClientImpl;Ljava/lang/String;[Lio/netty/handler/codec/dns/DnsRecordType;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=8, args_size=4
        start local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
        start local 2 // java.lang.String name
        start local 3 // io.netty.handler.codec.dns.DnsRecordType[] types
         0: .line 301
            aload 0 /* this */
            aload 1
            putfield io.vertx.core.dns.impl.DnsClientImpl$Query.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 302
            aload 0 /* this */
            new io.netty.handler.codec.dns.DatagramDnsQuery
            dup
            aconst_null
            aload 1
            getfield io.vertx.core.dns.impl.DnsClientImpl.dnsServer:Ljava/net/InetSocketAddress;
            invokestatic java.util.concurrent.ThreadLocalRandom.current:()Ljava/util/concurrent/ThreadLocalRandom;
            invokevirtual java.util.concurrent.ThreadLocalRandom.nextInt:()I
            invokespecial io.netty.handler.codec.dns.DatagramDnsQuery.<init>:(Ljava/net/InetSocketAddress;Ljava/net/InetSocketAddress;I)V
            aload 1
            getfield io.vertx.core.dns.impl.DnsClientImpl.options:Lio/vertx/core/dns/DnsClientOptions;
            invokevirtual io.vertx.core.dns.DnsClientOptions.isRecursionDesired:()Z
            invokevirtual io.netty.handler.codec.dns.DatagramDnsQuery.setRecursionDesired:(Z)Lio/netty/handler/codec/dns/DatagramDnsQuery;
            putfield io.vertx.core.dns.impl.DnsClientImpl$Query.msg:Lio/netty/handler/codec/dns/DatagramDnsQuery;
         2: .line 303
            aload 2 /* name */
            ldc "."
            invokevirtual java.lang.String.endsWith:(Ljava/lang/String;)Z
            ifne 4
         3: .line 304
            new java.lang.StringBuilder
            dup
            aload 2 /* name */
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc "."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            astore 2 /* name */
         4: .line 306
      StackMap locals: io.vertx.core.dns.impl.DnsClientImpl$Query io.vertx.core.dns.impl.DnsClientImpl java.lang.String io.netty.handler.codec.dns.DnsRecordType[]
      StackMap stack:
            aload 3 /* types */
            dup
            astore 7
            arraylength
            istore 6
            iconst_0
            istore 5
            goto 8
      StackMap locals: io.vertx.core.dns.impl.DnsClientImpl$Query io.vertx.core.dns.impl.DnsClientImpl java.lang.String io.netty.handler.codec.dns.DnsRecordType[] top int int io.netty.handler.codec.dns.DnsRecordType[]
      StackMap stack:
         5: aload 7
            iload 5
            aaload
            astore 4 /* type */
        start local 4 // io.netty.handler.codec.dns.DnsRecordType type
         6: .line 307
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.msg:Lio/netty/handler/codec/dns/DatagramDnsQuery;
            getstatic io.netty.handler.codec.dns.DnsSection.QUESTION:Lio/netty/handler/codec/dns/DnsSection;
            new io.netty.handler.codec.dns.DefaultDnsQuestion
            dup
            aload 2 /* name */
            aload 4 /* type */
            iconst_1
            invokespecial io.netty.handler.codec.dns.DefaultDnsQuestion.<init>:(Ljava/lang/String;Lio/netty/handler/codec/dns/DnsRecordType;I)V
            invokevirtual io.netty.handler.codec.dns.DatagramDnsQuery.addRecord:(Lio/netty/handler/codec/dns/DnsSection;Lio/netty/handler/codec/dns/DnsRecord;)Lio/netty/handler/codec/dns/DatagramDnsQuery;
            pop
        end local 4 // io.netty.handler.codec.dns.DnsRecordType type
         7: .line 306
            iinc 5 1
      StackMap locals:
      StackMap stack:
         8: iload 5
            iload 6
            if_icmplt 5
         9: .line 309
            aload 0 /* this */
            aload 1
            getfield io.vertx.core.dns.impl.DnsClientImpl.actualCtx:Lio/vertx/core/impl/ContextInternal;
            invokeinterface io.vertx.core.impl.ContextInternal.nettyEventLoop:()Lio/netty/channel/EventLoop;
            invokeinterface io.netty.channel.EventLoop.newPromise:()Lio/netty/util/concurrent/Promise;
            putfield io.vertx.core.dns.impl.DnsClientImpl$Query.promise:Lio/netty/util/concurrent/Promise;
        10: .line 310
            aload 0 /* this */
            aload 3 /* types */
            putfield io.vertx.core.dns.impl.DnsClientImpl$Query.types:[Lio/netty/handler/codec/dns/DnsRecordType;
        11: .line 311
            aload 0 /* this */
            aload 2 /* name */
            putfield io.vertx.core.dns.impl.DnsClientImpl$Query.name:Ljava/lang/String;
        12: .line 312
            return
        end local 3 // io.netty.handler.codec.dns.DnsRecordType[] types
        end local 2 // java.lang.String name
        end local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0   13     0   this  Lio/vertx/core/dns/impl/DnsClientImpl$Query<TT;>;
            0   13     2   name  Ljava/lang/String;
            0   13     3  types  [Lio/netty/handler/codec/dns/DnsRecordType;
            6    7     4   type  Lio/netty/handler/codec/dns/DnsRecordType;
    MethodParameters:
        Name  Flags
      this$0  final
      name    
      types   

  private void fail(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
        start local 1 // java.lang.Throwable cause
         0: .line 315
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            getfield io.vertx.core.dns.impl.DnsClientImpl.inProgressMap:Lio/netty/util/collection/LongObjectMap;
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.msg:Lio/netty/handler/codec/dns/DatagramDnsQuery;
            invokevirtual io.netty.handler.codec.dns.DatagramDnsQuery.id:()I
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.name:Ljava/lang/String;
            invokevirtual io.vertx.core.dns.impl.DnsClientImpl.dnsMessageId:(ILjava/lang/String;)J
            invokeinterface io.netty.util.collection.LongObjectMap.remove:(J)Ljava/lang/Object;
            pop
         1: .line 316
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.timerID:J
            lconst_0
            lcmp
            iflt 3
         2: .line 317
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            getfield io.vertx.core.dns.impl.DnsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.timerID:J
            invokeinterface io.vertx.core.impl.VertxInternal.cancelTimer:(J)Z
            pop
         3: .line 319
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.promise:Lio/netty/util/concurrent/Promise;
            aload 1 /* cause */
            invokeinterface io.netty.util.concurrent.Promise.setFailure:(Ljava/lang/Throwable;)Lio/netty/util/concurrent/Promise;
            pop
         4: .line 320
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    5     0   this  Lio/vertx/core/dns/impl/DnsClientImpl$Query<TT;>;
            0    5     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  void handle(io.netty.handler.codec.dns.DnsResponse);
    descriptor: (Lio/netty/handler/codec/dns/DnsResponse;)V
    flags: (0x0000) 
    Code:
      stack=4, locals=8, args_size=2
        start local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
        start local 1 // io.netty.handler.codec.dns.DnsResponse msg
         0: .line 323
            aload 1 /* msg */
            invokeinterface io.netty.handler.codec.dns.DnsResponse.code:()Lio/netty/handler/codec/dns/DnsResponseCode;
            invokevirtual io.netty.handler.codec.dns.DnsResponseCode.intValue:()I
            invokestatic io.vertx.core.dns.DnsResponseCode.valueOf:(I)Lio/vertx/core/dns/DnsResponseCode;
            astore 2 /* code */
        start local 2 // io.vertx.core.dns.DnsResponseCode code
         1: .line 324
            aload 2 /* code */
            getstatic io.vertx.core.dns.DnsResponseCode.NOERROR:Lio/vertx/core/dns/DnsResponseCode;
            if_acmpne 19
         2: .line 325
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            getfield io.vertx.core.dns.impl.DnsClientImpl.inProgressMap:Lio/netty/util/collection/LongObjectMap;
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            aload 1 /* msg */
            invokeinterface io.netty.handler.codec.dns.DnsResponse.id:()I
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.name:Ljava/lang/String;
            invokevirtual io.vertx.core.dns.impl.DnsClientImpl.dnsMessageId:(ILjava/lang/String;)J
            invokeinterface io.netty.util.collection.LongObjectMap.remove:(J)Ljava/lang/Object;
            pop
         3: .line 326
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.timerID:J
            lconst_0
            lcmp
            iflt 5
         4: .line 327
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            getfield io.vertx.core.dns.impl.DnsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.timerID:J
            invokeinterface io.vertx.core.impl.VertxInternal.cancelTimer:(J)Z
            pop
         5: .line 329
      StackMap locals: io.vertx.core.dns.DnsResponseCode
      StackMap stack:
            aload 1 /* msg */
            getstatic io.netty.handler.codec.dns.DnsSection.ANSWER:Lio/netty/handler/codec/dns/DnsSection;
            invokeinterface io.netty.handler.codec.dns.DnsResponse.count:(Lio/netty/handler/codec/dns/DnsSection;)I
            istore 3 /* count */
        start local 3 // int count
         6: .line 330
            new java.util.ArrayList
            dup
            iload 3 /* count */
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 4 /* records */
        start local 4 // java.util.List records
         7: .line 331
            iconst_0
            istore 5 /* idx */
        start local 5 // int idx
         8: goto 14
         9: .line 332
      StackMap locals: int java.util.List int
      StackMap stack:
            aload 1 /* msg */
            getstatic io.netty.handler.codec.dns.DnsSection.ANSWER:Lio/netty/handler/codec/dns/DnsSection;
            iload 5 /* idx */
            invokeinterface io.netty.handler.codec.dns.DnsResponse.recordAt:(Lio/netty/handler/codec/dns/DnsSection;I)Lio/netty/handler/codec/dns/DnsRecord;
            astore 6 /* a */
        start local 6 // io.netty.handler.codec.dns.DnsRecord a
        10: .line 333
            aload 6 /* a */
            invokestatic io.vertx.core.dns.impl.decoder.RecordDecoder.decode:(Lio/netty/handler/codec/dns/DnsRecord;)Ljava/lang/Object;
            astore 7 /* record */
        start local 7 // java.lang.Object record
        11: .line 334
            aload 0 /* this */
            aload 6 /* a */
            invokeinterface io.netty.handler.codec.dns.DnsRecord.type:()Lio/netty/handler/codec/dns/DnsRecordType;
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.types:[Lio/netty/handler/codec/dns/DnsRecordType;
            invokevirtual io.vertx.core.dns.impl.DnsClientImpl$Query.isRequestedType:(Lio/netty/handler/codec/dns/DnsRecordType;[Lio/netty/handler/codec/dns/DnsRecordType;)Z
            ifeq 13
        12: .line 335
            aload 4 /* records */
            aload 7 /* record */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 7 // java.lang.Object record
        end local 6 // io.netty.handler.codec.dns.DnsRecord a
        13: .line 331
      StackMap locals:
      StackMap stack:
            iinc 5 /* idx */ 1
      StackMap locals:
      StackMap stack:
        14: iload 5 /* idx */
            iload 3 /* count */
            if_icmplt 9
        end local 5 // int idx
        15: .line 338
            aload 4 /* records */
            invokeinterface java.util.List.size:()I
            ifle 17
            aload 4 /* records */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            instanceof io.vertx.core.dns.impl.MxRecordImpl
            ifne 16
            aload 4 /* records */
            iconst_0
            invokeinterface java.util.List.get:(I)Ljava/lang/Object;
            instanceof io.vertx.core.dns.impl.SrvRecordImpl
            ifeq 17
        16: .line 339
      StackMap locals:
      StackMap stack:
            aload 4 /* records */
            invokestatic java.util.Collections.sort:(Ljava/util/List;)V
        17: .line 341
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.promise:Lio/netty/util/concurrent/Promise;
            aload 4 /* records */
            invokeinterface io.netty.util.concurrent.Promise.setSuccess:(Ljava/lang/Object;)Lio/netty/util/concurrent/Promise;
            pop
        end local 4 // java.util.List records
        end local 3 // int count
        18: .line 342
            goto 20
        19: .line 343
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            new io.vertx.core.dns.DnsException
            dup
            aload 2 /* code */
            invokespecial io.vertx.core.dns.DnsException.<init>:(Lio/vertx/core/dns/DnsResponseCode;)V
            invokevirtual io.vertx.core.dns.impl.DnsClientImpl$Query.fail:(Ljava/lang/Throwable;)V
        20: .line 345
      StackMap locals:
      StackMap stack:
            return
        end local 2 // io.vertx.core.dns.DnsResponseCode code
        end local 1 // io.netty.handler.codec.dns.DnsResponse msg
        end local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0   21     0     this  Lio/vertx/core/dns/impl/DnsClientImpl$Query<TT;>;
            0   21     1      msg  Lio/netty/handler/codec/dns/DnsResponse;
            1   21     2     code  Lio/vertx/core/dns/DnsResponseCode;
            6   18     3    count  I
            7   18     4  records  Ljava/util/List<TT;>;
            8   15     5      idx  I
           10   13     6        a  Lio/netty/handler/codec/dns/DnsRecord;
           11   13     7   record  TT;
    MethodParameters:
      Name  Flags
      msg   

  void run();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
         0: .line 348
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            getfield io.vertx.core.dns.impl.DnsClientImpl.inProgressMap:Lio/netty/util/collection/LongObjectMap;
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.msg:Lio/netty/handler/codec/dns/DatagramDnsQuery;
            invokevirtual io.netty.handler.codec.dns.DatagramDnsQuery.id:()I
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.name:Ljava/lang/String;
            invokevirtual io.vertx.core.dns.impl.DnsClientImpl.dnsMessageId:(ILjava/lang/String;)J
            aload 0 /* this */
            invokeinterface io.netty.util.collection.LongObjectMap.put:(JLjava/lang/Object;)Ljava/lang/Object;
            pop
         1: .line 349
            aload 0 /* this */
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            getfield io.vertx.core.dns.impl.DnsClientImpl.vertx:Lio/vertx/core/impl/VertxInternal;
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            getfield io.vertx.core.dns.impl.DnsClientImpl.options:Lio/vertx/core/dns/DnsClientOptions;
            invokevirtual io.vertx.core.dns.DnsClientOptions.getQueryTimeout:()J
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/dns/impl/DnsClientImpl$Query;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/dns/impl/DnsClientImpl$Query.lambda$0(Ljava/lang/Long;)V (7)
                  (Ljava/lang/Long;)V
            invokeinterface io.vertx.core.impl.VertxInternal.setTimer:(JLio/vertx/core/Handler;)J
            putfield io.vertx.core.dns.impl.DnsClientImpl$Query.timerID:J
         2: .line 355
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            getfield io.vertx.core.dns.impl.DnsClientImpl.channel:Lio/netty/channel/socket/DatagramChannel;
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.msg:Lio/netty/handler/codec/dns/DatagramDnsQuery;
            invokeinterface io.netty.channel.socket.DatagramChannel.writeAndFlush:(Ljava/lang/Object;)Lio/netty/channel/ChannelFuture;
            aload 0 /* this */
            invokedynamic operationComplete(Lio/vertx/core/dns/impl/DnsClientImpl$Query;)Lio/netty/channel/ChannelFutureListener;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Lio/netty/util/concurrent/Future;)V
                  io/vertx/core/dns/impl/DnsClientImpl$Query.lambda$2(Lio/netty/channel/ChannelFuture;)V (7)
                  (Lio/netty/channel/ChannelFuture;)V
            invokeinterface io.netty.channel.ChannelFuture.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/channel/ChannelFuture;
            pop
         3: .line 360
            return
        end local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lio/vertx/core/dns/impl/DnsClientImpl$Query<TT;>;

  private boolean isRequestedType(io.netty.handler.codec.dns.DnsRecordType, io.netty.handler.codec.dns.DnsRecordType[]);
    descriptor: (Lio/netty/handler/codec/dns/DnsRecordType;[Lio/netty/handler/codec/dns/DnsRecordType;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=7, args_size=3
        start local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
        start local 1 // io.netty.handler.codec.dns.DnsRecordType dnsRecordType
        start local 2 // io.netty.handler.codec.dns.DnsRecordType[] types
         0: .line 363
            aload 2 /* types */
            dup
            astore 6
            arraylength
            istore 5
            iconst_0
            istore 4
            goto 5
      StackMap locals: io.vertx.core.dns.impl.DnsClientImpl$Query io.netty.handler.codec.dns.DnsRecordType io.netty.handler.codec.dns.DnsRecordType[] top int int io.netty.handler.codec.dns.DnsRecordType[]
      StackMap stack:
         1: aload 6
            iload 4
            aaload
            astore 3 /* t */
        start local 3 // io.netty.handler.codec.dns.DnsRecordType t
         2: .line 364
            aload 3 /* t */
            aload 1 /* dnsRecordType */
            invokevirtual io.netty.handler.codec.dns.DnsRecordType.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 365
            iconst_1
            ireturn
        end local 3 // io.netty.handler.codec.dns.DnsRecordType t
         4: .line 363
      StackMap locals:
      StackMap stack:
            iinc 4 1
      StackMap locals:
      StackMap stack:
         5: iload 4
            iload 5
            if_icmplt 1
         6: .line 368
            iconst_0
            ireturn
        end local 2 // io.netty.handler.codec.dns.DnsRecordType[] types
        end local 1 // io.netty.handler.codec.dns.DnsRecordType dnsRecordType
        end local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lio/vertx/core/dns/impl/DnsClientImpl$Query<TT;>;
            0    7     1  dnsRecordType  Lio/netty/handler/codec/dns/DnsRecordType;
            0    7     2          types  [Lio/netty/handler/codec/dns/DnsRecordType;
            2    4     3              t  Lio/netty/handler/codec/dns/DnsRecordType;
    MethodParameters:
               Name  Flags
      dnsRecordType  
      types          

  private void lambda$0(java.lang.Long);
    descriptor: (Ljava/lang/Long;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
        start local 1 // java.lang.Long id
         0: .line 350
            aload 0 /* this */
            ldc -1
            putfield io.vertx.core.dns.impl.DnsClientImpl$Query.timerID:J
         1: .line 351
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            getfield io.vertx.core.dns.impl.DnsClientImpl.actualCtx:Lio/vertx/core/impl/ContextInternal;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/dns/impl/DnsClientImpl$Query;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/dns/impl/DnsClientImpl$Query.lambda$1(Ljava/lang/Void;)V (7)
                  (Ljava/lang/Void;)V
            invokeinterface io.vertx.core.impl.ContextInternal.runOnContext:(Lio/vertx/core/Handler;)V
         2: .line 354
            return
        end local 1 // java.lang.Long id
        end local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lio/vertx/core/dns/impl/DnsClientImpl$Query<TT;>;
            0    3     1    id  Ljava/lang/Long;

  private void lambda$2(io.netty.channel.ChannelFuture);
    descriptor: (Lio/netty/channel/ChannelFuture;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
        start local 1 // io.netty.channel.ChannelFuture future
         0: .line 356
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelFuture.isSuccess:()Z
            ifne 2
         1: .line 357
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            getfield io.vertx.core.dns.impl.DnsClientImpl.actualCtx:Lio/vertx/core/impl/ContextInternal;
            aload 1 /* future */
            invokeinterface io.netty.channel.ChannelFuture.cause:()Ljava/lang/Throwable;
            aload 0 /* this */
            invokedynamic handle(Lio/vertx/core/dns/impl/DnsClientImpl$Query;)Lio/vertx/core/Handler;
              Bootstrap: invokestatic java.lang.invoke.LambdaMetafactory.metafactory:(Ljava/lang/invoke/MethodHandles$Lookup;Ljava/lang/String;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodType;Ljava/lang/invoke/MethodHandle;Ljava/lang/invoke/MethodType;)Ljava/lang/invoke/CallSite;
                Method arguments:
                  (Ljava/lang/Object;)V
                  io/vertx/core/dns/impl/DnsClientImpl$Query.fail(Ljava/lang/Throwable;)V (7)
                  (Ljava/lang/Throwable;)V
            invokeinterface io.vertx.core.impl.ContextInternal.emit:(Ljava/lang/Object;Lio/vertx/core/Handler;)V
         2: .line 359
      StackMap locals:
      StackMap stack:
            return
        end local 1 // io.netty.channel.ChannelFuture future
        end local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    3     0    this  Lio/vertx/core/dns/impl/DnsClientImpl$Query<TT;>;
            0    3     1  future  Lio/netty/channel/ChannelFuture;
    Exceptions:
      throws java.lang.Exception

  private void lambda$1(java.lang.Void);
    descriptor: (Ljava/lang/Void;)V
    flags: (0x1002) ACC_PRIVATE, ACC_SYNTHETIC
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
        start local 1 // java.lang.Void v
         0: .line 352
            aload 0 /* this */
            new io.vertx.core.VertxException
            dup
            new java.lang.StringBuilder
            dup
            ldc "DNS query timeout for "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$Query.name:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial io.vertx.core.VertxException.<init>:(Ljava/lang/String;)V
            invokevirtual io.vertx.core.dns.impl.DnsClientImpl$Query.fail:(Ljava/lang/Throwable;)V
         1: .line 353
            return
        end local 1 // java.lang.Void v
        end local 0 // io.vertx.core.dns.impl.DnsClientImpl$Query this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lio/vertx/core/dns/impl/DnsClientImpl$Query<TT;>;
            0    2     1     v  Ljava/lang/Void;
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "DnsClientImpl.java"
NestHost: io.vertx.core.dns.impl.DnsClientImpl
InnerClasses:
  private Query = io.vertx.core.dns.impl.DnsClientImpl$Query of io.vertx.core.dns.impl.DnsClientImpl
  public final Lookup = java.lang.invoke.MethodHandles$Lookup of java.lang.invoke.MethodHandles