Package io.netty.handler.codec.smtp
Interface SmtpResponse
-
- All Known Implementing Classes:
DefaultSmtpResponse
@UnstableApi public interface SmtpResponse
A SMTP response
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
code()
Returns the response code.java.util.List<java.lang.CharSequence>
details()
Returns the details if any.
-