程序包 | 说明 |
---|---|
io.netty.handler.codec.smtp |
SMTP codec.
|
限定符和类型 | 字段和说明 |
---|---|
static SmtpCommand |
SmtpCommand.AUTH |
static SmtpCommand |
SmtpCommand.DATA |
static SmtpCommand |
SmtpCommand.EHLO |
static SmtpCommand |
SmtpCommand.EMPTY |
static SmtpCommand |
SmtpCommand.EXPN |
static SmtpCommand |
SmtpCommand.HELO |
static SmtpCommand |
SmtpCommand.HELP |
static SmtpCommand |
SmtpCommand.MAIL |
static SmtpCommand |
SmtpCommand.NOOP |
static SmtpCommand |
SmtpCommand.QUIT |
static SmtpCommand |
SmtpCommand.RCPT |
static SmtpCommand |
SmtpCommand.RSET |
static SmtpCommand |
SmtpCommand.VRFY |
限定符和类型 | 方法和说明 |
---|---|
SmtpCommand |
SmtpRequest.command()
Returns the
SmtpCommand that belongs to the request. |
SmtpCommand |
DefaultSmtpRequest.command() |
static SmtpCommand |
SmtpCommand.valueOf(java.lang.CharSequence commandName)
Returns the
SmtpCommand for the given command name. |
构造器和说明 |
---|
DefaultSmtpRequest(SmtpCommand command)
Creates a new instance with the given command and no parameters.
|
DefaultSmtpRequest(SmtpCommand command,
java.lang.CharSequence... parameters)
Creates a new instance with the given command and parameters.
|