Uses of Class
javax.jmdns.impl.constants.DNSResultCode
-
Packages that use DNSResultCode Package Description javax.jmdns.impl.constants -
-
Uses of DNSResultCode in javax.jmdns.impl.constants
Methods in javax.jmdns.impl.constants that return DNSResultCode Modifier and Type Method Description static DNSResultCode
DNSResultCode. resultCodeForFlags(int flags)
static DNSResultCode
DNSResultCode. resultCodeForFlags(int flags, int extendedRCode)
static DNSResultCode
DNSResultCode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static DNSResultCode[]
DNSResultCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-