@UnstableApi
public interface DnsRecordDecoder
Modifier and Type | Field and Description |
---|---|
static DnsRecordDecoder |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
DnsQuestion |
decodeQuestion(ByteBuf in)
将DNS问题解码为其对象表示。
|
<T extends DnsRecord> |
decodeRecord(ByteBuf in)
将DNS记录解码为其对象表示。
|
static final DnsRecordDecoder DEFAULT
DnsQuestion decodeQuestion(ByteBuf in) throws java.lang.Exception
in
- 在其阅读器索引处包含DNS问题的输入缓冲区
java.lang.Exception
Copyright © 2008–2018 The Netty Project. All rights reserved.