Class SmtpCommand
java.lang.Object
io.netty.handler.codec.smtp.SmtpCommand
The command part of a
SmtpRequest.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SmtpCommandprivate static final Map<String, SmtpCommand> static final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandprivate final AsciiStringstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommand -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) voidbooleaninthashCode()(package private) booleanname()Return the command name.toString()static SmtpCommandvalueOf(CharSequence commandName) Returns theSmtpCommandfor 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
-
valueOf
Returns theSmtpCommandfor the given command name. -
name
Return the command name. -
encode
-
isContentExpected
boolean isContentExpected() -
hashCode
-
equals
-
toString
-