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 84
            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=2, 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 87
            aload 2 /* msg */
            invokeinterface io.netty.handler.codec.dns.DnsResponse.id:()I
            istore 3 /* id */
        start local 3 // int id
         1: .line 88
            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/IntObjectMap;
            iload 3 /* id */
            invokeinterface io.netty.util.collection.IntObjectMap.get:(I)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 89
            aload 4 /* query */
            ifnull 4
         3: .line 90
            aload 4 /* query */
            aload 2 /* msg */
            invokevirtual io.vertx.core.dns.impl.DnsClientImpl$Query.handle:(Lio/netty/handler/codec/dns/DnsResponse;)V
         4: .line 92
      StackMap locals: int io.vertx.core.dns.impl.DnsClientImpl$Query
      StackMap stack:
            return
        end local 4 // io.vertx.core.dns.impl.DnsClientImpl$Query query
        end local 3 // int id
        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     id  I
            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