Package io.netty.handler.codec.smtp
Interface SmtpRequest
- All Known Implementing Classes:
DefaultSmtpRequest
An SMTP request.
-
Method Summary
Modifier and TypeMethodDescriptioncommand()
Returns theSmtpCommand
that belongs to the request.Returns aList
which holds all the parameters of a request, which may be an empty list.
-
Method Details
-
command
SmtpCommand command()Returns theSmtpCommand
that belongs to the request. -
parameters
List<CharSequence> parameters()Returns aList
which holds all the parameters of a request, which may be an empty list.
-