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

/javamail/mail/src/main/java/javax/mail/internet/
H A DNewsAddress.java56 public class NewsAddress extends Address { class in inherits:Address
66 public NewsAddress() { } method in class:NewsAddress
69 * Construct a NewsAddress with the given newsgroup.
73 public NewsAddress(String newsgroup) { method in class:NewsAddress
78 * Construct a NewsAddress with the given newsgroup and host.
83 public NewsAddress(String newsgroup, String host) { method in class:NewsAddress
91 * Return the type of this address. The type of a NewsAddress
147 if (!(a instanceof NewsAddress))
150 NewsAddress s = (NewsAddress)
[all...]

Completed in 11 milliseconds