Package | Description |
---|---|
javax.mail.internet |
Classes specific to Internet mail systems.
|
Modifier and Type | Method | Description |
---|---|---|
HeaderTokenizer.Token |
HeaderTokenizer.next() |
Parses the next token from this String.
|
HeaderTokenizer.Token |
HeaderTokenizer.next(char endOfAtom) |
Parses the next token from this String.
|
HeaderTokenizer.Token |
HeaderTokenizer.next(char endOfAtom,
boolean keepEscapes) |
Parses the next token from this String.
|
HeaderTokenizer.Token |
HeaderTokenizer.peek() |
Peek at the next token, without actually removing the token
from the parse stream.
|
Copyright © 2018 Oracle. All rights reserved.