@UnstableApi
public interface SmtpRequest
| Modifier and Type | Method and Description |
|---|---|
SmtpCommand |
command()
Returns the
SmtpCommand that belongs to the request. |
List<CharSequence> |
parameters()
Returns a
List which holds all the parameters of a request, which may be an empty list. |
SmtpCommand command()
SmtpCommand that belongs to the request.List<CharSequence> parameters()
List which holds all the parameters of a request, which may be an empty list.Copyright © 2008–2017 The Netty Project. All rights reserved.