@UnstableApi public final class SmtpCommand extends Object
SmtpRequest
.Modifier and Type | Field and Description |
---|---|
static SmtpCommand |
DATA |
static SmtpCommand |
EHLO |
static SmtpCommand |
EXPN |
static SmtpCommand |
HELO |
static SmtpCommand |
HELP |
static SmtpCommand |
MAIL |
static SmtpCommand |
NOOP |
static SmtpCommand |
QUIT |
static SmtpCommand |
RCPT |
static SmtpCommand |
RSET |
static SmtpCommand |
VRFY |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
AsciiString |
name()
Return the command name.
|
String |
toString() |
static SmtpCommand |
valueOf(CharSequence commandName)
Returns the
SmtpCommand for the given command name. |
public static final SmtpCommand EHLO
public static final SmtpCommand HELO
public static final SmtpCommand MAIL
public static final SmtpCommand RCPT
public static final SmtpCommand DATA
public static final SmtpCommand NOOP
public static final SmtpCommand RSET
public static final SmtpCommand EXPN
public static final SmtpCommand VRFY
public static final SmtpCommand HELP
public static final SmtpCommand QUIT
public static SmtpCommand valueOf(CharSequence commandName)
SmtpCommand
for the given command name.public AsciiString name()
Copyright © 2008–2017 The Netty Project. All rights reserved.