- java.lang.Object
-
- javax.mail.Address
-
- javax.mail.internet.NewsAddress
-
- All Implemented Interfaces:
- Serializable
public class NewsAddress extends Address
This class models an RFC1036 newsgroup address.- Author:
- Bill Shannon, John Mani
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description protected String
host
protected String
newsgroup
-
Constructor Summary
Constructors Constructor and Description NewsAddress()
Default constructor.NewsAddress(String newsgroup)
Construct a NewsAddress with the given newsgroup.NewsAddress(String newsgroup, String host)
Construct a NewsAddress with the given newsgroup and host.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description boolean
equals(Object a)
The equality operator.String
getHost()
Get the host.String
getNewsgroup()
Get the newsgroup.String
getType()
Return the type of this address.int
hashCode()
Compute a hash code for the address.static NewsAddress[]
parse(String newsgroups)
Parse the given comma separated sequence of newsgroup into NewsAddress objects.void
setHost(String host)
Set the host.void
setNewsgroup(String newsgroup)
Set the newsgroup.String
toString()
Convert this address into a RFC 1036 address.static String
toString(Address[] addresses)
Convert the given array of NewsAddress objects into a comma separated sequence of address strings.
-
-
-
Constructor Detail
-
NewsAddress
public NewsAddress()
Default constructor.
-
NewsAddress
public NewsAddress(String newsgroup)
Construct a NewsAddress with the given newsgroup.- Parameters:
newsgroup
- the newsgroup
-
-
Method Detail
-
getType
public String getType()
Return the type of this address. The type of a NewsAddress is "news".- Specified by:
getType
in classAddress
- Returns:
- address type
- See Also:
InternetAddress
-
setNewsgroup
public void setNewsgroup(String newsgroup)
Set the newsgroup.- Parameters:
newsgroup
- the newsgroup
-
getNewsgroup
public String getNewsgroup()
Get the newsgroup.- Returns:
- newsgroup
-
setHost
public void setHost(String host)
Set the host.- Parameters:
host
- the host
-
getHost
public String getHost()
Get the host.- Returns:
- host
-
toString
public String toString()
Convert this address into a RFC 1036 address.
-
equals
public boolean equals(Object a)
The equality operator.
-
hashCode
public int hashCode()
Compute a hash code for the address.
-
toString
public static String toString(Address[] addresses)
Convert the given array of NewsAddress objects into a comma separated sequence of address strings. The resulting string contains only US-ASCII characters, and hence is mail-safe.- Parameters:
addresses
- array of NewsAddress objects- Returns:
- comma separated address strings
- Throws:
ClassCastException,
- if any address object in the given array is not a NewsAddress objects. Note that this is a RuntimeException.
-
parse
public static NewsAddress[] parse(String newsgroups) throws AddressException
Parse the given comma separated sequence of newsgroup into NewsAddress objects.- Parameters:
newsgroups
- comma separated newsgroup string- Returns:
- array of NewsAddress objects
- Throws:
AddressException
- if the parse failed
-
-
Deutsche Übersetzung
Sie haben gebeten, diese Seite auf Deutsch zu besuchen. Momentan ist nur die Oberfläche übersetzt, aber noch nicht der gesamte Inhalt.Wenn Sie mir bei Übersetzungen helfen wollen, ist Ihr Beitrag willkommen. Alles, was Sie tun müssen, ist, sich auf der Website zu registrieren und mir eine Nachricht zu schicken, in der Sie gebeten werden, Sie der Gruppe der Übersetzer hinzuzufügen, die Ihnen die Möglichkeit gibt, die gewünschten Seiten zu übersetzen. Ein Link am Ende jeder übersetzten Seite zeigt an, dass Sie der Übersetzer sind und einen Link zu Ihrem Profil haben.
Vielen Dank im Voraus.
Dokument erstellt 11/06/2005, zuletzt geändert 18/08/2025
Quelle des gedruckten Dokuments:https://www.gaudry.be/de/java-api-javaee-rf-javax/mail/internet/NewsAddress.html
Die Infobro ist eine persönliche Seite, deren Inhalt in meiner alleinigen Verantwortung liegt. Der Text ist unter der CreativeCommons-Lizenz (BY-NC-SA) verfügbar. Weitere Informationen auf die Nutzungsbedingungen und dem Autor.
Referenzen
Diese Verweise und Links verweisen auf Dokumente, die während des Schreibens dieser Seite konsultiert wurden, oder die zusätzliche Informationen liefern können, aber die Autoren dieser Quellen können nicht für den Inhalt dieser Seite verantwortlich gemacht werden.
Der Autor dieser Website ist allein dafür verantwortlich, wie die verschiedenen Konzepte und Freiheiten, die mit den Nachschlagewerken gemacht werden, hier dargestellt werden. Denken Sie daran, dass Sie mehrere Quellinformationen austauschen müssen, um das Risiko von Fehlern zu reduzieren.