org.abstracthorizon.mercury.imap.response
Class MnemonicResponse

java.lang.Object
  extended by org.abstracthorizon.mercury.imap.response.Response
      extended by org.abstracthorizon.mercury.imap.response.MnemonicResponse
Direct Known Subclasses:
BADResponse, CapabilityResponse, FlagsResponse, ListResponse, NOResponse, OKResponse, PreauthResponse, SearchResponse, StatusResponse

public class MnemonicResponse
extends Response

Mnemonic response

Author:
Daniel Sendula

Field Summary
protected  String mnemonic
          Mnemonic
 
Fields inherited from class org.abstracthorizon.mercury.imap.response.Response
CONTINUATION_RESPONSE, session, TAGGED_RESPONSE, UNTAGGED_RESPONSE
 
Constructor Summary
MnemonicResponse(IMAPSession session, int type, String mnemonic)
          Mnemonic response
MnemonicResponse(IMAPSession session, int type, String mnemonic, String msg)
          Mnemonic response with message
 
Method Summary
 
Methods inherited from class org.abstracthorizon.mercury.imap.response.Response
append, append, append, append, append, append, append, append, commit, submit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mnemonic

protected String mnemonic
Mnemonic

Constructor Detail

MnemonicResponse

public MnemonicResponse(IMAPSession session,
                        int type,
                        String mnemonic)
Mnemonic response

Parameters:
session - session
type - response type
mnemonic - mnemonic

MnemonicResponse

public MnemonicResponse(IMAPSession session,
                        int type,
                        String mnemonic,
                        String msg)
Mnemonic response with message

Parameters:
session - session
type - response type
mnemonic - mnemonic
msg - message


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.