public abstract class AbstractImapRequest extends Object implements ImapRequest
ImapRequest
implementationsConstructor 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 ImapRequest
ImapCommand
, not nullImapRequest.getCommand()
public final String getTag()
getTag
in interface ImapRequest
ImapRequest.getTag()
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.