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