public interface io.netty.handler.codec.dns.DnsRecordDecoder
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: io.netty.handler.codec.dns.DnsRecordDecoder
super_class: java.lang.Object
{
public static final io.netty.handler.codec.dns.DnsRecordDecoder DEFAULT;
descriptor: Lio/netty/handler/codec/dns/DnsRecordDecoder;
flags: (0x0019) ACC_PUBLIC, ACC_STATIC, ACC_FINAL
static void <clinit>();
descriptor: ()V
flags: (0x0008) ACC_STATIC
Code:
stack=2, locals=0, args_size=0
0: new io.netty.handler.codec.dns.DefaultDnsRecordDecoder
dup
invokespecial io.netty.handler.codec.dns.DefaultDnsRecordDecoder.<init>:()V
putstatic io.netty.handler.codec.dns.DnsRecordDecoder.DEFAULT:Lio/netty/handler/codec/dns/DnsRecordDecoder;
return
LocalVariableTable:
Start End Slot Name Signature
public abstract io.netty.handler.codec.dns.DnsQuestion decodeQuestion(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/dns/DnsQuestion;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.Exception
MethodParameters:
Name Flags
in
public abstract <T extends io.netty.handler.codec.dns.DnsRecord> T decodeRecord(io.netty.buffer.ByteBuf);
descriptor: (Lio/netty/buffer/ByteBuf;)Lio/netty/handler/codec/dns/DnsRecord;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Exceptions:
throws java.lang.Exception
Signature: <T::Lio/netty/handler/codec/dns/DnsRecord;>(Lio/netty/buffer/ByteBuf;)TT;
MethodParameters:
Name Flags
in
}
SourceFile: "DnsRecordDecoder.java"