| Package | Description | 
|---|---|
| io.netty.handler.codec.dns | DNS codec information for writing to and reading from a DNS server. | 
| Modifier and Type | Method and Description | 
|---|---|
| DnsQuery | DnsQuery. addAdditionalResource(DnsResource resource) | 
| DnsQuery | DnsQuery. addAnswer(DnsResource answer) | 
| DnsQuery | DnsQuery. addAuthorityResource(DnsResource resource) | 
| DnsQuery | DnsQuery. addQuestion(DnsQuestion question) | 
| DnsQuery | DnsQuery. retain() | 
| DnsQuery | DnsQuery. retain(int increment) | 
| DnsQuery | DnsQuery. touch() | 
| DnsQuery | DnsQuery. touch(Object hint) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | DnsQueryEncoder. encode(ChannelHandlerContext ctx,
      DnsQuery query,
      List<Object> out) | 
Copyright © 2008–2015 The Netty Project. All rights reserved.