Modifier and Type | Class and Description |
---|---|
class |
DefaultDnsQuestion
The default
DnsQuestion implementation. |
Modifier and Type | Method and Description |
---|---|
DnsQuestion |
DefaultDnsRecordDecoder.decodeQuestion(io.netty.buffer.ByteBuf in) |
DnsQuestion |
DnsRecordDecoder.decodeQuestion(io.netty.buffer.ByteBuf in)
Decodes a DNS question into its object representation.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultDnsRecordEncoder.encodeQuestion(DnsQuestion question,
io.netty.buffer.ByteBuf out) |
void |
DnsRecordEncoder.encodeQuestion(DnsQuestion question,
io.netty.buffer.ByteBuf out)
Encodes a
DnsQuestion . |
Copyright © 2008–2018 The Netty Project. All rights reserved.