Uses of Class
org.jitsi.dnssec.validator.ResponseClassification
-
Packages that use ResponseClassification Package Description org.jitsi.dnssec.validator -
-
Uses of ResponseClassification in org.jitsi.dnssec.validator
Methods in org.jitsi.dnssec.validator that return ResponseClassification Modifier and Type Method Description static ResponseClassification
ValUtils. classifyResponse(SMessage m)
Given a response, classify ANSWER responses into a subtype.static ResponseClassification
ResponseClassification. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ResponseClassification[]
ResponseClassification. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-