MCPcopy Create free account
hub / github.com/DeNA/PacketProxy / string

Method string

src/main/java/core/org/xbill/DNS/EDNSOption.java:40–43  ·  view source on GitHub ↗

Converts an EDNS Option Code into its textual representation

(int code)

Source from the content-addressed store, hash-verified

38 * Converts an EDNS Option Code into its textual representation
39 */
40 public static String
41 string(int code) {
42 return codes.getText(code);
43 }
44
45 /**
46 * Converts a textual representation of an EDNS Option Code into its

Callers 1

toStringMethod · 0.45

Calls 1

getTextMethod · 0.45

Tested by

no test coverage detected