Class DefaultSmtpResponse

java.lang.Object
io.netty.handler.codec.smtp.DefaultSmtpResponse
All Implemented Interfaces:
SmtpResponse

@UnstableApi public final class DefaultSmtpResponse extends Object implements SmtpResponse
Default SmtpResponse implementation.
  • Constructor Details

    • DefaultSmtpResponse

      public DefaultSmtpResponse(int code)
      Creates a new instance with the given smtp code and no details.
    • DefaultSmtpResponse

      public DefaultSmtpResponse(int code, CharSequence... details)
      Creates a new instance with the given smtp code and details.
  • Method Details