Interface SmtpRequest
- All Known Implementing Classes:
DefaultSmtpRequest
An SMTP request.
-
Method Summary
Modifier and TypeMethodDescriptioncommand()Returns theSmtpCommandthat belongs to the request.Returns aListwhich holds all the parameters of a request, which may be an empty list.
-
Method Details
-
command
SmtpCommand command()Returns theSmtpCommandthat belongs to the request. -
parameters
List<CharSequence> parameters()Returns aListwhich holds all the parameters of a request, which may be an empty list.
-