|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.abstracthorizon.mercury.smtp.SMTPResponses
public class SMTPResponses
List of responses
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 |
---|
public static final SMTPResponse QUIT_RESPONSE
public static final SMTPResponse OK_RESPONSE
public static final SMTPResponse START_DATA_RESPONSE
public static final SMTPResponse GENERIC_ERROR_RESPONSE
public static final SMTPResponse SHUTTING_DOWN_RESPONSE
public static final SMTPResponse COMMAND_NOT_RECOGNISED_RESPONSE
public static final SMTPResponse SYNTAX_ERROR_RESPONSE
public static final SMTPResponse COMMAND_NOT_IMPLEMENTED_RESPONSE
public static final SMTPResponse BAD_SEQUENCE_OF_COMMANDS_RESPONSE
public static final SMTPResponse MAILBOX_UNAVAILABLE_RESPONSE
Constructor Detail |
---|
public SMTPResponses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |