public interface DnsOptEcsRecord extends DnsOptPseudoRecord
CLASS_ANY, CLASS_CHAOS, CLASS_CSNET, CLASS_HESIOD, CLASS_IN, CLASS_NONE
Modifier and Type | Method and Description |
---|---|
byte[] |
address()
Returns the bytes of the
InetAddress to use. |
int |
scopePrefixLength()
Returns the leftmost number of significant bits of ADDRESS that the response covers.
|
int |
sourcePrefixLength()
Returns the leftmost number of significant bits of ADDRESS to be used for the lookup.
|
extendedRcode, flags, version
dnsClass, name, timeToLive, type
int sourcePrefixLength()
int scopePrefixLength()
byte[] address()
InetAddress
to use.Copyright © 2008–2024 The Netty Project. All rights reserved.