org.abstracthorizon.mercury.smtp
Class SMTPResponses

java.lang.Object
  extended by org.abstracthorizon.mercury.smtp.SMTPResponses

public class SMTPResponses
extends Object

List of responses

Author:
Daniel Sendula

Field Summary
static SMTPResponse BAD_SEQUENCE_OF_COMMANDS_RESPONSE
          Bad sequence of commands response
static SMTPResponse COMMAND_NOT_IMPLEMENTED_RESPONSE
          Command not implemented response
static SMTPResponse COMMAND_NOT_RECOGNISED_RESPONSE
          Command not recognised response
static SMTPResponse GENERIC_ERROR_RESPONSE
          Generic error response
static SMTPResponse MAILBOX_UNAVAILABLE_RESPONSE
          Mailbox unavailable response
static SMTPResponse OK_RESPONSE
          OK response
static SMTPResponse QUIT_RESPONSE
          QUIT response
static SMTPResponse SHUTTING_DOWN_RESPONSE
          Shutting down response
static SMTPResponse START_DATA_RESPONSE
          Start data response
static SMTPResponse SYNTAX_ERROR_RESPONSE
          Syntax error response
 
Constructor Summary
SMTPResponses()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

QUIT_RESPONSE

public static final SMTPResponse QUIT_RESPONSE
QUIT response


OK_RESPONSE

public static final SMTPResponse OK_RESPONSE
OK response


START_DATA_RESPONSE

public static final SMTPResponse START_DATA_RESPONSE
Start data response


GENERIC_ERROR_RESPONSE

public static final SMTPResponse GENERIC_ERROR_RESPONSE
Generic error response


SHUTTING_DOWN_RESPONSE

public static final SMTPResponse SHUTTING_DOWN_RESPONSE
Shutting down response


COMMAND_NOT_RECOGNISED_RESPONSE

public static final SMTPResponse COMMAND_NOT_RECOGNISED_RESPONSE
Command not recognised response


SYNTAX_ERROR_RESPONSE

public static final SMTPResponse SYNTAX_ERROR_RESPONSE
Syntax error response


COMMAND_NOT_IMPLEMENTED_RESPONSE

public static final SMTPResponse COMMAND_NOT_IMPLEMENTED_RESPONSE
Command not implemented response


BAD_SEQUENCE_OF_COMMANDS_RESPONSE

public static final SMTPResponse BAD_SEQUENCE_OF_COMMANDS_RESPONSE
Bad sequence of commands response


MAILBOX_UNAVAILABLE_RESPONSE

public static final SMTPResponse MAILBOX_UNAVAILABLE_RESPONSE
Mailbox unavailable response

Constructor Detail

SMTPResponses

public SMTPResponses()


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