Interface SmtpRequest

All Known Implementing Classes:
DefaultSmtpRequest

@UnstableApi public interface SmtpRequest
An SMTP request.
  • Method Details

    • command

      SmtpCommand command()
      Returns the SmtpCommand that belongs to the request.
    • parameters

      List<CharSequence> parameters()
      Returns a List which holds all the parameters of a request, which may be an empty list.