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-RCODEwhich is encoded intoDnsRecord.timeToLive(). | 
| int | flags() | 
| int | version()Returns the  VERSIONwhich is encoded intoDnsRecord.timeToLive(). | 
dnsClass, name, timeToLive, typeint extendedRcode()
EXTENDED-RCODE which is encoded into DnsRecord.timeToLive().int version()
VERSION which is encoded into DnsRecord.timeToLive().int flags()
Copyright © 2008–2025 The Netty Project. All rights reserved.