Class SmtpCommand
java.lang.Object
io.netty.handler.codec.smtp.SmtpCommand
The command part of a
SmtpRequest.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommandstatic final SmtpCommand -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()name()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
-
-
Method Details
-
valueOf
Returns theSmtpCommandfor the given command name. -
name
Return the command name. -
hashCode
-
equals
-
toString
-