public abstract class AbstractImapRequest extends Object implements ImapRequest
ImapRequest implementations| Constructor and Description |
|---|
AbstractImapRequest(String tag,
ImapCommand command) |
| Modifier and Type | Method and Description |
|---|---|
ImapCommand |
getCommand()
Gets the IMAP command whose execution is requested by the client.
|
String |
getTag()
Gets the prefix tag identifying this request.
|
public AbstractImapRequest(String tag, ImapCommand command)
public final ImapCommand getCommand()
getCommand in interface ImapRequestImapCommand, not nullImapRequest.getCommand()public final String getTag()
getTag in interface ImapRequestImapRequest.getTag()Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.