Class DefaultSmtpRequest

java.lang.Object
io.netty.handler.codec.smtp.DefaultSmtpRequest
All Implemented Interfaces:
SmtpRequest

@UnstableApi public final class DefaultSmtpRequest extends Object implements SmtpRequest
Default SmtpRequest implementation.
  • Field Details

  • Constructor Details

    • DefaultSmtpRequest

      public DefaultSmtpRequest(SmtpCommand command)
      Creates a new instance with the given command and no parameters.
    • DefaultSmtpRequest

      public DefaultSmtpRequest(SmtpCommand command, CharSequence... parameters)
      Creates a new instance with the given command and parameters.
    • DefaultSmtpRequest

      public DefaultSmtpRequest(CharSequence command, CharSequence... parameters)
      Creates a new instance with the given command and parameters.
    • DefaultSmtpRequest

      DefaultSmtpRequest(SmtpCommand command, List<CharSequence> parameters)
  • Method Details