class io.vertx.core.dns.impl.DnsClientImpl$2 implements io.vertx.core.Handler<io.vertx.core.AsyncResult<java.util.List<java.lang.String>>>
minor version: 0
major version: 59
flags: flags: (0x0020) ACC_SUPER
this_class: io.vertx.core.dns.impl.DnsClientImpl$2
super_class: java.lang.Object
{
final io.vertx.core.dns.impl.DnsClientImpl this$0;
descriptor: Lio/vertx/core/dns/impl/DnsClientImpl;
flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC
private final io.vertx.core.Handler val$handler;
descriptor: Lio/vertx/core/Handler;
flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC
void <init>(io.vertx.core.dns.impl.DnsClientImpl, io.vertx.core.Handler);
descriptor: (Lio/vertx/core/dns/impl/DnsClientImpl;Lio/vertx/core/Handler;)V
flags: (0x0000)
Code:
stack=2, locals=3, args_size=3
start local 0 0: aload 0
aload 1
putfield io.vertx.core.dns.impl.DnsClientImpl$2.this$0:Lio/vertx/core/dns/impl/DnsClientImpl;
aload 0
aload 2
putfield io.vertx.core.dns.impl.DnsClientImpl$2.val$handler:Lio/vertx/core/Handler;
aload 0
invokespecial java.lang.Object.<init>:()V
return
end local 0 LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lio/vertx/core/dns/impl/DnsClientImpl$2;
MethodParameters:
Name Flags
this$0 final
val$handler final
public void handle(io.vertx.core.AsyncResult);
descriptor: (Lio/vertx/core/AsyncResult;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=6, args_size=2
start local 0 start local 1 0: aload 1
invokeinterface io.vertx.core.AsyncResult.failed:()Z
ifeq 3
1: aload 0
getfield io.vertx.core.dns.impl.DnsClientImpl$2.val$handler:Lio/vertx/core/Handler;
aload 1
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
2: goto 10
3: StackMap locals:
StackMap stack:
new java.util.ArrayList
dup
invokespecial java.util.ArrayList.<init>:()V
astore 2
start local 2 4: aload 1
invokeinterface io.vertx.core.AsyncResult.result:()Ljava/lang/Object;
checkcast java.util.List
astore 3
start local 3 5: aload 3
invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
astore 5
goto 8
StackMap locals: io.vertx.core.dns.impl.DnsClientImpl$2 io.vertx.core.AsyncResult java.util.List java.util.List top java.util.Iterator
StackMap stack:
6: aload 5
invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
checkcast java.util.List
astore 4
start local 4 7: aload 2
aload 4
invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
pop
end local 4 8: StackMap locals:
StackMap stack:
aload 5
invokeinterface java.util.Iterator.hasNext:()Z
ifne 6
9: aload 0
getfield io.vertx.core.dns.impl.DnsClientImpl$2.val$handler:Lio/vertx/core/Handler;
aload 2
invokestatic io.vertx.core.Future.succeededFuture:(Ljava/lang/Object;)Lio/vertx/core/Future;
invokeinterface io.vertx.core.Handler.handle:(Ljava/lang/Object;)V
end local 3 end local 2 10: StackMap locals: io.vertx.core.dns.impl.DnsClientImpl$2 io.vertx.core.AsyncResult
StackMap stack:
return
end local 1 end local 0 LocalVariableTable:
Start End Slot Name Signature
0 11 0 this Lio/vertx/core/dns/impl/DnsClientImpl$2;
0 11 1 event Lio/vertx/core/AsyncResult;
4 10 2 txts Ljava/util/List<Ljava/lang/String;>;
5 10 3 records Ljava/util/List<Ljava/util/List<Ljava/lang/String;>;>;
7 8 4 txt Ljava/util/List<Ljava/lang/String;>;
MethodParameters:
Name Flags
event
public void handle(java.lang.Object);
descriptor: (Ljava/lang/Object;)V
flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
Code:
stack=2, locals=2, args_size=2
0: aload 0
aload 1
checkcast io.vertx.core.AsyncResult
invokevirtual io.vertx.core.dns.impl.DnsClientImpl$2.handle:(Lio/vertx/core/AsyncResult;)V
return
LocalVariableTable:
Start End Slot Name Signature
}
Signature: Ljava/lang/Object;Lio/vertx/core/Handler<Lio/vertx/core/AsyncResult<Ljava/util/List<Ljava/lang/String;>;>;>;
SourceFile: "DnsClientImpl.java"
EnclosingMethod: io.vertx.core.dns.impl.DnsClientImpl.resolveTXT:(Ljava/lang/String;Lio/vertx/core/Handler;)Lio/vertx/core/dns/DnsClient;
NestHost: io.vertx.core.dns.impl.DnsClientImpl
InnerClasses:
io.vertx.core.dns.impl.DnsClientImpl$2