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

/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsName.java38 * <tt>DnsName</tt> implements compound names for DNS as specified by
61 * <tt>DnsName</tt> currently converts any non-ASCII octets into
67 * (see for example <i>draft-ietf-idn-idna-10.txt</i>), <tt>DnsName</tt>
84 * If, however, the <tt>DnsName</tt> was constructed using unneeded
88 * <tt>DnsName</tt>, and those returned by them, are unescaped. So,
89 * for example, <tt>(new&nbsp;DnsName()).add("a.b")</tt> creates an
95 * octets, <tt>DnsName</tt> uses case-insensitive comparison
99 * <p> A <tt>DnsName</tt> instance is not synchronized against
106 public final class DnsName implements Name { class in inherits:Name
108 // If non-null, the domain name represented by this DnsName
125 public DnsName() { method in class:DnsName
135 public DnsName(String name) throws InvalidNameException { method in class:DnsName
144 private DnsName(DnsName n, int beg, int end) { method in class:DnsName
[all...]

Completed in 29 milliseconds