abstract class io.netty.resolver.dns.DnsResolveContext<T>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: io.netty.resolver.dns.DnsResolveContext
  super_class: java.lang.Object
{
  private static final io.netty.util.concurrent.FutureListener<io.netty.channel.AddressedEnvelope<io.netty.handler.codec.dns.DnsResponse, java.net.InetSocketAddress>> RELEASE_RESPONSE;
    descriptor: Lio/netty/util/concurrent/FutureListener;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    Signature: Lio/netty/util/concurrent/FutureListener<Lio/netty/channel/AddressedEnvelope<Lio/netty/handler/codec/dns/DnsResponse;Ljava/net/InetSocketAddress;>;>;

  private static final java.lang.RuntimeException NXDOMAIN_QUERY_FAILED_EXCEPTION;
    descriptor: Ljava/lang/RuntimeException;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.RuntimeException CNAME_NOT_FOUND_QUERY_FAILED_EXCEPTION;
    descriptor: Ljava/lang/RuntimeException;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.RuntimeException NO_MATCHING_RECORD_QUERY_FAILED_EXCEPTION;
    descriptor: Ljava/lang/RuntimeException;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.RuntimeException UNRECOGNIZED_TYPE_QUERY_FAILED_EXCEPTION;
    descriptor: Ljava/lang/RuntimeException;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  private static final java.lang.RuntimeException NAME_SERVERS_EXHAUSTED_EXCEPTION;
    descriptor: Ljava/lang/RuntimeException;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

  final io.netty.resolver.dns.DnsNameResolver parent;
    descriptor: Lio/netty/resolver/dns/DnsNameResolver;
    flags: (0x0010) ACC_FINAL

  private final io.netty.resolver.dns.DnsServerAddressStream nameServerAddrs;
    descriptor: Lio/netty/resolver/dns/DnsServerAddressStream;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.lang.String hostname;
    descriptor: Ljava/lang/String;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int dnsClass;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.netty.handler.codec.dns.DnsRecordType[] expectedTypes;
    descriptor: [Lio/netty/handler/codec/dns/DnsRecordType;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int maxAllowedQueries;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final io.netty.handler.codec.dns.DnsRecord[] additionals;
    descriptor: [Lio/netty/handler/codec/dns/DnsRecord;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.util.Set<io.netty.util.concurrent.Future<io.netty.channel.AddressedEnvelope<io.netty.handler.codec.dns.DnsResponse, java.net.InetSocketAddress>>> queriesInProgress;
    descriptor: Ljava/util/Set;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Ljava/util/Set<Lio/netty/util/concurrent/Future<Lio/netty/channel/AddressedEnvelope<Lio/netty/handler/codec/dns/DnsResponse;Ljava/net/InetSocketAddress;>;>;>;

  private java.util.List<T> finalResult;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<TT;>;

  private int allowedQueries;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private boolean triedCNAME;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 62
            ldc Lio/netty/resolver/dns/DnsResolveContext;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic io.netty.resolver.dns.DnsResolveContext.$assertionsDisabled:Z
         3: .line 65
            new io.netty.resolver.dns.DnsResolveContext$1
            dup
            invokespecial io.netty.resolver.dns.DnsResolveContext$1.<init>:()V
         4: .line 64
            putstatic io.netty.resolver.dns.DnsResolveContext.RELEASE_RESPONSE:Lio/netty/util/concurrent/FutureListener;
         5: .line 74
            new java.lang.RuntimeException
            dup
            ldc "No answer found and NXDOMAIN response code returned"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
         6: .line 75
            ldc Lio/netty/resolver/dns/DnsResolveContext;
         7: .line 76
            ldc "onResponse(..)"
         8: .line 73
            invokestatic io.netty.util.internal.ThrowableUtil.unknownStackTrace:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Throwable;
            checkcast java.lang.RuntimeException
            putstatic io.netty.resolver.dns.DnsResolveContext.NXDOMAIN_QUERY_FAILED_EXCEPTION:Ljava/lang/RuntimeException;
         9: .line 78
            new java.lang.RuntimeException
            dup
            ldc "No matching CNAME record found"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
        10: .line 79
            ldc Lio/netty/resolver/dns/DnsResolveContext;
        11: .line 80
            ldc "onResponseCNAME(..)"
        12: .line 77
            invokestatic io.netty.util.internal.ThrowableUtil.unknownStackTrace:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Throwable;
            checkcast java.lang.RuntimeException
            putstatic io.netty.resolver.dns.DnsResolveContext.CNAME_NOT_FOUND_QUERY_FAILED_EXCEPTION:Ljava/lang/RuntimeException;
        13: .line 82
            new java.lang.RuntimeException
            dup
            ldc "No matching record type found"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
        14: .line 83
            ldc Lio/netty/resolver/dns/DnsResolveContext;
        15: .line 84
            ldc "onResponseAorAAAA(..)"
        16: .line 81
            invokestatic io.netty.util.internal.ThrowableUtil.unknownStackTrace:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Throwable;
            checkcast java.lang.RuntimeException
            putstatic io.netty.resolver.dns.DnsResolveContext.NO_MATCHING_RECORD_QUERY_FAILED_EXCEPTION:Ljava/lang/RuntimeException;
        17: .line 86
            new java.lang.RuntimeException
            dup
            ldc "Response type was unrecognized"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
        18: .line 87
            ldc Lio/netty/resolver/dns/DnsResolveContext;
        19: .line 88
            ldc "onResponse(..)"
        20: .line 85
            invokestatic io.netty.util.internal.ThrowableUtil.unknownStackTrace:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Throwable;
            checkcast java.lang.RuntimeException
            putstatic io.netty.resolver.dns.DnsResolveContext.UNRECOGNIZED_TYPE_QUERY_FAILED_EXCEPTION:Ljava/lang/RuntimeException;
        21: .line 90
            new java.lang.RuntimeException
            dup
            ldc "No name servers returned an answer"
            invokespecial java.lang.RuntimeException.<init>:(Ljava/lang/String;)V
        22: .line 91
            ldc Lio/netty/resolver/dns/DnsResolveContext;
        23: .line 92
            ldc "tryToFinishResolve(..)"
        24: .line 89
            invokestatic io.netty.util.internal.ThrowableUtil.unknownStackTrace:(Ljava/lang/Throwable;Ljava/lang/Class;Ljava/lang/String;)Ljava/lang/Throwable;
            checkcast java.lang.RuntimeException
            putstatic io.netty.resolver.dns.DnsResolveContext.NAME_SERVERS_EXHAUSTED_EXCEPTION:Ljava/lang/RuntimeException;
        25: .line 92
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(io.netty.resolver.dns.DnsNameResolver, java.lang.String, int, io.netty.handler.codec.dns.DnsRecordType[], io.netty.handler.codec.dns.DnsRecord[], io.netty.resolver.dns.DnsServerAddressStream);
    descriptor: (Lio/netty/resolver/dns/DnsNameResolver;Ljava/lang/String;I[Lio/netty/handler/codec/dns/DnsRecordType;[Lio/netty/handler/codec/dns/DnsRecord;Lio/netty/resolver/dns/DnsServerAddressStream;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=7, args_size=7
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // io.netty.resolver.dns.DnsNameResolver parent
        start local 2 // java.lang.String hostname
        start local 3 // int dnsClass
        start local 4 // io.netty.handler.codec.dns.DnsRecordType[] expectedTypes
        start local 5 // io.netty.handler.codec.dns.DnsRecord[] additionals
        start local 6 // io.netty.resolver.dns.DnsServerAddressStream nameServerAddrs
         0: .line 110
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 102
            aload 0 /* this */
         2: .line 104
            new java.util.IdentityHashMap
            dup
            invokespecial java.util.IdentityHashMap.<init>:()V
         3: .line 103
            invokestatic java.util.Collections.newSetFromMap:(Ljava/util/Map;)Ljava/util/Set;
            putfield io.netty.resolver.dns.DnsResolveContext.queriesInProgress:Ljava/util/Set;
         4: .line 114
            getstatic io.netty.resolver.dns.DnsResolveContext.$assertionsDisabled:Z
            ifne 5
            aload 4 /* expectedTypes */
            arraylength
            ifgt 5
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         5: .line 116
      StackMap locals: io.netty.resolver.dns.DnsResolveContext io.netty.resolver.dns.DnsNameResolver java.lang.String int io.netty.handler.codec.dns.DnsRecordType[] io.netty.handler.codec.dns.DnsRecord[] io.netty.resolver.dns.DnsServerAddressStream
      StackMap stack:
            aload 0 /* this */
            aload 1 /* parent */
            putfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
         6: .line 117
            aload 0 /* this */
            aload 2 /* hostname */
            putfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
         7: .line 118
            aload 0 /* this */
            iload 3 /* dnsClass */
            putfield io.netty.resolver.dns.DnsResolveContext.dnsClass:I
         8: .line 119
            aload 0 /* this */
            aload 4 /* expectedTypes */
            putfield io.netty.resolver.dns.DnsResolveContext.expectedTypes:[Lio/netty/handler/codec/dns/DnsRecordType;
         9: .line 120
            aload 0 /* this */
            aload 5 /* additionals */
            putfield io.netty.resolver.dns.DnsResolveContext.additionals:[Lio/netty/handler/codec/dns/DnsRecord;
        10: .line 122
            aload 0 /* this */
            aload 6 /* nameServerAddrs */
            ldc "nameServerAddrs"
            invokestatic io.netty.util.internal.ObjectUtil.checkNotNull:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            checkcast io.netty.resolver.dns.DnsServerAddressStream
            putfield io.netty.resolver.dns.DnsResolveContext.nameServerAddrs:Lio/netty/resolver/dns/DnsServerAddressStream;
        11: .line 123
            aload 0 /* this */
            aload 1 /* parent */
            invokevirtual io.netty.resolver.dns.DnsNameResolver.maxQueriesPerResolve:()I
            putfield io.netty.resolver.dns.DnsResolveContext.maxAllowedQueries:I
        12: .line 124
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.maxAllowedQueries:I
            putfield io.netty.resolver.dns.DnsResolveContext.allowedQueries:I
        13: .line 125
            return
        end local 6 // io.netty.resolver.dns.DnsServerAddressStream nameServerAddrs
        end local 5 // io.netty.handler.codec.dns.DnsRecord[] additionals
        end local 4 // io.netty.handler.codec.dns.DnsRecordType[] expectedTypes
        end local 3 // int dnsClass
        end local 2 // java.lang.String hostname
        end local 1 // io.netty.resolver.dns.DnsNameResolver parent
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0   14     0             this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0   14     1           parent  Lio/netty/resolver/dns/DnsNameResolver;
            0   14     2         hostname  Ljava/lang/String;
            0   14     3         dnsClass  I
            0   14     4    expectedTypes  [Lio/netty/handler/codec/dns/DnsRecordType;
            0   14     5      additionals  [Lio/netty/handler/codec/dns/DnsRecord;
            0   14     6  nameServerAddrs  Lio/netty/resolver/dns/DnsServerAddressStream;
    MethodParameters:
                 Name  Flags
      parent           
      hostname         
      dnsClass         
      expectedTypes    
      additionals      
      nameServerAddrs  

  abstract io.netty.resolver.dns.DnsResolveContext<T> newResolverContext(io.netty.resolver.dns.DnsNameResolver, java.lang.String, int, io.netty.handler.codec.dns.DnsRecordType[], io.netty.handler.codec.dns.DnsRecord[], io.netty.resolver.dns.DnsServerAddressStream);
    descriptor: (Lio/netty/resolver/dns/DnsNameResolver;Ljava/lang/String;I[Lio/netty/handler/codec/dns/DnsRecordType;[Lio/netty/handler/codec/dns/DnsRecord;Lio/netty/resolver/dns/DnsServerAddressStream;)Lio/netty/resolver/dns/DnsResolveContext;
    flags: (0x0400) ACC_ABSTRACT
    Signature: (Lio/netty/resolver/dns/DnsNameResolver;Ljava/lang/String;I[Lio/netty/handler/codec/dns/DnsRecordType;[Lio/netty/handler/codec/dns/DnsRecord;Lio/netty/resolver/dns/DnsServerAddressStream;)Lio/netty/resolver/dns/DnsResolveContext<TT;>;
    MethodParameters:
                 Name  Flags
      parent           
      hostname         
      dnsClass         
      expectedTypes    
      additionals      
      nameServerAddrs  

  abstract T convertRecord(io.netty.handler.codec.dns.DnsRecord, java.lang.String, io.netty.handler.codec.dns.DnsRecord[], io.netty.channel.EventLoop);
    descriptor: (Lio/netty/handler/codec/dns/DnsRecord;Ljava/lang/String;[Lio/netty/handler/codec/dns/DnsRecord;Lio/netty/channel/EventLoop;)Ljava/lang/Object;
    flags: (0x0400) ACC_ABSTRACT
    Signature: (Lio/netty/handler/codec/dns/DnsRecord;Ljava/lang/String;[Lio/netty/handler/codec/dns/DnsRecord;Lio/netty/channel/EventLoop;)TT;
    MethodParameters:
             Name  Flags
      record       
      hostname     
      additionals  
      eventLoop    

  abstract java.util.List<T> filterResults(java.util.List<T>);
    descriptor: (Ljava/util/List;)Ljava/util/List;
    flags: (0x0400) ACC_ABSTRACT
    Signature: (Ljava/util/List<TT;>;)Ljava/util/List<TT;>;
    MethodParameters:
            Name  Flags
      unfiltered  

  abstract void cache(java.lang.String, io.netty.handler.codec.dns.DnsRecord[], io.netty.handler.codec.dns.DnsRecord, );
    descriptor: (Ljava/lang/String;[Lio/netty/handler/codec/dns/DnsRecord;Lio/netty/handler/codec/dns/DnsRecord;Ljava/lang/Object;)V
    flags: (0x0400) ACC_ABSTRACT
    Signature: (Ljava/lang/String;[Lio/netty/handler/codec/dns/DnsRecord;Lio/netty/handler/codec/dns/DnsRecord;TT;)V
    MethodParameters:
                 Name  Flags
      hostname         
      additionals      
      result           
      convertedResult  

  abstract void cache(java.lang.String, io.netty.handler.codec.dns.DnsRecord[], java.net.UnknownHostException);
    descriptor: (Ljava/lang/String;[Lio/netty/handler/codec/dns/DnsRecord;Ljava/net/UnknownHostException;)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
             Name  Flags
      hostname     
      additionals  
      cause        

  void resolve(io.netty.util.concurrent.Promise<java.util.List<T>>);
    descriptor: (Lio/netty/util/concurrent/Promise;)V
    flags: (0x0000) 
    Code:
      stack=9, locals=6, args_size=2
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // io.netty.util.concurrent.Promise promise
         0: .line 159
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            invokevirtual io.netty.resolver.dns.DnsNameResolver.searchDomains:()[Ljava/lang/String;
            astore 2 /* searchDomains */
        start local 2 // java.lang.String[] searchDomains
         1: .line 160
            aload 2 /* searchDomains */
            arraylength
            ifeq 2
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            invokevirtual io.netty.resolver.dns.DnsNameResolver.ndots:()I
            ifeq 2
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
            bipush 46
            invokestatic io.netty.util.internal.StringUtil.endsWith:(Ljava/lang/CharSequence;C)Z
            ifeq 4
         2: .line 161
      StackMap locals: java.lang.String[]
      StackMap stack:
            aload 0 /* this */
            aload 1 /* promise */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.internalResolve:(Lio/netty/util/concurrent/Promise;)V
         3: .line 162
            goto 12
         4: .line 163
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.hasNDots:()Z
            istore 3 /* startWithoutSearchDomain */
        start local 3 // boolean startWithoutSearchDomain
         5: .line 164
            iload 3 /* startWithoutSearchDomain */
            ifeq 6
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
            goto 7
      StackMap locals: int
      StackMap stack:
         6: new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            bipush 46
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            aload 2 /* searchDomains */
            iconst_0
            aaload
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
      StackMap locals:
      StackMap stack: java.lang.String
         7: astore 4 /* initialHostname */
        start local 4 // java.lang.String initialHostname
         8: .line 165
            iload 3 /* startWithoutSearchDomain */
            ifeq 9
            iconst_0
            goto 10
      StackMap locals: java.lang.String
      StackMap stack:
         9: iconst_1
      StackMap locals:
      StackMap stack: int
        10: istore 5 /* initialSearchDomainIdx */
        start local 5 // int initialSearchDomainIdx
        11: .line 167
            aload 0 /* this */
            aload 4 /* initialHostname */
            new io.netty.resolver.dns.DnsResolveContext$2
            dup
            aload 0 /* this */
            iload 5 /* initialSearchDomainIdx */
            aload 1 /* promise */
            aload 2 /* searchDomains */
            iload 3 /* startWithoutSearchDomain */
            invokespecial io.netty.resolver.dns.DnsResolveContext$2.<init>:(Lio/netty/resolver/dns/DnsResolveContext;ILio/netty/util/concurrent/Promise;[Ljava/lang/String;Z)V
            invokevirtual io.netty.resolver.dns.DnsResolveContext.doSearchDomainQuery:(Ljava/lang/String;Lio/netty/util/concurrent/FutureListener;)V
        end local 5 // int initialSearchDomainIdx
        end local 4 // java.lang.String initialHostname
        end local 3 // boolean startWithoutSearchDomain
        12: .line 188
      StackMap locals:
      StackMap stack:
            return
        end local 2 // java.lang.String[] searchDomains
        end local 1 // io.netty.util.concurrent.Promise promise
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0   13     0                      this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0   13     1                   promise  Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;
            1   13     2             searchDomains  [Ljava/lang/String;
            5   12     3  startWithoutSearchDomain  Z
            8   12     4           initialHostname  Ljava/lang/String;
           11   12     5    initialSearchDomainIdx  I
    Signature: (Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;)V
    MethodParameters:
         Name  Flags
      promise  final

  private boolean hasNDots();
    descriptor: ()Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
         0: .line 191
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            istore 1 /* idx */
        start local 1 // int idx
         1: iconst_0
            istore 2 /* dots */
        start local 2 // int dots
         2: goto 6
         3: .line 192
      StackMap locals: int int
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
            iload 1 /* idx */
            invokevirtual java.lang.String.charAt:(I)C
            bipush 46
            if_icmpne 5
            iinc 2 /* dots */ 1
            iload 2 /* dots */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            invokevirtual io.netty.resolver.dns.DnsNameResolver.ndots:()I
            if_icmplt 5
         4: .line 193
            iconst_1
            ireturn
         5: .line 191
      StackMap locals:
      StackMap stack:
            iinc 1 /* idx */ -1
      StackMap locals:
      StackMap stack:
         6: iload 1 /* idx */
            ifge 3
        end local 2 // int dots
        end local 1 // int idx
         7: .line 196
            iconst_0
            ireturn
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    8     0  this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            1    7     1   idx  I
            2    7     2  dots  I

  private void doSearchDomainQuery(java.lang.String, io.netty.util.concurrent.FutureListener<java.util.List<T>>);
    descriptor: (Ljava/lang/String;Lio/netty/util/concurrent/FutureListener;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=3
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // java.lang.String hostname
        start local 2 // io.netty.util.concurrent.FutureListener listener
         0: .line 217
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            aload 1 /* hostname */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.dnsClass:I
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.expectedTypes:[Lio/netty/handler/codec/dns/DnsRecordType;
         1: .line 218
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.additionals:[Lio/netty/handler/codec/dns/DnsRecord;
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.nameServerAddrs:Lio/netty/resolver/dns/DnsServerAddressStream;
         2: .line 217
            invokevirtual io.netty.resolver.dns.DnsResolveContext.newResolverContext:(Lio/netty/resolver/dns/DnsNameResolver;Ljava/lang/String;I[Lio/netty/handler/codec/dns/DnsRecordType;[Lio/netty/handler/codec/dns/DnsRecord;Lio/netty/resolver/dns/DnsServerAddressStream;)Lio/netty/resolver/dns/DnsResolveContext;
            astore 3 /* nextContext */
        start local 3 // io.netty.resolver.dns.DnsResolveContext nextContext
         3: .line 219
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            invokevirtual io.netty.resolver.dns.DnsNameResolver.executor:()Lio/netty/channel/EventLoop;
            invokeinterface io.netty.channel.EventLoop.newPromise:()Lio/netty/util/concurrent/Promise;
            astore 4 /* nextPromise */
        start local 4 // io.netty.util.concurrent.Promise nextPromise
         4: .line 220
            aload 3 /* nextContext */
            aload 4 /* nextPromise */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.internalResolve:(Lio/netty/util/concurrent/Promise;)V
         5: .line 221
            aload 4 /* nextPromise */
            aload 2 /* listener */
            invokeinterface io.netty.util.concurrent.Promise.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/util/concurrent/Promise;
            pop
         6: .line 222
            return
        end local 4 // io.netty.util.concurrent.Promise nextPromise
        end local 3 // io.netty.resolver.dns.DnsResolveContext nextContext
        end local 2 // io.netty.util.concurrent.FutureListener listener
        end local 1 // java.lang.String hostname
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    7     0         this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0    7     1     hostname  Ljava/lang/String;
            0    7     2     listener  Lio/netty/util/concurrent/FutureListener<Ljava/util/List<TT;>;>;
            3    7     3  nextContext  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            4    7     4  nextPromise  Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;
    Signature: (Ljava/lang/String;Lio/netty/util/concurrent/FutureListener<Ljava/util/List<TT;>;>;)V
    MethodParameters:
          Name  Flags
      hostname  
      listener  

  private void internalResolve(io.netty.util.concurrent.Promise<java.util.List<T>>);
    descriptor: (Lio/netty/util/concurrent/Promise;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=5, args_size=2
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // io.netty.util.concurrent.Promise promise
         0: .line 225
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
            invokevirtual io.netty.resolver.dns.DnsResolveContext.getNameServers:(Ljava/lang/String;)Lio/netty/resolver/dns/DnsServerAddressStream;
            astore 2 /* nameServerAddressStream */
        start local 2 // io.netty.resolver.dns.DnsServerAddressStream nameServerAddressStream
         1: .line 227
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.expectedTypes:[Lio/netty/handler/codec/dns/DnsRecordType;
            arraylength
            iconst_1
            isub
            istore 3 /* end */
        start local 3 // int end
         2: .line 228
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         3: goto 7
         4: .line 229
      StackMap locals: io.netty.resolver.dns.DnsServerAddressStream int int
      StackMap stack:
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.expectedTypes:[Lio/netty/handler/codec/dns/DnsRecordType;
            iload 4 /* i */
            aaload
            aload 2 /* nameServerAddressStream */
            invokeinterface io.netty.resolver.dns.DnsServerAddressStream.duplicate:()Lio/netty/resolver/dns/DnsServerAddressStream;
            aload 1 /* promise */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.query:(Ljava/lang/String;Lio/netty/handler/codec/dns/DnsRecordType;Lio/netty/resolver/dns/DnsServerAddressStream;Lio/netty/util/concurrent/Promise;)Z
            ifne 6
         5: .line 230
            return
         6: .line 228
      StackMap locals:
      StackMap stack:
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         7: iload 4 /* i */
            iload 3 /* end */
            if_icmplt 4
        end local 4 // int i
         8: .line 233
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.expectedTypes:[Lio/netty/handler/codec/dns/DnsRecordType;
            iload 3 /* end */
            aaload
            aload 2 /* nameServerAddressStream */
            aload 1 /* promise */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.query:(Ljava/lang/String;Lio/netty/handler/codec/dns/DnsRecordType;Lio/netty/resolver/dns/DnsServerAddressStream;Lio/netty/util/concurrent/Promise;)Z
            pop
         9: .line 234
            return
        end local 3 // int end
        end local 2 // io.netty.resolver.dns.DnsServerAddressStream nameServerAddressStream
        end local 1 // io.netty.util.concurrent.Promise promise
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   10     0                     this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0   10     1                  promise  Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;
            1   10     2  nameServerAddressStream  Lio/netty/resolver/dns/DnsServerAddressStream;
            2   10     3                      end  I
            3    8     4                        i  I
    Signature: (Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;)V
    MethodParameters:
         Name  Flags
      promise  

  private void addNameServerToCache(io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServer, java.net.InetAddress, long);
    descriptor: (Lio/netty/resolver/dns/DnsResolveContext$AuthoritativeNameServer;Ljava/net/InetAddress;J)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=5, args_size=4
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServer name
        start local 2 // java.net.InetAddress resolved
        start local 3 // long ttl
         0: .line 241
            aload 1 /* name */
            invokevirtual io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServer.isRootServer:()Z
            ifne 4
         1: .line 243
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            invokevirtual io.netty.resolver.dns.DnsNameResolver.authoritativeDnsServerCache:()Lio/netty/resolver/dns/DnsCache;
            aload 1 /* name */
            invokevirtual io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServer.domainName:()Ljava/lang/String;
         2: .line 244
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.additionals:[Lio/netty/handler/codec/dns/DnsRecord;
            aload 2 /* resolved */
            lload 3 /* ttl */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            getfield io.netty.resolver.dns.DnsNameResolver.ch:Lio/netty/channel/socket/DatagramChannel;
            invokeinterface io.netty.channel.socket.DatagramChannel.eventLoop:()Lio/netty/channel/EventLoop;
         3: .line 243
            invokeinterface io.netty.resolver.dns.DnsCache.cache:(Ljava/lang/String;[Lio/netty/handler/codec/dns/DnsRecord;Ljava/net/InetAddress;JLio/netty/channel/EventLoop;)Lio/netty/resolver/dns/DnsCacheEntry;
            pop
         4: .line 246
      StackMap locals:
      StackMap stack:
            return
        end local 3 // long ttl
        end local 2 // java.net.InetAddress resolved
        end local 1 // io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServer name
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0    5     1      name  Lio/netty/resolver/dns/DnsResolveContext$AuthoritativeNameServer;
            0    5     2  resolved  Ljava/net/InetAddress;
            0    5     3       ttl  J
    MethodParameters:
          Name  Flags
      name      
      resolved  
      ttl       

  private io.netty.resolver.dns.DnsServerAddressStream getNameServersFromCache(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/netty/resolver/dns/DnsServerAddressStream;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=2
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // java.lang.String hostname
         0: .line 253
            aload 1 /* hostname */
            invokevirtual java.lang.String.length:()I
            istore 2 /* len */
        start local 2 // int len
         1: .line 255
            iload 2 /* len */
            ifne 3
         2: .line 257
            aconst_null
            areturn
         3: .line 261
      StackMap locals: int
      StackMap stack:
            aload 1 /* hostname */
            iload 2 /* len */
            iconst_1
            isub
            invokevirtual java.lang.String.charAt:(I)C
            bipush 46
            if_icmpeq 5
         4: .line 262
            new java.lang.StringBuilder
            dup
            aload 1 /* hostname */
            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 1 /* hostname */
         5: .line 265
      StackMap locals:
      StackMap stack:
            aload 1 /* hostname */
            bipush 46
            invokevirtual java.lang.String.indexOf:(I)I
            istore 3 /* idx */
        start local 3 // int idx
         6: .line 266
            iload 3 /* idx */
            aload 1 /* hostname */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            if_icmpne 8
         7: .line 268
            aconst_null
            areturn
         8: .line 274
      StackMap locals: int
      StackMap stack:
            aload 1 /* hostname */
            iload 3 /* idx */
            iconst_1
            iadd
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            astore 1 /* hostname */
         9: .line 276
            aload 1 /* hostname */
            bipush 46
            invokevirtual java.lang.String.indexOf:(I)I
            istore 4 /* idx2 */
        start local 4 // int idx2
        10: .line 277
            iload 4 /* idx2 */
            ifle 11
            iload 4 /* idx2 */
            aload 1 /* hostname */
            invokevirtual java.lang.String.length:()I
            iconst_1
            isub
            if_icmpne 12
        11: .line 279
      StackMap locals: int
      StackMap stack:
            aconst_null
            areturn
        12: .line 281
      StackMap locals:
      StackMap stack:
            iload 4 /* idx2 */
            istore 3 /* idx */
        13: .line 283
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            invokevirtual io.netty.resolver.dns.DnsNameResolver.authoritativeDnsServerCache:()Lio/netty/resolver/dns/DnsCache;
            aload 1 /* hostname */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.additionals:[Lio/netty/handler/codec/dns/DnsRecord;
            invokeinterface io.netty.resolver.dns.DnsCache.get:(Ljava/lang/String;[Lio/netty/handler/codec/dns/DnsRecord;)Ljava/util/List;
            astore 5 /* entries */
        start local 5 // java.util.List entries
        14: .line 284
            aload 5 /* entries */
            ifnull 8
            aload 5 /* entries */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 8
        15: .line 285
            new io.netty.resolver.dns.DnsResolveContext$DnsCacheIterable
            dup
            aload 0 /* this */
            aload 5 /* entries */
            invokespecial io.netty.resolver.dns.DnsResolveContext$DnsCacheIterable.<init>:(Lio/netty/resolver/dns/DnsResolveContext;Ljava/util/List;)V
            invokestatic io.netty.resolver.dns.DnsServerAddresses.sequential:(Ljava/lang/Iterable;)Lio/netty/resolver/dns/DnsServerAddresses;
            invokevirtual io.netty.resolver.dns.DnsServerAddresses.stream:()Lio/netty/resolver/dns/DnsServerAddressStream;
            areturn
        end local 5 // java.util.List entries
        end local 4 // int idx2
        end local 3 // int idx
        end local 2 // int len
        end local 1 // java.lang.String hostname
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   16     0      this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0   16     1  hostname  Ljava/lang/String;
            1   16     2       len  I
            6   16     3       idx  I
           10   16     4      idx2  I
           14   16     5   entries  Ljava/util/List<+Lio/netty/resolver/dns/DnsCacheEntry;>;
    MethodParameters:
          Name  Flags
      hostname  

  private void query(io.netty.resolver.dns.DnsServerAddressStream, int, io.netty.handler.codec.dns.DnsQuestion, io.netty.util.concurrent.Promise<java.util.List<T>>, java.lang.Throwable);
    descriptor: (Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/util/concurrent/Promise;Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=6, args_size=6
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // io.netty.resolver.dns.DnsServerAddressStream nameServerAddrStream
        start local 2 // int nameServerAddrStreamIndex
        start local 3 // io.netty.handler.codec.dns.DnsQuestion question
        start local 4 // io.netty.util.concurrent.Promise promise
        start local 5 // java.lang.Throwable cause
         0: .line 324
            aload 0 /* this */
            aload 1 /* nameServerAddrStream */
            iload 2 /* nameServerAddrStreamIndex */
            aload 3 /* question */
         1: .line 325
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            invokevirtual io.netty.resolver.dns.DnsNameResolver.dnsQueryLifecycleObserverFactory:()Lio/netty/resolver/dns/DnsQueryLifecycleObserverFactory;
            aload 3 /* question */
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserverFactory.newDnsQueryLifecycleObserver:(Lio/netty/handler/codec/dns/DnsQuestion;)Lio/netty/resolver/dns/DnsQueryLifecycleObserver;
            aload 4 /* promise */
            aload 5 /* cause */
         2: .line 324
            invokevirtual io.netty.resolver.dns.DnsResolveContext.query:(Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;Ljava/lang/Throwable;)V
         3: .line 326
            return
        end local 5 // java.lang.Throwable cause
        end local 4 // io.netty.util.concurrent.Promise promise
        end local 3 // io.netty.handler.codec.dns.DnsQuestion question
        end local 2 // int nameServerAddrStreamIndex
        end local 1 // io.netty.resolver.dns.DnsServerAddressStream nameServerAddrStream
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0    4     0                       this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0    4     1       nameServerAddrStream  Lio/netty/resolver/dns/DnsServerAddressStream;
            0    4     2  nameServerAddrStreamIndex  I
            0    4     3                   question  Lio/netty/handler/codec/dns/DnsQuestion;
            0    4     4                    promise  Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;
            0    4     5                      cause  Ljava/lang/Throwable;
    Signature: (Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;Ljava/lang/Throwable;)V
    MethodParameters:
                           Name  Flags
      nameServerAddrStream       final
      nameServerAddrStreamIndex  final
      question                   final
      promise                    final
      cause                      

  private void query(io.netty.resolver.dns.DnsServerAddressStream, int, io.netty.handler.codec.dns.DnsQuestion, io.netty.resolver.dns.DnsQueryLifecycleObserver, io.netty.util.concurrent.Promise<java.util.List<T>>, java.lang.Throwable);
    descriptor: (Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=9, locals=10, args_size=7
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // io.netty.resolver.dns.DnsServerAddressStream nameServerAddrStream
        start local 2 // int nameServerAddrStreamIndex
        start local 3 // io.netty.handler.codec.dns.DnsQuestion question
        start local 4 // io.netty.resolver.dns.DnsQueryLifecycleObserver queryLifecycleObserver
        start local 5 // io.netty.util.concurrent.Promise promise
        start local 6 // java.lang.Throwable cause
         0: .line 334
            iload 2 /* nameServerAddrStreamIndex */
            aload 1 /* nameServerAddrStream */
            invokeinterface io.netty.resolver.dns.DnsServerAddressStream.size:()I
            if_icmpge 1
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.allowedQueries:I
            ifeq 1
            aload 5 /* promise */
            invokeinterface io.netty.util.concurrent.Promise.isCancelled:()Z
            ifeq 5
         1: .line 335
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* nameServerAddrStream */
            iload 2 /* nameServerAddrStreamIndex */
            aload 3 /* question */
            aload 4 /* queryLifecycleObserver */
         2: .line 336
            aload 5 /* promise */
            aload 6 /* cause */
         3: .line 335
            invokevirtual io.netty.resolver.dns.DnsResolveContext.tryToFinishResolve:(Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;Ljava/lang/Throwable;)V
         4: .line 337
            return
         5: .line 340
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            dup
            getfield io.netty.resolver.dns.DnsResolveContext.allowedQueries:I
            iconst_1
            isub
            putfield io.netty.resolver.dns.DnsResolveContext.allowedQueries:I
         6: .line 341
            aload 1 /* nameServerAddrStream */
            invokeinterface io.netty.resolver.dns.DnsServerAddressStream.next:()Ljava/net/InetSocketAddress;
            astore 7 /* nameServerAddr */
        start local 7 // java.net.InetSocketAddress nameServerAddr
         7: .line 342
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            getfield io.netty.resolver.dns.DnsNameResolver.ch:Lio/netty/channel/socket/DatagramChannel;
            invokeinterface io.netty.channel.socket.DatagramChannel.newPromise:()Lio/netty/channel/ChannelPromise;
            astore 8 /* writePromise */
        start local 8 // io.netty.channel.ChannelPromise writePromise
         8: .line 343
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
         9: .line 344
            aload 7 /* nameServerAddr */
            aload 3 /* question */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.additionals:[Lio/netty/handler/codec/dns/DnsRecord;
            aload 8 /* writePromise */
        10: .line 345
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            getfield io.netty.resolver.dns.DnsNameResolver.ch:Lio/netty/channel/socket/DatagramChannel;
            invokeinterface io.netty.channel.socket.DatagramChannel.eventLoop:()Lio/netty/channel/EventLoop;
            invokeinterface io.netty.channel.EventLoop.newPromise:()Lio/netty/util/concurrent/Promise;
        11: .line 343
            invokevirtual io.netty.resolver.dns.DnsNameResolver.query0:(Ljava/net/InetSocketAddress;Lio/netty/handler/codec/dns/DnsQuestion;[Lio/netty/handler/codec/dns/DnsRecord;Lio/netty/channel/ChannelPromise;Lio/netty/util/concurrent/Promise;)Lio/netty/util/concurrent/Future;
            astore 9 /* f */
        start local 9 // io.netty.util.concurrent.Future f
        12: .line 346
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.queriesInProgress:Ljava/util/Set;
            aload 9 /* f */
            invokeinterface java.util.Set.add:(Ljava/lang/Object;)Z
            pop
        13: .line 348
            aload 4 /* queryLifecycleObserver */
            aload 7 /* nameServerAddr */
            aload 8 /* writePromise */
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserver.queryWritten:(Ljava/net/InetSocketAddress;Lio/netty/channel/ChannelFuture;)V
        14: .line 350
            aload 9 /* f */
            new io.netty.resolver.dns.DnsResolveContext$3
            dup
            aload 0 /* this */
            aload 5 /* promise */
            aload 4 /* queryLifecycleObserver */
            aload 1 /* nameServerAddrStream */
            iload 2 /* nameServerAddrStreamIndex */
            aload 3 /* question */
            invokespecial io.netty.resolver.dns.DnsResolveContext$3.<init>:(Lio/netty/resolver/dns/DnsResolveContext;Lio/netty/util/concurrent/Promise;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;)V
            invokeinterface io.netty.util.concurrent.Future.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/util/concurrent/Future;
            pop
        15: .line 386
            return
        end local 9 // io.netty.util.concurrent.Future f
        end local 8 // io.netty.channel.ChannelPromise writePromise
        end local 7 // java.net.InetSocketAddress nameServerAddr
        end local 6 // java.lang.Throwable cause
        end local 5 // io.netty.util.concurrent.Promise promise
        end local 4 // io.netty.resolver.dns.DnsQueryLifecycleObserver queryLifecycleObserver
        end local 3 // io.netty.handler.codec.dns.DnsQuestion question
        end local 2 // int nameServerAddrStreamIndex
        end local 1 // io.netty.resolver.dns.DnsServerAddressStream nameServerAddrStream
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   16     0                       this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0   16     1       nameServerAddrStream  Lio/netty/resolver/dns/DnsServerAddressStream;
            0   16     2  nameServerAddrStreamIndex  I
            0   16     3                   question  Lio/netty/handler/codec/dns/DnsQuestion;
            0   16     4     queryLifecycleObserver  Lio/netty/resolver/dns/DnsQueryLifecycleObserver;
            0   16     5                    promise  Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;
            0   16     6                      cause  Ljava/lang/Throwable;
            7   16     7             nameServerAddr  Ljava/net/InetSocketAddress;
            8   16     8               writePromise  Lio/netty/channel/ChannelPromise;
           12   16     9                          f  Lio/netty/util/concurrent/Future<Lio/netty/channel/AddressedEnvelope<Lio/netty/handler/codec/dns/DnsResponse;Ljava/net/InetSocketAddress;>;>;
    Signature: (Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;Ljava/lang/Throwable;)V
    MethodParameters:
                           Name  Flags
      nameServerAddrStream       final
      nameServerAddrStreamIndex  final
      question                   final
      queryLifecycleObserver     final
      promise                    final
      cause                      final

  private void onResponse(io.netty.resolver.dns.DnsServerAddressStream, int, io.netty.handler.codec.dns.DnsQuestion, io.netty.channel.AddressedEnvelope<io.netty.handler.codec.dns.DnsResponse, java.net.InetSocketAddress>, io.netty.resolver.dns.DnsQueryLifecycleObserver, io.netty.util.concurrent.Promise<java.util.List<T>>);
    descriptor: (Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/channel/AddressedEnvelope;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=15, args_size=7
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // io.netty.resolver.dns.DnsServerAddressStream nameServerAddrStream
        start local 2 // int nameServerAddrStreamIndex
        start local 3 // io.netty.handler.codec.dns.DnsQuestion question
        start local 4 // io.netty.channel.AddressedEnvelope envelope
        start local 5 // io.netty.resolver.dns.DnsQueryLifecycleObserver queryLifecycleObserver
        start local 6 // io.netty.util.concurrent.Promise promise
         0: .line 393
            aload 4 /* envelope */
            invokeinterface io.netty.channel.AddressedEnvelope.content:()Ljava/lang/Object;
            checkcast io.netty.handler.codec.dns.DnsResponse
            astore 7 /* res */
        start local 7 // io.netty.handler.codec.dns.DnsResponse res
         1: .line 394
            aload 7 /* res */
            invokeinterface io.netty.handler.codec.dns.DnsResponse.code:()Lio/netty/handler/codec/dns/DnsResponseCode;
            astore 8 /* code */
        start local 8 // io.netty.handler.codec.dns.DnsResponseCode code
         2: .line 395
            aload 8 /* code */
            getstatic io.netty.handler.codec.dns.DnsResponseCode.NOERROR:Lio/netty/handler/codec/dns/DnsResponseCode;
            if_acmpne 22
         3: .line 396
            aload 0 /* this */
            aload 3 /* question */
            aload 4 /* envelope */
            aload 5 /* queryLifecycleObserver */
            aload 6 /* promise */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.handleRedirect:(Lio/netty/handler/codec/dns/DnsQuestion;Lio/netty/channel/AddressedEnvelope;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;)Z
            ifeq 6
         4: .line 426
            aload 4 /* envelope */
            invokestatic io.netty.util.ReferenceCountUtil.safeRelease:(Ljava/lang/Object;)V
         5: .line 398
            return
         6: .line 400
      StackMap locals: io.netty.handler.codec.dns.DnsResponse io.netty.handler.codec.dns.DnsResponseCode
      StackMap stack:
            aload 3 /* question */
            invokeinterface io.netty.handler.codec.dns.DnsQuestion.type:()Lio/netty/handler/codec/dns/DnsRecordType;
            astore 9 /* type */
        start local 9 // io.netty.handler.codec.dns.DnsRecordType type
         7: .line 402
            aload 9 /* type */
            getstatic io.netty.handler.codec.dns.DnsRecordType.CNAME:Lio/netty/handler/codec/dns/DnsRecordType;
            if_acmpne 11
         8: .line 403
            aload 0 /* this */
            aload 3 /* question */
            aload 4 /* envelope */
            invokeinterface io.netty.channel.AddressedEnvelope.content:()Ljava/lang/Object;
            checkcast io.netty.handler.codec.dns.DnsResponse
            invokestatic io.netty.resolver.dns.DnsResolveContext.buildAliasMap:(Lio/netty/handler/codec/dns/DnsResponse;)Ljava/util/Map;
            aload 5 /* queryLifecycleObserver */
            aload 6 /* promise */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.onResponseCNAME:(Lio/netty/handler/codec/dns/DnsQuestion;Ljava/util/Map;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;)V
         9: .line 426
            aload 4 /* envelope */
            invokestatic io.netty.util.ReferenceCountUtil.safeRelease:(Ljava/lang/Object;)V
        10: .line 404
            return
        11: .line 407
      StackMap locals: io.netty.handler.codec.dns.DnsRecordType
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.expectedTypes:[Lio/netty/handler/codec/dns/DnsRecordType;
            dup
            astore 13
            arraylength
            istore 12
            iconst_0
            istore 11
            goto 18
      StackMap locals: io.netty.resolver.dns.DnsResolveContext io.netty.resolver.dns.DnsServerAddressStream int io.netty.handler.codec.dns.DnsQuestion io.netty.channel.AddressedEnvelope io.netty.resolver.dns.DnsQueryLifecycleObserver io.netty.util.concurrent.Promise io.netty.handler.codec.dns.DnsResponse io.netty.handler.codec.dns.DnsResponseCode io.netty.handler.codec.dns.DnsRecordType top int int io.netty.handler.codec.dns.DnsRecordType[]
      StackMap stack:
        12: aload 13
            iload 11
            aaload
            astore 10 /* expectedType */
        start local 10 // io.netty.handler.codec.dns.DnsRecordType expectedType
        13: .line 408
            aload 9 /* type */
            aload 10 /* expectedType */
            if_acmpne 17
        14: .line 409
            aload 0 /* this */
            aload 3 /* question */
            aload 4 /* envelope */
            aload 5 /* queryLifecycleObserver */
            aload 6 /* promise */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.onExpectedResponse:(Lio/netty/handler/codec/dns/DnsQuestion;Lio/netty/channel/AddressedEnvelope;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;)V
        15: .line 426
            aload 4 /* envelope */
            invokestatic io.netty.util.ReferenceCountUtil.safeRelease:(Ljava/lang/Object;)V
        16: .line 410
            return
        end local 10 // io.netty.handler.codec.dns.DnsRecordType expectedType
        17: .line 407
      StackMap locals:
      StackMap stack:
            iinc 11 1
      StackMap locals:
      StackMap stack:
        18: iload 11
            iload 12
            if_icmplt 12
        19: .line 414
            aload 5 /* queryLifecycleObserver */
            getstatic io.netty.resolver.dns.DnsResolveContext.UNRECOGNIZED_TYPE_QUERY_FAILED_EXCEPTION:Ljava/lang/RuntimeException;
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserver.queryFailed:(Ljava/lang/Throwable;)V
        20: .line 426
            aload 4 /* envelope */
            invokestatic io.netty.util.ReferenceCountUtil.safeRelease:(Ljava/lang/Object;)V
        21: .line 415
            return
        end local 9 // io.netty.handler.codec.dns.DnsRecordType type
        22: .line 419
      StackMap locals: io.netty.resolver.dns.DnsResolveContext io.netty.resolver.dns.DnsServerAddressStream int io.netty.handler.codec.dns.DnsQuestion io.netty.channel.AddressedEnvelope io.netty.resolver.dns.DnsQueryLifecycleObserver io.netty.util.concurrent.Promise io.netty.handler.codec.dns.DnsResponse io.netty.handler.codec.dns.DnsResponseCode
      StackMap stack:
            aload 8 /* code */
            getstatic io.netty.handler.codec.dns.DnsResponseCode.NXDOMAIN:Lio/netty/handler/codec/dns/DnsResponseCode;
            if_acmpeq 27
        23: .line 420
            aload 0 /* this */
            aload 1 /* nameServerAddrStream */
            iload 2 /* nameServerAddrStreamIndex */
            iconst_1
            iadd
            aload 3 /* question */
        24: .line 421
            aload 5 /* queryLifecycleObserver */
            aload 8 /* code */
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserver.queryNoAnswer:(Lio/netty/handler/codec/dns/DnsResponseCode;)Lio/netty/resolver/dns/DnsQueryLifecycleObserver;
            aload 6 /* promise */
            aconst_null
        25: .line 420
            invokevirtual io.netty.resolver.dns.DnsResolveContext.query:(Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;Ljava/lang/Throwable;)V
        26: .line 422
            goto 32
        27: .line 423
      StackMap locals:
      StackMap stack:
            aload 5 /* queryLifecycleObserver */
            getstatic io.netty.resolver.dns.DnsResolveContext.NXDOMAIN_QUERY_FAILED_EXCEPTION:Ljava/lang/RuntimeException;
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserver.queryFailed:(Ljava/lang/Throwable;)V
        end local 8 // io.netty.handler.codec.dns.DnsResponseCode code
        end local 7 // io.netty.handler.codec.dns.DnsResponse res
        28: .line 425
            goto 32
      StackMap locals: io.netty.resolver.dns.DnsResolveContext io.netty.resolver.dns.DnsServerAddressStream int io.netty.handler.codec.dns.DnsQuestion io.netty.channel.AddressedEnvelope io.netty.resolver.dns.DnsQueryLifecycleObserver io.netty.util.concurrent.Promise
      StackMap stack: java.lang.Throwable
        29: astore 14
        30: .line 426
            aload 4 /* envelope */
            invokestatic io.netty.util.ReferenceCountUtil.safeRelease:(Ljava/lang/Object;)V
        31: .line 427
            aload 14
            athrow
        32: .line 426
      StackMap locals:
      StackMap stack:
            aload 4 /* envelope */
            invokestatic io.netty.util.ReferenceCountUtil.safeRelease:(Ljava/lang/Object;)V
        33: .line 428
            return
        end local 6 // io.netty.util.concurrent.Promise promise
        end local 5 // io.netty.resolver.dns.DnsQueryLifecycleObserver queryLifecycleObserver
        end local 4 // io.netty.channel.AddressedEnvelope envelope
        end local 3 // io.netty.handler.codec.dns.DnsQuestion question
        end local 2 // int nameServerAddrStreamIndex
        end local 1 // io.netty.resolver.dns.DnsServerAddressStream nameServerAddrStream
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   34     0                       this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0   34     1       nameServerAddrStream  Lio/netty/resolver/dns/DnsServerAddressStream;
            0   34     2  nameServerAddrStreamIndex  I
            0   34     3                   question  Lio/netty/handler/codec/dns/DnsQuestion;
            0   34     4                   envelope  Lio/netty/channel/AddressedEnvelope<Lio/netty/handler/codec/dns/DnsResponse;Ljava/net/InetSocketAddress;>;
            0   34     5     queryLifecycleObserver  Lio/netty/resolver/dns/DnsQueryLifecycleObserver;
            0   34     6                    promise  Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;
            1   28     7                        res  Lio/netty/handler/codec/dns/DnsResponse;
            2   28     8                       code  Lio/netty/handler/codec/dns/DnsResponseCode;
            7   22     9                       type  Lio/netty/handler/codec/dns/DnsRecordType;
           13   17    10               expectedType  Lio/netty/handler/codec/dns/DnsRecordType;
      Exception table:
        from    to  target  type
           0     4      29  any
           6     9      29  any
          11    15      29  any
          17    20      29  any
          22    29      29  any
    Signature: (Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/channel/AddressedEnvelope<Lio/netty/handler/codec/dns/DnsResponse;Ljava/net/InetSocketAddress;>;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;)V
    MethodParameters:
                           Name  Flags
      nameServerAddrStream       final
      nameServerAddrStreamIndex  final
      question                   final
      envelope                   
      queryLifecycleObserver     final
      promise                    

  private boolean handleRedirect(io.netty.handler.codec.dns.DnsQuestion, io.netty.channel.AddressedEnvelope<io.netty.handler.codec.dns.DnsResponse, java.net.InetSocketAddress>, io.netty.resolver.dns.DnsQueryLifecycleObserver, io.netty.util.concurrent.Promise<java.util.List<T>>);
    descriptor: (Lio/netty/handler/codec/dns/DnsQuestion;Lio/netty/channel/AddressedEnvelope;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=14, args_size=5
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // io.netty.handler.codec.dns.DnsQuestion question
        start local 2 // io.netty.channel.AddressedEnvelope envelope
        start local 3 // io.netty.resolver.dns.DnsQueryLifecycleObserver queryLifecycleObserver
        start local 4 // io.netty.util.concurrent.Promise promise
         0: .line 436
            aload 2 /* envelope */
            invokeinterface io.netty.channel.AddressedEnvelope.content:()Ljava/lang/Object;
            checkcast io.netty.handler.codec.dns.DnsResponse
            astore 5 /* res */
        start local 5 // io.netty.handler.codec.dns.DnsResponse res
         1: .line 439
            aload 5 /* res */
            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
            ifne 28
         2: .line 440
            aload 1 /* question */
            invokeinterface io.netty.handler.codec.dns.DnsQuestion.name:()Ljava/lang/String;
            aload 5 /* res */
            invokestatic io.netty.resolver.dns.DnsResolveContext.extractAuthoritativeNameServers:(Ljava/lang/String;Lio/netty/handler/codec/dns/DnsResponse;)Lio/netty/resolver/dns/DnsResolveContext$AuthoritativeNameServerList;
            astore 6 /* serverNames */
        start local 6 // io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList serverNames
         3: .line 442
            aload 6 /* serverNames */
            ifnull 28
         4: .line 443
            new java.util.ArrayList
            dup
            aload 6 /* serverNames */
            invokevirtual io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList.size:()I
            invokespecial java.util.ArrayList.<init>:(I)V
            astore 7 /* nameServers */
        start local 7 // java.util.List nameServers
         5: .line 444
            aload 5 /* res */
            getstatic io.netty.handler.codec.dns.DnsSection.ADDITIONAL:Lio/netty/handler/codec/dns/DnsSection;
            invokeinterface io.netty.handler.codec.dns.DnsResponse.count:(Lio/netty/handler/codec/dns/DnsSection;)I
            istore 8 /* additionalCount */
        start local 8 // int additionalCount
         6: .line 446
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         7: goto 22
         8: .line 447
      StackMap locals: io.netty.resolver.dns.DnsResolveContext io.netty.handler.codec.dns.DnsQuestion io.netty.channel.AddressedEnvelope io.netty.resolver.dns.DnsQueryLifecycleObserver io.netty.util.concurrent.Promise io.netty.handler.codec.dns.DnsResponse io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList java.util.List int int
      StackMap stack:
            aload 5 /* res */
            getstatic io.netty.handler.codec.dns.DnsSection.ADDITIONAL:Lio/netty/handler/codec/dns/DnsSection;
            iload 9 /* i */
            invokeinterface io.netty.handler.codec.dns.DnsResponse.recordAt:(Lio/netty/handler/codec/dns/DnsSection;I)Lio/netty/handler/codec/dns/DnsRecord;
            astore 10 /* r */
        start local 10 // io.netty.handler.codec.dns.DnsRecord r
         9: .line 449
            aload 10 /* r */
            invokeinterface io.netty.handler.codec.dns.DnsRecord.type:()Lio/netty/handler/codec/dns/DnsRecordType;
            getstatic io.netty.handler.codec.dns.DnsRecordType.A:Lio/netty/handler/codec/dns/DnsRecordType;
            if_acmpne 10
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            invokevirtual io.netty.resolver.dns.DnsNameResolver.supportsARecords:()Z
            ifeq 21
        10: .line 450
      StackMap locals: io.netty.handler.codec.dns.DnsRecord
      StackMap stack:
            aload 10 /* r */
            invokeinterface io.netty.handler.codec.dns.DnsRecord.type:()Lio/netty/handler/codec/dns/DnsRecordType;
            getstatic io.netty.handler.codec.dns.DnsRecordType.AAAA:Lio/netty/handler/codec/dns/DnsRecordType;
            if_acmpne 12
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            invokevirtual io.netty.resolver.dns.DnsNameResolver.supportsAAAARecords:()Z
            ifne 12
        11: .line 451
            goto 21
        12: .line 454
      StackMap locals:
      StackMap stack:
            aload 10 /* r */
            invokeinterface io.netty.handler.codec.dns.DnsRecord.name:()Ljava/lang/String;
            astore 11 /* recordName */
        start local 11 // java.lang.String recordName
        13: .line 455
            aload 6 /* serverNames */
            aload 11 /* recordName */
            invokevirtual io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList.remove:(Ljava/lang/String;)Lio/netty/resolver/dns/DnsResolveContext$AuthoritativeNameServer;
            astore 12 /* authoritativeNameServer */
        start local 12 // io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServer authoritativeNameServer
        14: .line 457
            aload 12 /* authoritativeNameServer */
            ifnonnull 16
        15: .line 459
            goto 21
        16: .line 462
      StackMap locals: java.lang.String io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServer
      StackMap stack:
            aload 10 /* r */
            aload 11 /* recordName */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            invokevirtual io.netty.resolver.dns.DnsNameResolver.isDecodeIdn:()Z
            invokestatic io.netty.resolver.dns.DnsAddressDecoder.decodeAddress:(Lio/netty/handler/codec/dns/DnsRecord;Ljava/lang/String;Z)Ljava/net/InetAddress;
            astore 13 /* resolved */
        start local 13 // java.net.InetAddress resolved
        17: .line 463
            aload 13 /* resolved */
            ifnonnull 19
        18: .line 465
            goto 21
        19: .line 468
      StackMap locals: java.net.InetAddress
      StackMap stack:
            aload 7 /* nameServers */
            new java.net.InetSocketAddress
            dup
            aload 13 /* resolved */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            aload 13 /* resolved */
            invokevirtual io.netty.resolver.dns.DnsNameResolver.dnsRedirectPort:(Ljava/net/InetAddress;)I
            invokespecial java.net.InetSocketAddress.<init>:(Ljava/net/InetAddress;I)V
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        20: .line 469
            aload 0 /* this */
            aload 12 /* authoritativeNameServer */
            aload 13 /* resolved */
            aload 10 /* r */
            invokeinterface io.netty.handler.codec.dns.DnsRecord.timeToLive:()J
            invokevirtual io.netty.resolver.dns.DnsResolveContext.addNameServerToCache:(Lio/netty/resolver/dns/DnsResolveContext$AuthoritativeNameServer;Ljava/net/InetAddress;J)V
        end local 13 // java.net.InetAddress resolved
        end local 12 // io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServer authoritativeNameServer
        end local 11 // java.lang.String recordName
        end local 10 // io.netty.handler.codec.dns.DnsRecord r
        21: .line 446
      StackMap locals: io.netty.resolver.dns.DnsResolveContext io.netty.handler.codec.dns.DnsQuestion io.netty.channel.AddressedEnvelope io.netty.resolver.dns.DnsQueryLifecycleObserver io.netty.util.concurrent.Promise io.netty.handler.codec.dns.DnsResponse io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList java.util.List int int
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        22: iload 9 /* i */
            iload 8 /* additionalCount */
            if_icmplt 8
        end local 9 // int i
        23: .line 472
            aload 7 /* nameServers */
            invokeinterface java.util.List.isEmpty:()Z
            ifne 28
        24: .line 473
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            aload 7 /* nameServers */
            invokevirtual io.netty.resolver.dns.DnsNameResolver.uncachedRedirectDnsServerStream:(Ljava/util/List;)Lio/netty/resolver/dns/DnsServerAddressStream;
            iconst_0
            aload 1 /* question */
        25: .line 474
            aload 3 /* queryLifecycleObserver */
            aload 7 /* nameServers */
            invokestatic java.util.Collections.unmodifiableList:(Ljava/util/List;)Ljava/util/List;
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserver.queryRedirected:(Ljava/util/List;)Lio/netty/resolver/dns/DnsQueryLifecycleObserver;
            aload 4 /* promise */
            aconst_null
        26: .line 473
            invokevirtual io.netty.resolver.dns.DnsResolveContext.query:(Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;Ljava/lang/Throwable;)V
        27: .line 475
            iconst_1
            ireturn
        end local 8 // int additionalCount
        end local 7 // java.util.List nameServers
        end local 6 // io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList serverNames
        28: .line 479
      StackMap locals: io.netty.resolver.dns.DnsResolveContext io.netty.handler.codec.dns.DnsQuestion io.netty.channel.AddressedEnvelope io.netty.resolver.dns.DnsQueryLifecycleObserver io.netty.util.concurrent.Promise io.netty.handler.codec.dns.DnsResponse
      StackMap stack:
            iconst_0
            ireturn
        end local 5 // io.netty.handler.codec.dns.DnsResponse res
        end local 4 // io.netty.util.concurrent.Promise promise
        end local 3 // io.netty.resolver.dns.DnsQueryLifecycleObserver queryLifecycleObserver
        end local 2 // io.netty.channel.AddressedEnvelope envelope
        end local 1 // io.netty.handler.codec.dns.DnsQuestion question
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot                     Name  Signature
            0   29     0                     this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0   29     1                 question  Lio/netty/handler/codec/dns/DnsQuestion;
            0   29     2                 envelope  Lio/netty/channel/AddressedEnvelope<Lio/netty/handler/codec/dns/DnsResponse;Ljava/net/InetSocketAddress;>;
            0   29     3   queryLifecycleObserver  Lio/netty/resolver/dns/DnsQueryLifecycleObserver;
            0   29     4                  promise  Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;
            1   29     5                      res  Lio/netty/handler/codec/dns/DnsResponse;
            3   28     6              serverNames  Lio/netty/resolver/dns/DnsResolveContext$AuthoritativeNameServerList;
            5   28     7              nameServers  Ljava/util/List<Ljava/net/InetSocketAddress;>;
            6   28     8          additionalCount  I
            7   23     9                        i  I
            9   21    10                        r  Lio/netty/handler/codec/dns/DnsRecord;
           13   21    11               recordName  Ljava/lang/String;
           14   21    12  authoritativeNameServer  Lio/netty/resolver/dns/DnsResolveContext$AuthoritativeNameServer;
           17   21    13                 resolved  Ljava/net/InetAddress;
    Signature: (Lio/netty/handler/codec/dns/DnsQuestion;Lio/netty/channel/AddressedEnvelope<Lio/netty/handler/codec/dns/DnsResponse;Ljava/net/InetSocketAddress;>;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;)Z
    MethodParameters:
                        Name  Flags
      question                
      envelope                
      queryLifecycleObserver  final
      promise                 

  private static io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList extractAuthoritativeNameServers(java.lang.String, io.netty.handler.codec.dns.DnsResponse);
    descriptor: (Ljava/lang/String;Lio/netty/handler/codec/dns/DnsResponse;)Lio/netty/resolver/dns/DnsResolveContext$AuthoritativeNameServerList;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=5, args_size=2
        start local 0 // java.lang.String questionName
        start local 1 // io.netty.handler.codec.dns.DnsResponse res
         0: .line 487
            aload 1 /* res */
            getstatic io.netty.handler.codec.dns.DnsSection.AUTHORITY:Lio/netty/handler/codec/dns/DnsSection;
            invokeinterface io.netty.handler.codec.dns.DnsResponse.count:(Lio/netty/handler/codec/dns/DnsSection;)I
            istore 2 /* authorityCount */
        start local 2 // int authorityCount
         1: .line 488
            iload 2 /* authorityCount */
            ifne 3
         2: .line 489
            aconst_null
            areturn
         3: .line 492
      StackMap locals: int
      StackMap stack:
            new io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList
            dup
            aload 0 /* questionName */
            invokespecial io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList.<init>:(Ljava/lang/String;)V
            astore 3 /* serverNames */
        start local 3 // io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList serverNames
         4: .line 493
            iconst_0
            istore 4 /* i */
        start local 4 // int i
         5: goto 8
         6: .line 494
      StackMap locals: io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList int
      StackMap stack:
            aload 3 /* serverNames */
            aload 1 /* res */
            getstatic io.netty.handler.codec.dns.DnsSection.AUTHORITY:Lio/netty/handler/codec/dns/DnsSection;
            iload 4 /* i */
            invokeinterface io.netty.handler.codec.dns.DnsResponse.recordAt:(Lio/netty/handler/codec/dns/DnsSection;I)Lio/netty/handler/codec/dns/DnsRecord;
            invokevirtual io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList.add:(Lio/netty/handler/codec/dns/DnsRecord;)V
         7: .line 493
            iinc 4 /* i */ 1
      StackMap locals:
      StackMap stack:
         8: iload 4 /* i */
            iload 2 /* authorityCount */
            if_icmplt 6
        end local 4 // int i
         9: .line 496
            aload 3 /* serverNames */
            areturn
        end local 3 // io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList serverNames
        end local 2 // int authorityCount
        end local 1 // io.netty.handler.codec.dns.DnsResponse res
        end local 0 // java.lang.String questionName
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0   10     0    questionName  Ljava/lang/String;
            0   10     1             res  Lio/netty/handler/codec/dns/DnsResponse;
            1   10     2  authorityCount  I
            4   10     3     serverNames  Lio/netty/resolver/dns/DnsResolveContext$AuthoritativeNameServerList;
            5    9     4               i  I
    MethodParameters:
              Name  Flags
      questionName  
      res           

  private void onExpectedResponse(io.netty.handler.codec.dns.DnsQuestion, io.netty.channel.AddressedEnvelope<io.netty.handler.codec.dns.DnsResponse, java.net.InetSocketAddress>, io.netty.resolver.dns.DnsQueryLifecycleObserver, io.netty.util.concurrent.Promise<java.util.List<T>>);
    descriptor: (Lio/netty/handler/codec/dns/DnsQuestion;Lio/netty/channel/AddressedEnvelope;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=17, args_size=5
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // io.netty.handler.codec.dns.DnsQuestion question
        start local 2 // io.netty.channel.AddressedEnvelope envelope
        start local 3 // io.netty.resolver.dns.DnsQueryLifecycleObserver queryLifecycleObserver
        start local 4 // io.netty.util.concurrent.Promise promise
         0: .line 504
            aload 2 /* envelope */
            invokeinterface io.netty.channel.AddressedEnvelope.content:()Ljava/lang/Object;
            checkcast io.netty.handler.codec.dns.DnsResponse
            astore 5 /* response */
        start local 5 // io.netty.handler.codec.dns.DnsResponse response
         1: .line 505
            aload 5 /* response */
            invokestatic io.netty.resolver.dns.DnsResolveContext.buildAliasMap:(Lio/netty/handler/codec/dns/DnsResponse;)Ljava/util/Map;
            astore 6 /* cnames */
        start local 6 // java.util.Map cnames
         2: .line 506
            aload 5 /* response */
            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 7 /* answerCount */
        start local 7 // int answerCount
         3: .line 508
            iconst_0
            istore 8 /* found */
        start local 8 // boolean found
         4: .line 509
            iconst_0
            istore 9 /* i */
        start local 9 // int i
         5: goto 37
         6: .line 510
      StackMap locals: io.netty.resolver.dns.DnsResolveContext io.netty.handler.codec.dns.DnsQuestion io.netty.channel.AddressedEnvelope io.netty.resolver.dns.DnsQueryLifecycleObserver io.netty.util.concurrent.Promise io.netty.handler.codec.dns.DnsResponse java.util.Map int int int
      StackMap stack:
            aload 5 /* response */
            getstatic io.netty.handler.codec.dns.DnsSection.ANSWER:Lio/netty/handler/codec/dns/DnsSection;
            iload 9 /* i */
            invokeinterface io.netty.handler.codec.dns.DnsResponse.recordAt:(Lio/netty/handler/codec/dns/DnsSection;I)Lio/netty/handler/codec/dns/DnsRecord;
            astore 10 /* r */
        start local 10 // io.netty.handler.codec.dns.DnsRecord r
         7: .line 511
            aload 10 /* r */
            invokeinterface io.netty.handler.codec.dns.DnsRecord.type:()Lio/netty/handler/codec/dns/DnsRecordType;
            astore 11 /* type */
        start local 11 // io.netty.handler.codec.dns.DnsRecordType type
         8: .line 512
            iconst_0
            istore 12 /* matches */
        start local 12 // boolean matches
         9: .line 513
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.expectedTypes:[Lio/netty/handler/codec/dns/DnsRecordType;
            dup
            astore 16
            arraylength
            istore 15
            iconst_0
            istore 14
            goto 15
      StackMap locals: io.netty.resolver.dns.DnsResolveContext io.netty.handler.codec.dns.DnsQuestion io.netty.channel.AddressedEnvelope io.netty.resolver.dns.DnsQueryLifecycleObserver io.netty.util.concurrent.Promise io.netty.handler.codec.dns.DnsResponse java.util.Map int int int io.netty.handler.codec.dns.DnsRecord io.netty.handler.codec.dns.DnsRecordType int top int int io.netty.handler.codec.dns.DnsRecordType[]
      StackMap stack:
        10: aload 16
            iload 14
            aaload
            astore 13 /* expectedType */
        start local 13 // io.netty.handler.codec.dns.DnsRecordType expectedType
        11: .line 514
            aload 11 /* type */
            aload 13 /* expectedType */
            if_acmpne 14
        12: .line 515
            iconst_1
            istore 12 /* matches */
        13: .line 516
            goto 16
        end local 13 // io.netty.handler.codec.dns.DnsRecordType expectedType
        14: .line 513
      StackMap locals:
      StackMap stack:
            iinc 14 1
      StackMap locals:
      StackMap stack:
        15: iload 14
            iload 15
            if_icmplt 10
        16: .line 520
      StackMap locals: io.netty.resolver.dns.DnsResolveContext io.netty.handler.codec.dns.DnsQuestion io.netty.channel.AddressedEnvelope io.netty.resolver.dns.DnsQueryLifecycleObserver io.netty.util.concurrent.Promise io.netty.handler.codec.dns.DnsResponse java.util.Map int int int io.netty.handler.codec.dns.DnsRecord io.netty.handler.codec.dns.DnsRecordType int
      StackMap stack:
            iload 12 /* matches */
            ifne 18
        17: .line 521
            goto 36
        18: .line 524
      StackMap locals:
      StackMap stack:
            aload 1 /* question */
            invokeinterface io.netty.handler.codec.dns.DnsQuestion.name:()Ljava/lang/String;
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            astore 13 /* questionName */
        start local 13 // java.lang.String questionName
        19: .line 525
            aload 10 /* r */
            invokeinterface io.netty.handler.codec.dns.DnsRecord.name:()Ljava/lang/String;
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            astore 14 /* recordName */
        start local 14 // java.lang.String recordName
        20: .line 528
            aload 14 /* recordName */
            aload 13 /* questionName */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifne 28
        21: .line 530
            aload 13 /* questionName */
            astore 15 /* resolved */
        start local 15 // java.lang.String resolved
        22: .line 532
      StackMap locals: java.lang.String java.lang.String java.lang.String
      StackMap stack:
            aload 6 /* cnames */
            aload 15 /* resolved */
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 15 /* resolved */
        23: .line 533
            aload 14 /* recordName */
            aload 15 /* resolved */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 25
        24: .line 534
            goto 26
        25: .line 536
      StackMap locals:
      StackMap stack:
            aload 15 /* resolved */
            ifnonnull 22
        26: .line 538
      StackMap locals:
      StackMap stack:
            aload 15 /* resolved */
            ifnonnull 28
        27: .line 539
            goto 36
        end local 15 // java.lang.String resolved
        28: .line 543
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 10 /* r */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.additionals:[Lio/netty/handler/codec/dns/DnsRecord;
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            getfield io.netty.resolver.dns.DnsNameResolver.ch:Lio/netty/channel/socket/DatagramChannel;
            invokeinterface io.netty.channel.socket.DatagramChannel.eventLoop:()Lio/netty/channel/EventLoop;
            invokevirtual io.netty.resolver.dns.DnsResolveContext.convertRecord:(Lio/netty/handler/codec/dns/DnsRecord;Ljava/lang/String;[Lio/netty/handler/codec/dns/DnsRecord;Lio/netty/channel/EventLoop;)Ljava/lang/Object;
            astore 15 /* converted */
        start local 15 // java.lang.Object converted
        29: .line 544
            aload 15 /* converted */
            ifnonnull 31
        30: .line 545
            goto 36
        31: .line 548
      StackMap locals: java.lang.Object
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.finalResult:Ljava/util/List;
            ifnonnull 33
        32: .line 549
            aload 0 /* this */
            new java.util.ArrayList
            dup
            bipush 8
            invokespecial java.util.ArrayList.<init>:(I)V
            putfield io.netty.resolver.dns.DnsResolveContext.finalResult:Ljava/util/List;
        33: .line 551
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.finalResult:Ljava/util/List;
            aload 15 /* converted */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        34: .line 553
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.additionals:[Lio/netty/handler/codec/dns/DnsRecord;
            aload 10 /* r */
            aload 15 /* converted */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.cache:(Ljava/lang/String;[Lio/netty/handler/codec/dns/DnsRecord;Lio/netty/handler/codec/dns/DnsRecord;Ljava/lang/Object;)V
        35: .line 554
            iconst_1
            istore 8 /* found */
        end local 15 // java.lang.Object converted
        end local 14 // java.lang.String recordName
        end local 13 // java.lang.String questionName
        end local 12 // boolean matches
        end local 11 // io.netty.handler.codec.dns.DnsRecordType type
        end local 10 // io.netty.handler.codec.dns.DnsRecord r
        36: .line 509
      StackMap locals: io.netty.resolver.dns.DnsResolveContext io.netty.handler.codec.dns.DnsQuestion io.netty.channel.AddressedEnvelope io.netty.resolver.dns.DnsQueryLifecycleObserver io.netty.util.concurrent.Promise io.netty.handler.codec.dns.DnsResponse java.util.Map int int int
      StackMap stack:
            iinc 9 /* i */ 1
      StackMap locals:
      StackMap stack:
        37: iload 9 /* i */
            iload 7 /* answerCount */
            if_icmplt 6
        end local 9 // int i
        38: .line 559
            aload 6 /* cnames */
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 44
        39: .line 560
            iload 8 /* found */
            ifeq 42
        40: .line 561
            aload 3 /* queryLifecycleObserver */
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserver.querySucceed:()V
        41: .line 562
            return
        42: .line 564
      StackMap locals:
      StackMap stack:
            aload 3 /* queryLifecycleObserver */
            getstatic io.netty.resolver.dns.DnsResolveContext.NO_MATCHING_RECORD_QUERY_FAILED_EXCEPTION:Ljava/lang/RuntimeException;
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserver.queryFailed:(Ljava/lang/Throwable;)V
        43: .line 565
            goto 48
        44: .line 566
      StackMap locals:
      StackMap stack:
            aload 3 /* queryLifecycleObserver */
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserver.querySucceed:()V
        45: .line 568
            aload 0 /* this */
            aload 1 /* question */
            aload 6 /* cnames */
        46: .line 569
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.parent:Lio/netty/resolver/dns/DnsNameResolver;
            invokevirtual io.netty.resolver.dns.DnsNameResolver.dnsQueryLifecycleObserverFactory:()Lio/netty/resolver/dns/DnsQueryLifecycleObserverFactory;
            aload 1 /* question */
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserverFactory.newDnsQueryLifecycleObserver:(Lio/netty/handler/codec/dns/DnsQuestion;)Lio/netty/resolver/dns/DnsQueryLifecycleObserver;
            aload 4 /* promise */
        47: .line 568
            invokevirtual io.netty.resolver.dns.DnsResolveContext.onResponseCNAME:(Lio/netty/handler/codec/dns/DnsQuestion;Ljava/util/Map;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;)V
        48: .line 571
      StackMap locals:
      StackMap stack:
            return
        end local 8 // boolean found
        end local 7 // int answerCount
        end local 6 // java.util.Map cnames
        end local 5 // io.netty.handler.codec.dns.DnsResponse response
        end local 4 // io.netty.util.concurrent.Promise promise
        end local 3 // io.netty.resolver.dns.DnsQueryLifecycleObserver queryLifecycleObserver
        end local 2 // io.netty.channel.AddressedEnvelope envelope
        end local 1 // io.netty.handler.codec.dns.DnsQuestion question
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   49     0                    this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0   49     1                question  Lio/netty/handler/codec/dns/DnsQuestion;
            0   49     2                envelope  Lio/netty/channel/AddressedEnvelope<Lio/netty/handler/codec/dns/DnsResponse;Ljava/net/InetSocketAddress;>;
            0   49     3  queryLifecycleObserver  Lio/netty/resolver/dns/DnsQueryLifecycleObserver;
            0   49     4                 promise  Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;
            1   49     5                response  Lio/netty/handler/codec/dns/DnsResponse;
            2   49     6                  cnames  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            3   49     7             answerCount  I
            4   49     8                   found  Z
            5   38     9                       i  I
            7   36    10                       r  Lio/netty/handler/codec/dns/DnsRecord;
            8   36    11                    type  Lio/netty/handler/codec/dns/DnsRecordType;
            9   36    12                 matches  Z
           11   14    13            expectedType  Lio/netty/handler/codec/dns/DnsRecordType;
           19   36    13            questionName  Ljava/lang/String;
           20   36    14              recordName  Ljava/lang/String;
           22   28    15                resolved  Ljava/lang/String;
           29   36    15               converted  TT;
    Signature: (Lio/netty/handler/codec/dns/DnsQuestion;Lio/netty/channel/AddressedEnvelope<Lio/netty/handler/codec/dns/DnsResponse;Ljava/net/InetSocketAddress;>;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;)V
    MethodParameters:
                        Name  Flags
      question                
      envelope                
      queryLifecycleObserver  final
      promise                 

  private void onResponseCNAME(io.netty.handler.codec.dns.DnsQuestion, java.util.Map<java.lang.String, java.lang.String>, io.netty.resolver.dns.DnsQueryLifecycleObserver, io.netty.util.concurrent.Promise<java.util.List<T>>);
    descriptor: (Lio/netty/handler/codec/dns/DnsQuestion;Ljava/util/Map;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // io.netty.handler.codec.dns.DnsQuestion question
        start local 2 // java.util.Map cnames
        start local 3 // io.netty.resolver.dns.DnsQueryLifecycleObserver queryLifecycleObserver
        start local 4 // io.netty.util.concurrent.Promise promise
         0: .line 579
            aload 1 /* question */
            invokeinterface io.netty.handler.codec.dns.DnsQuestion.name:()Ljava/lang/String;
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            astore 5 /* resolved */
        start local 5 // java.lang.String resolved
         1: .line 580
            iconst_0
            istore 6 /* found */
        start local 6 // boolean found
         2: .line 581
            goto 7
         3: .line 584
      StackMap locals: java.lang.String int
      StackMap stack:
            aload 2 /* cnames */
            aload 5 /* resolved */
            invokeinterface java.util.Map.remove:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast java.lang.String
            astore 7 /* next */
        start local 7 // java.lang.String next
         4: .line 585
            aload 7 /* next */
            ifnull 8
         5: .line 586
            iconst_1
            istore 6 /* found */
         6: .line 587
            aload 7 /* next */
            astore 5 /* resolved */
        end local 7 // java.lang.String next
         7: .line 581
      StackMap locals:
      StackMap stack:
            aload 2 /* cnames */
            invokeinterface java.util.Map.isEmpty:()Z
            ifeq 3
         8: .line 593
      StackMap locals:
      StackMap stack:
            iload 6 /* found */
            ifeq 11
         9: .line 594
            aload 0 /* this */
            aload 1 /* question */
            aload 5 /* resolved */
            aload 3 /* queryLifecycleObserver */
            aload 4 /* promise */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.followCname:(Lio/netty/handler/codec/dns/DnsQuestion;Ljava/lang/String;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;)V
        10: .line 595
            goto 12
        11: .line 596
      StackMap locals:
      StackMap stack:
            aload 3 /* queryLifecycleObserver */
            getstatic io.netty.resolver.dns.DnsResolveContext.CNAME_NOT_FOUND_QUERY_FAILED_EXCEPTION:Ljava/lang/RuntimeException;
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserver.queryFailed:(Ljava/lang/Throwable;)V
        12: .line 598
      StackMap locals:
      StackMap stack:
            return
        end local 6 // boolean found
        end local 5 // java.lang.String resolved
        end local 4 // io.netty.util.concurrent.Promise promise
        end local 3 // io.netty.resolver.dns.DnsQueryLifecycleObserver queryLifecycleObserver
        end local 2 // java.util.Map cnames
        end local 1 // io.netty.handler.codec.dns.DnsQuestion question
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0   13     0                    this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0   13     1                question  Lio/netty/handler/codec/dns/DnsQuestion;
            0   13     2                  cnames  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            0   13     3  queryLifecycleObserver  Lio/netty/resolver/dns/DnsQueryLifecycleObserver;
            0   13     4                 promise  Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;
            1   13     5                resolved  Ljava/lang/String;
            2   13     6                   found  Z
            4    7     7                    next  Ljava/lang/String;
    Signature: (Lio/netty/handler/codec/dns/DnsQuestion;Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;)V
    MethodParameters:
                        Name  Flags
      question                
      cnames                  
      queryLifecycleObserver  final
      promise                 

  private static java.util.Map<java.lang.String, java.lang.String> buildAliasMap(io.netty.handler.codec.dns.DnsResponse);
    descriptor: (Lio/netty/handler/codec/dns/DnsResponse;)Ljava/util/Map;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=4, locals=8, args_size=1
        start local 0 // io.netty.handler.codec.dns.DnsResponse response
         0: .line 601
            aload 0 /* response */
            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 1 /* answerCount */
        start local 1 // int answerCount
         1: .line 602
            aconst_null
            astore 2 /* cnames */
        start local 2 // java.util.Map cnames
         2: .line 603
            iconst_0
            istore 3 /* i */
        start local 3 // int i
         3: goto 18
         4: .line 604
      StackMap locals: int java.util.Map int
      StackMap stack:
            aload 0 /* response */
            getstatic io.netty.handler.codec.dns.DnsSection.ANSWER:Lio/netty/handler/codec/dns/DnsSection;
            iload 3 /* i */
            invokeinterface io.netty.handler.codec.dns.DnsResponse.recordAt:(Lio/netty/handler/codec/dns/DnsSection;I)Lio/netty/handler/codec/dns/DnsRecord;
            astore 4 /* r */
        start local 4 // io.netty.handler.codec.dns.DnsRecord r
         5: .line 605
            aload 4 /* r */
            invokeinterface io.netty.handler.codec.dns.DnsRecord.type:()Lio/netty/handler/codec/dns/DnsRecordType;
            astore 5 /* type */
        start local 5 // io.netty.handler.codec.dns.DnsRecordType type
         6: .line 606
            aload 5 /* type */
            getstatic io.netty.handler.codec.dns.DnsRecordType.CNAME:Lio/netty/handler/codec/dns/DnsRecordType;
            if_acmpeq 8
         7: .line 607
            goto 17
         8: .line 610
      StackMap locals: io.netty.handler.codec.dns.DnsRecord io.netty.handler.codec.dns.DnsRecordType
      StackMap stack:
            aload 4 /* r */
            instanceof io.netty.handler.codec.dns.DnsRawRecord
            ifne 10
         9: .line 611
            goto 17
        10: .line 614
      StackMap locals:
      StackMap stack:
            aload 4 /* r */
            checkcast io.netty.buffer.ByteBufHolder
            invokeinterface io.netty.buffer.ByteBufHolder.content:()Lio/netty/buffer/ByteBuf;
            astore 6 /* recordContent */
        start local 6 // io.netty.buffer.ByteBuf recordContent
        11: .line 615
            aload 6 /* recordContent */
            invokestatic io.netty.resolver.dns.DnsResolveContext.decodeDomainName:(Lio/netty/buffer/ByteBuf;)Ljava/lang/String;
            astore 7 /* domainName */
        start local 7 // java.lang.String domainName
        12: .line 616
            aload 7 /* domainName */
            ifnonnull 14
        13: .line 617
            goto 17
        14: .line 620
      StackMap locals: io.netty.buffer.ByteBuf java.lang.String
      StackMap stack:
            aload 2 /* cnames */
            ifnonnull 16
        15: .line 621
            new java.util.HashMap
            dup
            bipush 8
            iload 1 /* answerCount */
            invokestatic java.lang.Math.min:(II)I
            invokespecial java.util.HashMap.<init>:(I)V
            astore 2 /* cnames */
        16: .line 624
      StackMap locals:
      StackMap stack:
            aload 2 /* cnames */
            aload 4 /* r */
            invokeinterface io.netty.handler.codec.dns.DnsRecord.name:()Ljava/lang/String;
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            aload 7 /* domainName */
            getstatic java.util.Locale.US:Ljava/util/Locale;
            invokevirtual java.lang.String.toLowerCase:(Ljava/util/Locale;)Ljava/lang/String;
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
        end local 7 // java.lang.String domainName
        end local 6 // io.netty.buffer.ByteBuf recordContent
        end local 5 // io.netty.handler.codec.dns.DnsRecordType type
        end local 4 // io.netty.handler.codec.dns.DnsRecord r
        17: .line 603
      StackMap locals: io.netty.handler.codec.dns.DnsResponse int java.util.Map int
      StackMap stack:
            iinc 3 /* i */ 1
      StackMap locals:
      StackMap stack:
        18: iload 3 /* i */
            iload 1 /* answerCount */
            if_icmplt 4
        end local 3 // int i
        19: .line 627
            aload 2 /* cnames */
            ifnull 20
            aload 2 /* cnames */
            goto 21
      StackMap locals:
      StackMap stack:
        20: invokestatic java.util.Collections.emptyMap:()Ljava/util/Map;
      StackMap locals:
      StackMap stack: java.util.Map
        21: areturn
        end local 2 // java.util.Map cnames
        end local 1 // int answerCount
        end local 0 // io.netty.handler.codec.dns.DnsResponse response
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   22     0       response  Lio/netty/handler/codec/dns/DnsResponse;
            1   22     1    answerCount  I
            2   22     2         cnames  Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
            3   19     3              i  I
            5   17     4              r  Lio/netty/handler/codec/dns/DnsRecord;
            6   17     5           type  Lio/netty/handler/codec/dns/DnsRecordType;
           11   17     6  recordContent  Lio/netty/buffer/ByteBuf;
           12   17     7     domainName  Ljava/lang/String;
    Signature: (Lio/netty/handler/codec/dns/DnsResponse;)Ljava/util/Map<Ljava/lang/String;Ljava/lang/String;>;
    MethodParameters:
          Name  Flags
      response  

  private void tryToFinishResolve(io.netty.resolver.dns.DnsServerAddressStream, int, io.netty.handler.codec.dns.DnsQuestion, io.netty.resolver.dns.DnsQueryLifecycleObserver, io.netty.util.concurrent.Promise<java.util.List<T>>, java.lang.Throwable);
    descriptor: (Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=7, args_size=7
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // io.netty.resolver.dns.DnsServerAddressStream nameServerAddrStream
        start local 2 // int nameServerAddrStreamIndex
        start local 3 // io.netty.handler.codec.dns.DnsQuestion question
        start local 4 // io.netty.resolver.dns.DnsQueryLifecycleObserver queryLifecycleObserver
        start local 5 // io.netty.util.concurrent.Promise promise
        start local 6 // java.lang.Throwable cause
         0: .line 638
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.queriesInProgress:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 3
         1: .line 639
            aload 4 /* queryLifecycleObserver */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.allowedQueries:I
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserver.queryCancelled:(I)V
         2: .line 643
            return
         3: .line 647
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.finalResult:Ljava/util/List;
            ifnonnull 17
         4: .line 648
            iload 2 /* nameServerAddrStreamIndex */
            aload 1 /* nameServerAddrStream */
            invokeinterface io.netty.resolver.dns.DnsServerAddressStream.size:()I
            if_icmpge 12
         5: .line 649
            aload 4 /* queryLifecycleObserver */
            getstatic io.netty.resolver.dns.NoopDnsQueryLifecycleObserver.INSTANCE:Lio/netty/resolver/dns/NoopDnsQueryLifecycleObserver;
            if_acmpne 8
         6: .line 652
            aload 0 /* this */
            aload 1 /* nameServerAddrStream */
            iload 2 /* nameServerAddrStreamIndex */
            iconst_1
            iadd
            aload 3 /* question */
            aload 5 /* promise */
            aload 6 /* cause */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.query:(Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/util/concurrent/Promise;Ljava/lang/Throwable;)V
         7: .line 653
            goto 11
         8: .line 654
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 1 /* nameServerAddrStream */
            iload 2 /* nameServerAddrStreamIndex */
            iconst_1
            iadd
            aload 3 /* question */
            aload 4 /* queryLifecycleObserver */
         9: .line 655
            aload 5 /* promise */
            aload 6 /* cause */
        10: .line 654
            invokevirtual io.netty.resolver.dns.DnsResolveContext.query:(Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;Ljava/lang/Throwable;)V
        11: .line 657
      StackMap locals:
      StackMap stack:
            return
        12: .line 660
      StackMap locals:
      StackMap stack:
            aload 4 /* queryLifecycleObserver */
            getstatic io.netty.resolver.dns.DnsResolveContext.NAME_SERVERS_EXHAUSTED_EXCEPTION:Ljava/lang/RuntimeException;
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserver.queryFailed:(Ljava/lang/Throwable;)V
        13: .line 667
            aload 6 /* cause */
            ifnonnull 18
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.triedCNAME:Z
            ifne 18
        14: .line 669
            aload 0 /* this */
            iconst_1
            putfield io.netty.resolver.dns.DnsResolveContext.triedCNAME:Z
        15: .line 671
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
            getstatic io.netty.handler.codec.dns.DnsRecordType.CNAME:Lio/netty/handler/codec/dns/DnsRecordType;
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
            invokevirtual io.netty.resolver.dns.DnsResolveContext.getNameServers:(Ljava/lang/String;)Lio/netty/resolver/dns/DnsServerAddressStream;
            aload 5 /* promise */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.query:(Ljava/lang/String;Lio/netty/handler/codec/dns/DnsRecordType;Lio/netty/resolver/dns/DnsServerAddressStream;Lio/netty/util/concurrent/Promise;)Z
            pop
        16: .line 672
            return
        17: .line 675
      StackMap locals:
      StackMap stack:
            aload 4 /* queryLifecycleObserver */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.allowedQueries:I
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserver.queryCancelled:(I)V
        18: .line 679
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            aload 5 /* promise */
            aload 6 /* cause */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.finishResolve:(Lio/netty/util/concurrent/Promise;Ljava/lang/Throwable;)V
        19: .line 680
            return
        end local 6 // java.lang.Throwable cause
        end local 5 // io.netty.util.concurrent.Promise promise
        end local 4 // io.netty.resolver.dns.DnsQueryLifecycleObserver queryLifecycleObserver
        end local 3 // io.netty.handler.codec.dns.DnsQuestion question
        end local 2 // int nameServerAddrStreamIndex
        end local 1 // io.netty.resolver.dns.DnsServerAddressStream nameServerAddrStream
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot                       Name  Signature
            0   20     0                       this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0   20     1       nameServerAddrStream  Lio/netty/resolver/dns/DnsServerAddressStream;
            0   20     2  nameServerAddrStreamIndex  I
            0   20     3                   question  Lio/netty/handler/codec/dns/DnsQuestion;
            0   20     4     queryLifecycleObserver  Lio/netty/resolver/dns/DnsQueryLifecycleObserver;
            0   20     5                    promise  Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;
            0   20     6                      cause  Ljava/lang/Throwable;
    Signature: (Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;Ljava/lang/Throwable;)V
    MethodParameters:
                           Name  Flags
      nameServerAddrStream       final
      nameServerAddrStreamIndex  final
      question                   final
      queryLifecycleObserver     final
      promise                    final
      cause                      final

  private void finishResolve(io.netty.util.concurrent.Promise<java.util.List<T>>, java.lang.Throwable);
    descriptor: (Lio/netty/util/concurrent/Promise;Ljava/lang/Throwable;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=4, locals=6, args_size=3
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // io.netty.util.concurrent.Promise promise
        start local 2 // java.lang.Throwable cause
         0: .line 683
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.queriesInProgress:Ljava/util/Set;
            invokeinterface java.util.Set.isEmpty:()Z
            ifne 8
         1: .line 685
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.queriesInProgress:Ljava/util/Set;
            invokeinterface java.util.Set.iterator:()Ljava/util/Iterator;
            astore 3 /* i */
        start local 3 // java.util.Iterator i
         2: .line 686
            goto 7
         3: .line 687
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 3 /* i */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast io.netty.util.concurrent.Future
            astore 4 /* f */
        start local 4 // io.netty.util.concurrent.Future f
         4: .line 688
            aload 3 /* i */
            invokeinterface java.util.Iterator.remove:()V
         5: .line 690
            aload 4 /* f */
            iconst_0
            invokeinterface io.netty.util.concurrent.Future.cancel:(Z)Z
            ifne 7
         6: .line 691
            aload 4 /* f */
            getstatic io.netty.resolver.dns.DnsResolveContext.RELEASE_RESPONSE:Lio/netty/util/concurrent/FutureListener;
            invokeinterface io.netty.util.concurrent.Future.addListener:(Lio/netty/util/concurrent/GenericFutureListener;)Lio/netty/util/concurrent/Future;
            pop
        end local 4 // io.netty.util.concurrent.Future f
         7: .line 686
      StackMap locals:
      StackMap stack:
            aload 3 /* i */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 3
        end local 3 // java.util.Iterator i
         8: .line 696
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.finalResult:Ljava/util/List;
            ifnull 11
         9: .line 698
            aload 1 /* promise */
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.finalResult:Ljava/util/List;
            invokevirtual io.netty.resolver.dns.DnsResolveContext.filterResults:(Ljava/util/List;)Ljava/util/List;
            invokestatic io.netty.resolver.dns.DnsNameResolver.trySuccess:(Lio/netty/util/concurrent/Promise;Ljava/lang/Object;)V
        10: .line 699
            return
        11: .line 703
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.maxAllowedQueries:I
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.allowedQueries:I
            isub
            istore 3 /* tries */
        start local 3 // int tries
        12: .line 704
            new java.lang.StringBuilder
            dup
            bipush 64
            invokespecial java.lang.StringBuilder.<init>:(I)V
            astore 4 /* buf */
        start local 4 // java.lang.StringBuilder buf
        13: .line 706
            aload 4 /* buf */
            ldc "failed to resolve '"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            bipush 39
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        14: .line 707
            iload 3 /* tries */
            iconst_1
            if_icmple 23
        15: .line 708
            iload 3 /* tries */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.maxAllowedQueries:I
            if_icmpge 20
        16: .line 709
            aload 4 /* buf */
            ldc " after "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        17: .line 710
            iload 3 /* tries */
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        18: .line 711
            ldc " queries "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            pop
        19: .line 712
            goto 23
        20: .line 713
      StackMap locals: int java.lang.StringBuilder
      StackMap stack:
            aload 4 /* buf */
            ldc ". Exceeded max queries per resolve "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
        21: .line 714
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.maxAllowedQueries:I
            invokevirtual java.lang.StringBuilder.append:(I)Ljava/lang/StringBuilder;
        22: .line 715
            bipush 32
            invokevirtual java.lang.StringBuilder.append:(C)Ljava/lang/StringBuilder;
            pop
        23: .line 718
      StackMap locals:
      StackMap stack:
            new java.net.UnknownHostException
            dup
            aload 4 /* buf */
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            invokespecial java.net.UnknownHostException.<init>:(Ljava/lang/String;)V
            astore 5 /* unknownHostException */
        start local 5 // java.net.UnknownHostException unknownHostException
        24: .line 719
            aload 2 /* cause */
            ifnonnull 27
        25: .line 722
            aload 0 /* this */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.hostname:Ljava/lang/String;
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.additionals:[Lio/netty/handler/codec/dns/DnsRecord;
            aload 5 /* unknownHostException */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.cache:(Ljava/lang/String;[Lio/netty/handler/codec/dns/DnsRecord;Ljava/net/UnknownHostException;)V
        26: .line 723
            goto 28
        27: .line 724
      StackMap locals: java.net.UnknownHostException
      StackMap stack:
            aload 5 /* unknownHostException */
            aload 2 /* cause */
            invokevirtual java.net.UnknownHostException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
        28: .line 726
      StackMap locals:
      StackMap stack:
            aload 1 /* promise */
            aload 5 /* unknownHostException */
            invokeinterface io.netty.util.concurrent.Promise.tryFailure:(Ljava/lang/Throwable;)Z
            pop
        29: .line 727
            return
        end local 5 // java.net.UnknownHostException unknownHostException
        end local 4 // java.lang.StringBuilder buf
        end local 3 // int tries
        end local 2 // java.lang.Throwable cause
        end local 1 // io.netty.util.concurrent.Promise promise
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot                  Name  Signature
            0   30     0                  this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0   30     1               promise  Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;
            0   30     2                 cause  Ljava/lang/Throwable;
            2    8     3                     i  Ljava/util/Iterator<Lio/netty/util/concurrent/Future<Lio/netty/channel/AddressedEnvelope<Lio/netty/handler/codec/dns/DnsResponse;Ljava/net/InetSocketAddress;>;>;>;
            4    7     4                     f  Lio/netty/util/concurrent/Future<Lio/netty/channel/AddressedEnvelope<Lio/netty/handler/codec/dns/DnsResponse;Ljava/net/InetSocketAddress;>;>;
           12   30     3                 tries  I
           13   30     4                   buf  Ljava/lang/StringBuilder;
           24   30     5  unknownHostException  Ljava/net/UnknownHostException;
    Signature: (Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;Ljava/lang/Throwable;)V
    MethodParameters:
         Name  Flags
      promise  
      cause    

  static java.lang.String decodeDomainName(io.netty.buffer.ByteBuf);
    descriptor: (Lio/netty/buffer/ByteBuf;)Ljava/lang/String;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=3, args_size=1
        start local 0 // io.netty.buffer.ByteBuf in
         0: .line 730
            aload 0 /* in */
            invokevirtual io.netty.buffer.ByteBuf.markReaderIndex:()Lio/netty/buffer/ByteBuf;
            pop
         1: .line 732
            aload 0 /* in */
            invokestatic io.netty.handler.codec.dns.DefaultDnsRecordDecoder.decodeName:(Lio/netty/buffer/ByteBuf;)Ljava/lang/String;
            astore 2
         2: .line 737
            aload 0 /* in */
            invokevirtual io.netty.buffer.ByteBuf.resetReaderIndex:()Lio/netty/buffer/ByteBuf;
            pop
         3: .line 732
            aload 2
            areturn
         4: .line 733
      StackMap locals:
      StackMap stack: io.netty.handler.codec.CorruptedFrameException
            pop
         5: .line 737
            aload 0 /* in */
            invokevirtual io.netty.buffer.ByteBuf.resetReaderIndex:()Lio/netty/buffer/ByteBuf;
            pop
         6: .line 735
            aconst_null
            areturn
         7: .line 736
      StackMap locals:
      StackMap stack: java.lang.Throwable
            astore 1
         8: .line 737
            aload 0 /* in */
            invokevirtual io.netty.buffer.ByteBuf.resetReaderIndex:()Lio/netty/buffer/ByteBuf;
            pop
         9: .line 738
            aload 1
            athrow
        end local 0 // io.netty.buffer.ByteBuf in
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   10     0    in  Lio/netty/buffer/ByteBuf;
      Exception table:
        from    to  target  type
           1     2       4  Class io.netty.handler.codec.CorruptedFrameException
           1     2       7  any
           4     5       7  any
    MethodParameters:
      Name  Flags
      in    

  private io.netty.resolver.dns.DnsServerAddressStream getNameServers(java.lang.String);
    descriptor: (Ljava/lang/String;)Lio/netty/resolver/dns/DnsServerAddressStream;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // java.lang.String hostname
         0: .line 742
            aload 0 /* this */
            aload 1 /* hostname */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.getNameServersFromCache:(Ljava/lang/String;)Lio/netty/resolver/dns/DnsServerAddressStream;
            astore 2 /* stream */
        start local 2 // io.netty.resolver.dns.DnsServerAddressStream stream
         1: .line 743
            aload 2 /* stream */
            ifnonnull 2
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.nameServerAddrs:Lio/netty/resolver/dns/DnsServerAddressStream;
            invokeinterface io.netty.resolver.dns.DnsServerAddressStream.duplicate:()Lio/netty/resolver/dns/DnsServerAddressStream;
            goto 3
      StackMap locals: io.netty.resolver.dns.DnsServerAddressStream
      StackMap stack:
         2: aload 2 /* stream */
      StackMap locals:
      StackMap stack: io.netty.resolver.dns.DnsServerAddressStream
         3: areturn
        end local 2 // io.netty.resolver.dns.DnsServerAddressStream stream
        end local 1 // java.lang.String hostname
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0    4     1  hostname  Ljava/lang/String;
            1    4     2    stream  Lio/netty/resolver/dns/DnsServerAddressStream;
    MethodParameters:
          Name  Flags
      hostname  

  private void followCname(io.netty.handler.codec.dns.DnsQuestion, java.lang.String, io.netty.resolver.dns.DnsQueryLifecycleObserver, io.netty.util.concurrent.Promise<java.util.List<T>>);
    descriptor: (Lio/netty/handler/codec/dns/DnsQuestion;Ljava/lang/String;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=7, locals=8, args_size=5
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // io.netty.handler.codec.dns.DnsQuestion question
        start local 2 // java.lang.String cname
        start local 3 // io.netty.resolver.dns.DnsQueryLifecycleObserver queryLifecycleObserver
        start local 4 // io.netty.util.concurrent.Promise promise
         0: .line 748
            aload 0 /* this */
            aload 2 /* cname */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.getNameServers:(Ljava/lang/String;)Lio/netty/resolver/dns/DnsServerAddressStream;
            astore 5 /* stream */
        start local 5 // io.netty.resolver.dns.DnsServerAddressStream stream
         1: .line 752
            aload 0 /* this */
            aload 2 /* cname */
            aload 1 /* question */
            invokeinterface io.netty.handler.codec.dns.DnsQuestion.type:()Lio/netty/handler/codec/dns/DnsRecordType;
            invokevirtual io.netty.resolver.dns.DnsResolveContext.newQuestion:(Ljava/lang/String;Lio/netty/handler/codec/dns/DnsRecordType;)Lio/netty/handler/codec/dns/DnsQuestion;
            astore 6 /* cnameQuestion */
        start local 6 // io.netty.handler.codec.dns.DnsQuestion cnameQuestion
         2: .line 753
            goto 7
        end local 6 // io.netty.handler.codec.dns.DnsQuestion cnameQuestion
      StackMap locals: io.netty.resolver.dns.DnsResolveContext io.netty.handler.codec.dns.DnsQuestion java.lang.String io.netty.resolver.dns.DnsQueryLifecycleObserver io.netty.util.concurrent.Promise io.netty.resolver.dns.DnsServerAddressStream
      StackMap stack: java.lang.Throwable
         3: astore 7 /* cause */
        start local 7 // java.lang.Throwable cause
         4: .line 754
            aload 3 /* queryLifecycleObserver */
            aload 7 /* cause */
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserver.queryFailed:(Ljava/lang/Throwable;)V
         5: .line 755
            aload 7 /* cause */
            invokestatic io.netty.util.internal.PlatformDependent.throwException:(Ljava/lang/Throwable;)V
         6: .line 756
            return
        end local 7 // java.lang.Throwable cause
        start local 6 // io.netty.handler.codec.dns.DnsQuestion cnameQuestion
         7: .line 758
      StackMap locals: io.netty.handler.codec.dns.DnsQuestion
      StackMap stack:
            aload 0 /* this */
            aload 5 /* stream */
            iconst_0
            aload 6 /* cnameQuestion */
            aload 3 /* queryLifecycleObserver */
            aload 6 /* cnameQuestion */
            invokeinterface io.netty.resolver.dns.DnsQueryLifecycleObserver.queryCNAMEd:(Lio/netty/handler/codec/dns/DnsQuestion;)Lio/netty/resolver/dns/DnsQueryLifecycleObserver;
            aload 4 /* promise */
            aconst_null
            invokevirtual io.netty.resolver.dns.DnsResolveContext.query:(Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise;Ljava/lang/Throwable;)V
         8: .line 759
            return
        end local 6 // io.netty.handler.codec.dns.DnsQuestion cnameQuestion
        end local 5 // io.netty.resolver.dns.DnsServerAddressStream stream
        end local 4 // io.netty.util.concurrent.Promise promise
        end local 3 // io.netty.resolver.dns.DnsQueryLifecycleObserver queryLifecycleObserver
        end local 2 // java.lang.String cname
        end local 1 // io.netty.handler.codec.dns.DnsQuestion question
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    9     0                    this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0    9     1                question  Lio/netty/handler/codec/dns/DnsQuestion;
            0    9     2                   cname  Ljava/lang/String;
            0    9     3  queryLifecycleObserver  Lio/netty/resolver/dns/DnsQueryLifecycleObserver;
            0    9     4                 promise  Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;
            1    9     5                  stream  Lio/netty/resolver/dns/DnsServerAddressStream;
            2    3     6           cnameQuestion  Lio/netty/handler/codec/dns/DnsQuestion;
            7    9     6           cnameQuestion  Lio/netty/handler/codec/dns/DnsQuestion;
            4    7     7                   cause  Ljava/lang/Throwable;
      Exception table:
        from    to  target  type
           1     2       3  Class java.lang.Throwable
    Signature: (Lio/netty/handler/codec/dns/DnsQuestion;Ljava/lang/String;Lio/netty/resolver/dns/DnsQueryLifecycleObserver;Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;)V
    MethodParameters:
                        Name  Flags
      question                
      cname                   
      queryLifecycleObserver  
      promise                 

  private boolean query(java.lang.String, io.netty.handler.codec.dns.DnsRecordType, io.netty.resolver.dns.DnsServerAddressStream, io.netty.util.concurrent.Promise<java.util.List<T>>);
    descriptor: (Ljava/lang/String;Lio/netty/handler/codec/dns/DnsRecordType;Lio/netty/resolver/dns/DnsServerAddressStream;Lio/netty/util/concurrent/Promise;)Z
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=6, args_size=5
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // java.lang.String hostname
        start local 2 // io.netty.handler.codec.dns.DnsRecordType type
        start local 3 // io.netty.resolver.dns.DnsServerAddressStream dnsServerAddressStream
        start local 4 // io.netty.util.concurrent.Promise promise
         0: .line 763
            aload 0 /* this */
            aload 1 /* hostname */
            aload 2 /* type */
            invokevirtual io.netty.resolver.dns.DnsResolveContext.newQuestion:(Ljava/lang/String;Lio/netty/handler/codec/dns/DnsRecordType;)Lio/netty/handler/codec/dns/DnsQuestion;
            astore 5 /* question */
        start local 5 // io.netty.handler.codec.dns.DnsQuestion question
         1: .line 764
            aload 5 /* question */
            ifnonnull 3
         2: .line 765
            iconst_0
            ireturn
         3: .line 767
      StackMap locals: io.netty.handler.codec.dns.DnsQuestion
      StackMap stack:
            aload 0 /* this */
            aload 3 /* dnsServerAddressStream */
            iconst_0
            aload 5 /* question */
            aload 4 /* promise */
            aconst_null
            invokevirtual io.netty.resolver.dns.DnsResolveContext.query:(Lio/netty/resolver/dns/DnsServerAddressStream;ILio/netty/handler/codec/dns/DnsQuestion;Lio/netty/util/concurrent/Promise;Ljava/lang/Throwable;)V
         4: .line 768
            iconst_1
            ireturn
        end local 5 // io.netty.handler.codec.dns.DnsQuestion question
        end local 4 // io.netty.util.concurrent.Promise promise
        end local 3 // io.netty.resolver.dns.DnsServerAddressStream dnsServerAddressStream
        end local 2 // io.netty.handler.codec.dns.DnsRecordType type
        end local 1 // java.lang.String hostname
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    5     0                    this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0    5     1                hostname  Ljava/lang/String;
            0    5     2                    type  Lio/netty/handler/codec/dns/DnsRecordType;
            0    5     3  dnsServerAddressStream  Lio/netty/resolver/dns/DnsServerAddressStream;
            0    5     4                 promise  Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;
            1    5     5                question  Lio/netty/handler/codec/dns/DnsQuestion;
    Signature: (Ljava/lang/String;Lio/netty/handler/codec/dns/DnsRecordType;Lio/netty/resolver/dns/DnsServerAddressStream;Lio/netty/util/concurrent/Promise<Ljava/util/List<TT;>;>;)Z
    MethodParameters:
                        Name  Flags
      hostname                
      type                    
      dnsServerAddressStream  
      promise                 

  private io.netty.handler.codec.dns.DnsQuestion newQuestion(java.lang.String, io.netty.handler.codec.dns.DnsRecordType);
    descriptor: (Ljava/lang/String;Lio/netty/handler/codec/dns/DnsRecordType;)Lio/netty/handler/codec/dns/DnsQuestion;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // io.netty.resolver.dns.DnsResolveContext this
        start local 1 // java.lang.String hostname
        start local 2 // io.netty.handler.codec.dns.DnsRecordType type
         0: .line 773
            new io.netty.handler.codec.dns.DefaultDnsQuestion
            dup
            aload 1 /* hostname */
            aload 2 /* type */
            aload 0 /* this */
            getfield io.netty.resolver.dns.DnsResolveContext.dnsClass:I
            invokespecial io.netty.handler.codec.dns.DefaultDnsQuestion.<init>:(Ljava/lang/String;Lio/netty/handler/codec/dns/DnsRecordType;I)V
         1: areturn
         2: .line 774
      StackMap locals:
      StackMap stack: java.lang.IllegalArgumentException
            pop
         3: .line 776
            aconst_null
            areturn
        end local 2 // io.netty.handler.codec.dns.DnsRecordType type
        end local 1 // java.lang.String hostname
        end local 0 // io.netty.resolver.dns.DnsResolveContext this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    4     0      this  Lio/netty/resolver/dns/DnsResolveContext<TT;>;
            0    4     1  hostname  Ljava/lang/String;
            0    4     2      type  Lio/netty/handler/codec/dns/DnsRecordType;
      Exception table:
        from    to  target  type
           0     1       2  Class java.lang.IllegalArgumentException
    MethodParameters:
          Name  Flags
      hostname  
      type      
}
Signature: <T:Ljava/lang/Object;>Ljava/lang/Object;
SourceFile: "DnsResolveContext.java"
NestMembers:
  io.netty.resolver.dns.DnsResolveContext$1  io.netty.resolver.dns.DnsResolveContext$2  io.netty.resolver.dns.DnsResolveContext$3  io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServer  io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList  io.netty.resolver.dns.DnsResolveContext$DnsCacheIterable  io.netty.resolver.dns.DnsResolveContext$DnsCacheIterable$1  io.netty.resolver.dns.DnsResolveContext$SearchDomainUnknownHostException
InnerClasses:
  io.netty.resolver.dns.DnsResolveContext$1
  io.netty.resolver.dns.DnsResolveContext$2
  io.netty.resolver.dns.DnsResolveContext$3
  final AuthoritativeNameServer = io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServer of io.netty.resolver.dns.DnsResolveContext
  private final AuthoritativeNameServerList = io.netty.resolver.dns.DnsResolveContext$AuthoritativeNameServerList of io.netty.resolver.dns.DnsResolveContext
  private final DnsCacheIterable = io.netty.resolver.dns.DnsResolveContext$DnsCacheIterable of io.netty.resolver.dns.DnsResolveContext
  private final SearchDomainUnknownHostException = io.netty.resolver.dns.DnsResolveContext$SearchDomainUnknownHostException of io.netty.resolver.dns.DnsResolveContext