class io.vertx.core.dns.impl.DnsClientImpl$1 extends io.netty.channel.SimpleChannelInboundHandler<io.netty.handler.codec.dns.DnsResponse>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: io.vertx.core.dns.impl.DnsClientImpl$1
  super_class: io.netty.channel.SimpleChannelInboundHandler
{
  final io.vertx.core.dns.impl.DnsClientImpl this$0;
    descriptor: Lio/vertx/core/dns/impl/DnsClientImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  protected void channelRead0(io.netty.channel.ChannelHandlerContext, io.netty.handler.codec.dns.DnsResponse);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/dns/DnsResponse;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=5, args_size=3
        start local 0 // io.vertx.core.dns.impl.DnsClientImpl$1 this
        start local 1 // io.netty.channel.ChannelHandlerContext ctx
        start local 2 // io.netty.handler.codec.dns.DnsResponse msg
         0: .line 86
            aload 2 /* msg */
            getstatic io.netty.handler.codec.dns.DnsSection.QUESTION:Lio/netty/handler/codec/dns/DnsSection;
            invokeinterface io.netty.handler.codec.dns.DnsResponse.recordAt:(Lio/netty/handler/codec/dns/DnsSection;)Lio/netty/handler/codec/dns/DnsRecord;
            checkcast io.netty.handler.codec.dns.DefaultDnsQuestion
            astore 3 /* question */
        start local 3 // io.netty.handler.codec.dns.DefaultDnsQuestion question
         1: .line 87
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$1.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            getfield io.vertx.core.dns.impl.DnsClientImpl.inProgressMap:Lio/netty/util/collection/LongObjectMap;
            aload 0 /* this */
            getfield io.vertx.core.dns.impl.DnsClientImpl$1.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
            aload 2 /* msg */
            invokeinterface io.netty.handler.codec.dns.DnsResponse.id:()I
            aload 3 /* question */
            invokevirtual io.netty.handler.codec.dns.DefaultDnsQuestion.name:()Ljava/lang/String;
            invokevirtual io.vertx.core.dns.impl.DnsClientImpl.dnsMessageId:(ILjava/lang/String;)J
            invokeinterface io.netty.util.collection.LongObjectMap.get:(J)Ljava/lang/Object;
            checkcast io.vertx.core.dns.impl.DnsClientImpl$Query
            astore 4 /* query */
        start local 4 // io.vertx.core.dns.impl.DnsClientImpl$Query query
         2: .line 88
            aload 4 /* query */
            ifnull 4
         3: .line 89
            aload 4 /* query */
            aload 2 /* msg */
            invokevirtual io.vertx.core.dns.impl.DnsClientImpl$Query.handle:(Lio/netty/handler/codec/dns/DnsResponse;)V
         4: .line 91
      StackMap locals: io.netty.handler.codec.dns.DefaultDnsQuestion io.vertx.core.dns.impl.DnsClientImpl$Query
      StackMap stack:
            return
        end local 4 // io.vertx.core.dns.impl.DnsClientImpl$Query query
        end local 3 // io.netty.handler.codec.dns.DefaultDnsQuestion question
        end local 2 // io.netty.handler.codec.dns.DnsResponse msg
        end local 1 // io.netty.channel.ChannelHandlerContext ctx
        end local 0 // io.vertx.core.dns.impl.DnsClientImpl$1 this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lio/vertx/core/dns/impl/DnsClientImpl$1;
            0    5     1       ctx  Lio/netty/channel/ChannelHandlerContext;
            0    5     2       msg  Lio/netty/handler/codec/dns/DnsResponse;
            1    5     3  question  Lio/netty/handler/codec/dns/DefaultDnsQuestion;
            2    5     4     query  Lio/vertx/core/dns/impl/DnsClientImpl$Query;
    Exceptions:
      throws java.lang.Exception
    MethodParameters:
      Name  Flags
      ctx   
      msg   

  protected void channelRead0(io.netty.channel.ChannelHandlerContext, java.lang.Object);
    descriptor: (Lio/netty/channel/ChannelHandlerContext;Ljava/lang/Object;)V
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=3, locals=3, args_size=3
         0: .line 1
            aload 0
            aload 1
            aload 2
            checkcast io.netty.handler.codec.dns.DnsResponse
            invokevirtual io.vertx.core.dns.impl.DnsClientImpl$1.channelRead0:(Lio/netty/channel/ChannelHandlerContext;Lio/netty/handler/codec/dns/DnsResponse;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.lang.Exception
}
Signature: Lio/netty/channel/SimpleChannelInboundHandler<Lio/netty/handler/codec/dns/DnsResponse;>;
SourceFile: "DnsClientImpl.java"
EnclosingMethod: io.vertx.core.dns.impl.DnsClientImpl.<init>:(Lio/vertx/core/impl/VertxInternal;Lio/vertx/core/dns/DnsClientOptions;)V
NestHost: io.vertx.core.dns.impl.DnsClientImpl
InnerClasses:
  io.vertx.core.dns.impl.DnsClientImpl$1
  private Query = io.vertx.core.dns.impl.DnsClientImpl$Query of io.vertx.core.dns.impl.DnsClientImpl