|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.xbill.DNS.EDNSOption.Code
public static class EDNSOption.Code
| Field Summary | |
|---|---|
static int |
CLIENT_SUBNET
Client Subnet, defined in draft-vandergaast-edns-client-subnet-00 |
static int |
NSID
Name Server Identifier, RFC 5001 |
| Method Summary | |
|---|---|
static String |
string(int code)
Converts an EDNS Option Code into its textual representation |
static int |
value(String s)
Converts a textual representation of an EDNS Option Code into its numeric value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NSID
public static final int CLIENT_SUBNET
| Method Detail |
|---|
public static String string(int code)
public static int value(String s)
s - The textual representation of the option code
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||