public static class EDNSOption.Code
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
CHAIN
CHAIN Query Requests in DNS, RFC 7901
|
static int |
CLIENT_SUBNET
Client Subnet, RFC 7871
|
private static Mnemonic |
codes |
static int |
COOKIE
Cookie, RFC 7873
|
static int |
DAU
DNSSEC Algorithm Understood (DAU), RFC 6975
|
static int |
DHU
DNSSEC DS Hash Understood (DHU), RFC 6975
|
static int |
EDNS_CLIENT_TAG
DNS EDNS Tags, draft-bellis-dnsop-edns-tags-01
|
static int |
EDNS_EXPIRE
(EDNS) EXPIRE Option, RFC 7314
|
static int |
EDNS_EXTENDED_ERROR
Extended DNS Errors, RFC 8914.
|
static int |
EDNS_KEY_TAG
Signaling Trust Anchor Knowledge in DNS Security Extensions (DNSSEC), RFC 8145
|
static int |
EDNS_SERVER_TAG
DNS EDNS Tags, draft-bellis-dnsop-edns-tags-01
|
static int |
LLQ
Apple's DNS Long-Lived Queries protocol, draft-sekar-dns-llq-06
|
static int |
N3U
DNSSEC NSEC3 Hash Understood (N3U), RFC 6975
|
static int |
NSID
Name Server Identifier, RFC 5001
|
static int |
PADDING
EDNS(0) Padding Option, RFC 7830
|
static int |
TCP_KEEPALIVE
TCP Keepalive, RFC 7828
|
static int |
UL
Dynamic DNS Update Leases, draft-sekar-dns-ul-02
|
Modifier | Constructor and Description |
---|---|
private |
Code() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
string(int code)
Converts an EDNS Option Code into its textual representation
|
static int |
value(java.lang.String s)
Converts a textual representation of an EDNS Option Code into its numeric value.
|
public static final int LLQ
public static final int UL
public static final int NSID
public static final int DAU
public static final int DHU
public static final int N3U
public static final int CLIENT_SUBNET
public static final int EDNS_EXPIRE
public static final int COOKIE
public static final int TCP_KEEPALIVE
public static final int PADDING
public static final int CHAIN
public static final int EDNS_KEY_TAG
public static final int EDNS_EXTENDED_ERROR
public static final int EDNS_CLIENT_TAG
public static final int EDNS_SERVER_TAG
private static final Mnemonic codes
public static java.lang.String string(int code)
public static int value(java.lang.String s)
s
- The textual representation of the option code