@UnstableApi public interface DnsOptPseudoRecord extends DnsRecord
This is used for Extension Mechanisms for DNS (EDNS(0)).
CLASS_ANY, CLASS_CHAOS, CLASS_CSNET, CLASS_HESIOD, CLASS_IN, CLASS_NONE
Modifier and Type | Method and Description |
---|---|
int |
extendedRcode()
Returns the
EXTENDED-RCODE which is encoded into DnsRecord.timeToLive() . |
int |
flags()
|
int |
version()
Returns the
VERSION which is encoded into DnsRecord.timeToLive() . |
dnsClass, name, timeToLive, type
int extendedRcode()
EXTENDED-RCODE
which is encoded into DnsRecord.timeToLive()
.int version()
VERSION
which is encoded into DnsRecord.timeToLive()
.int flags()
Copyright © 2008–2017 The Netty Project. All rights reserved.