Converts an EDNS Option Code into its textual representation
(int code)
| 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 |