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 SrvResolverResultResolverApi. resolveSrv(SrvService service, SrvProto proto, java.lang.String name)SrvResolverResultResolverApi. 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 SrvProtoSrvType. protoMethods in org.minidns.hla.srv that return SrvProto Modifier and Type Method Description static SrvProtoSrvProto. valueOf(java.lang.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.
-