Uses of Interface
com.icegreen.greenmail.imap.commands.CommandParser.CharacterValidator
Packages that use CommandParser.CharacterValidator
-
Uses of CommandParser.CharacterValidator in com.icegreen.greenmail.imap.commands
Classes in com.icegreen.greenmail.imap.commands that implement CommandParser.CharacterValidatorModifier and TypeClassDescriptionprotected classprotected static classprotected static classMethods in com.icegreen.greenmail.imap.commands with parameters of type CommandParser.CharacterValidatorModifier and TypeMethodDescriptionprotected StringCommandParser.consumeWord(ImapRequestLineReader request, CommandParser.CharacterValidator validator) Reads the next "word" from the request, comprising all characters up to the next SPACE.protected StringCommandParser.consumeWordOnly(ImapRequestLineReader request, CommandParser.CharacterValidator validator) Reads the next "word from the request, comprising all characters up to the next SPACE.