@UnstableApi
public interface SmtpRequest
Modifier and Type | Method and Description |
---|---|
SmtpCommand |
command()
返回属于请求的 SmtpCommand 。
|
java.util.List<java.lang.CharSequence> |
parameters()
返回一个
List ,它包含请求的所有参数,可能是一个空列表。
|
SmtpCommand command()
SmtpCommand
。
java.util.List<java.lang.CharSequence> parameters()
List
,它包含请求的所有参数,可能是一个空列表。
Copyright © 2008–2018 The Netty Project. All rights reserved.