Uses of Class
com.hs.mail.imap.parser.Token

Packages that use Token
com.hs.mail.imap.message.builder   
com.hs.mail.imap.parser   
com.hs.mail.imap.server.codec   
 

Uses of Token in com.hs.mail.imap.message.builder
 

Method parameters in com.hs.mail.imap.message.builder with type arguments of type Token
protected  SearchKey SearchRequestBuilder.createSearchKey(String tag, LinkedList<Token> tokens, String charset)
           
protected  String SearchRequestBuilder.parseCharset(LinkedList<Token> tokens)
           
protected  javax.mail.Flags ImapRequestBuilder.parseFlagList(LinkedList<Token> tokens)
           
protected  SequenceRange[] ImapRequestBuilder.parseSequenceSet(LinkedList<Token> tokens)
           
 

Uses of Token in com.hs.mail.imap.parser
 

Fields in com.hs.mail.imap.parser declared as Token
 Token Token.next
           
 

Fields in com.hs.mail.imap.parser with type parameters of type Token
protected  LinkedList<Token> AbstractImapCommandParser.tokens
           
 

Methods in com.hs.mail.imap.parser that return types with arguments of type Token
 LinkedList<Token> CommandParser.command()
           
 

Constructor parameters in com.hs.mail.imap.parser with type arguments of type Token
ParseException(LinkedList<Token> tokens, String message)
           
ParseException(LinkedList<Token> tokens, String message, Throwable cause)
           
 

Uses of Token in com.hs.mail.imap.server.codec
 

Fields in com.hs.mail.imap.server.codec with type parameters of type Token
protected  LinkedList<Token> DefaultImapMessage.tokens
           
 

Methods in com.hs.mail.imap.server.codec that return types with arguments of type Token
 LinkedList<Token> ImapMessage.getTokens()
           
 LinkedList<Token> DefaultImapMessage.getTokens()
           
 



Copyright © 2011. All Rights Reserved.