Uses of Enum Class
org.xbill.DNS.SetResponseType
Packages that use SetResponseType
-
Uses of SetResponseType in org.xbill.DNS
Fields in org.xbill.DNS declared as SetResponseTypeMethods in org.xbill.DNS that return SetResponseTypeModifier and TypeMethodDescriptionstatic SetResponseTypeReturns the enum constant of this class with the specified name.static SetResponseType[]SetResponseType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.xbill.DNS with parameters of type SetResponseTypeModifier and TypeMethodDescription(package private) static SetResponseSetResponse.ofType(SetResponseType type) (package private) static SetResponseSetResponse.ofType(SetResponseType type, Cache.CacheRRset rrset) (package private) static SetResponseSetResponse.ofType(SetResponseType type, RRset rrset) (package private) static SetResponseSetResponse.ofType(SetResponseType type, RRset rrset, boolean isAuthenticated) Constructors in org.xbill.DNS with parameters of type SetResponseTypeModifierConstructorDescriptionprivateSetResponse(SetResponseType type, RRset rrset, boolean isAuthenticated)