public abstract class AbstractDnsOptPseudoRrRecord extends AbstractDnsRecord implements DnsOptPseudoRecord
CLASS_ANY, CLASS_CHAOS, CLASS_CSNET, CLASS_HESIOD, CLASS_IN, CLASS_NONE
Modifier | Constructor and Description |
---|---|
protected |
AbstractDnsOptPseudoRrRecord(int maxPayloadSize) |
protected |
AbstractDnsOptPseudoRrRecord(int maxPayloadSize,
int extendedRcode,
int version) |
Modifier and Type | Method and Description |
---|---|
int |
extendedRcode()
Returns the
EXTENDED-RCODE which is encoded into DnsRecord.timeToLive() . |
int |
flags()
|
String |
toString() |
int |
version()
Returns the
VERSION which is encoded into DnsRecord.timeToLive() . |
dnsClass, equals, hashCode, name, timeToLive, type
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
dnsClass, name, timeToLive, type
protected AbstractDnsOptPseudoRrRecord(int maxPayloadSize, int extendedRcode, int version)
protected AbstractDnsOptPseudoRrRecord(int maxPayloadSize)
public int extendedRcode()
DnsOptPseudoRecord
EXTENDED-RCODE
which is encoded into DnsRecord.timeToLive()
.extendedRcode
in interface DnsOptPseudoRecord
public int version()
DnsOptPseudoRecord
VERSION
which is encoded into DnsRecord.timeToLive()
.version
in interface DnsOptPseudoRecord
public int flags()
DnsOptPseudoRecord
flags
in interface DnsOptPseudoRecord
public String toString()
toString
in class AbstractDnsRecord
Copyright © 2008–2024 The Netty Project. All rights reserved.