public class GetACLCommandParser extends AbstractImapCommandParser
| Constructor and Description |
|---|
GetACLCommandParser() |
| Modifier and Type | Method and Description |
|---|---|
protected ImapMessage |
decode(ImapCommand command,
ImapRequestLineReader request,
String tag,
ImapSession session)
Parses a request into a command message for later processing.
|
getCommand, getStatusResponseFactory, parse, setStatusResponseFactoryprotected ImapMessage decode(ImapCommand command, ImapRequestLineReader request, String tag, ImapSession session) throws DecodingException
AbstractImapCommandParserdecode in class AbstractImapCommandParsercommand - ImapCommand to be parsed, not nullrequest - ImapRequestLineReader, not nulltag - command tag, not nullsession - imap sessionImapCommandMessage, not nullDecodingException - if the request cannot be parsedCopyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.