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 0: aload 0
aload 1
putfield io.vertx.core.dns.impl.DnsClientImpl$1.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
aload 0
invokespecial io.netty.channel.SimpleChannelInboundHandler.<init>:()V
return
end local 0 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 start local 1 start local 2 0: aload 2
invokeinterface io.netty.handler.codec.dns.DnsResponse.id:()I
istore 3
start local 3 1: aload 0
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
invokeinterface io.netty.util.collection.IntObjectMap.get:(I)Ljava/lang/Object;
checkcast io.vertx.core.dns.impl.DnsClientImpl$Query
astore 4
start local 4 2: aload 4
ifnull 4
3: aload 4
aload 2
invokevirtual io.vertx.core.dns.impl.DnsClientImpl$Query.handle:(Lio/netty/handler/codec/dns/DnsResponse;)V
4: StackMap locals: int io.vertx.core.dns.impl.DnsClientImpl$Query
StackMap stack:
return
end local 4 end local 3 end local 2 end local 1 end local 0 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: 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