@UnstableApi
public interface SmtpResponse
Modifier and Type | Method and Description |
---|---|
int |
code()
Returns the response code.
|
java.util.List<java.lang.CharSequence> |
details()
Returns the details if any.
|
Copyright © 2008–2019 The Netty Project. All rights reserved.