Searched defs:selectHostport (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DServiceLocator.java211 hostports[k++] = selectHostport(srvRecords, head, tail);
221 private static String selectHostport(SrvRecord[] srvRecords, int head, method in class:ServiceLocator
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbServiceLocator.java222 hostports[k++] = selectHostport(srvRecords, head, tail);
232 private static String selectHostport(SrvRecord[] srvRecords, int head, method in class:KrbServiceLocator

Completed in 31 milliseconds