Package io.netty.handler.codec.smtp
Class SmtpCommand
java.lang.Object
io.netty.handler.codec.smtp.SmtpCommand
The command part of a
SmtpRequest
.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SmtpCommand
private static final Map
<String, SmtpCommand> static final SmtpCommand
static final SmtpCommand
static final SmtpCommand
static final SmtpCommand
static final SmtpCommand
static final SmtpCommand
static final SmtpCommand
private final AsciiString
static final SmtpCommand
static final SmtpCommand
static final SmtpCommand
static final SmtpCommand
static final SmtpCommand
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void
boolean
int
hashCode()
(package private) boolean
name()
Return the command name.toString()
static SmtpCommand
valueOf
(CharSequence commandName) Returns theSmtpCommand
for the given command name.
-
Field Details
-
EHLO
-
HELO
-
AUTH
-
MAIL
-
RCPT
-
DATA
-
NOOP
-
RSET
-
EXPN
-
VRFY
-
HELP
-
QUIT
-
EMPTY
-
COMMANDS
-
name
-
-
Constructor Details
-
SmtpCommand
-
-
Method Details