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 SrvResolverResultResolverApi. resolveSrv(SrvService service, SrvProto proto, String name)SrvResolverResultResolverApi. 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 SrvServiceSrvType. serviceMethods in org.minidns.hla.srv that return SrvService Modifier and Type Method Description static SrvServiceSrvService. 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. 
 -