软件包 | 描述 |
---|---|
io.netty.handler.codec.smtp |
SMTP编解码器。
|
Modifier and Type | Field and Description |
---|---|
static SmtpCommand |
SmtpCommand.DATA |
static SmtpCommand |
SmtpCommand.EHLO |
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 |
Modifier and Type | Method and Description |
---|---|
SmtpCommand |
SmtpRequest.command()
返回属于请求的 SmtpCommand 。
|
SmtpCommand |
DefaultSmtpRequest.command() |
static SmtpCommand |
SmtpCommand.valueOf(java.lang.CharSequence commandName)
返回给定命令名称的 SmtpCommand 。
|
Constructor and Description |
---|
DefaultSmtpRequest(SmtpCommand command)
使用给定的命令并且没有参数创建一个新的实例。
|
DefaultSmtpRequest(SmtpCommand command, java.lang.CharSequence... parameters)
用给定的命令和参数创建一个新实例。
|
Copyright © 2008–2018 The Netty Project. All rights reserved.