JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
io.netty.handler.codec.smtp
SmtpResponse
Contents
Description
Method Summary
Method Details
code()
details()
Hide sidebar
Show sidebar
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.
List
<
CharSequence
>
details
()
Returns the details if any.
Method Details
code
int
code
()
Returns the response code.
details
List
<
CharSequence
>
details
()
Returns the details if any.