- java.lang.Object
-
- javax.mail.internet.HeaderTokenizer.Token
-
- Enclosing class:
- HeaderTokenizer
public static class HeaderTokenizer.Token extends Object
The Token class represents tokens returned by the HeaderTokenizer.
-
-
Field Summary
Fields Modifier and Type Field and Description static int
ATOM
Token type indicating an ATOM.static int
COMMENT
Token type indicating a comment.static int
EOF
Token type indicating end of input.static int
QUOTEDSTRING
Token type indicating a quoted string.
-
Constructor Summary
Constructors Constructor and Description Token(int type, String value)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description int
getType()
Return the type of the token.String
getValue()
Returns the value of the token just read.
-
-
-
Field Detail
-
ATOM
public static final int ATOM
Token type indicating an ATOM.- See Also:
- Constant Field Values
-
QUOTEDSTRING
public static final int QUOTEDSTRING
Token type indicating a quoted string. The value field contains the string without the quotes.- See Also:
- Constant Field Values
-
COMMENT
public static final int COMMENT
Token type indicating a comment. The value field contains the comment string without the comment start and end symbols.- See Also:
- Constant Field Values
-
EOF
public static final int EOF
Token type indicating end of input.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Token
public Token(int type, String value)
Constructor.- Parameters:
type
- Token typevalue
- Token value
-
-
Method Detail
-
getType
public int getType()
Return the type of the token. If the token represents a delimiter or a control character, the type is that character itself, converted to an integer. Otherwise, it's value is one of the following:ATOM
A sequence of ASCII characters delimited by either SPACE, CTL, "(", <"> or the specified SPECIALSQUOTEDSTRING
A sequence of ASCII characters within quotesCOMMENT
A sequence of ASCII characters within "(" and ")".EOF
End of header
-
getValue
public String getValue()
Returns the value of the token just read. When the current token is a quoted string, this field contains the body of the string, without the quotes. When the current token is a comment, this field contains the body of the comment.- Returns:
- token value
-
-
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 18/08/2025 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-javaee-rf-javax/mail/internet/HeaderTokenizer.Token.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur van deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.