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