Uses of Class
org.minidns.hla.srv.SrvService
-
Packages that use SrvService Package Description org.minidns.hla org.minidns.hla.srv -
-
Uses of SrvService in org.minidns.hla
Methods in org.minidns.hla with parameters of type SrvService Modifier and Type Method Description SrvResolverResult
ResolverApi. resolveSrv(SrvService service, SrvProto proto, String name)
SrvResolverResult
ResolverApi. resolveSrv(SrvService service, SrvProto proto, DnsName name)
-
Uses of SrvService in org.minidns.hla.srv
Fields in org.minidns.hla.srv declared as SrvService Modifier and Type Field Description SrvService
SrvType. service
Methods in org.minidns.hla.srv that return SrvService Modifier and Type Method Description static SrvService
SrvService. valueOf(String name)
Returns the enum constant of this type with the specified name.static SrvService[]
SrvService. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-