@UnstableApi public final class DefaultSmtpResponse extends java.lang.Object implements SmtpResponse
SmtpResponse
执行。
Constructor and Description |
---|
DefaultSmtpResponse(int code)
用给定的smtp代码创建一个新的实例,并且没有任何细节。
|
DefaultSmtpResponse(int code, java.lang.CharSequence... details)
用给定的smtp代码和细节创建一个新实例。
|
public DefaultSmtpResponse(int code)
public DefaultSmtpResponse(int code, java.lang.CharSequence... details)
public int code()
SmtpResponse
复制的描述
code
在界面
SmtpResponse
public java.util.List<java.lang.CharSequence> details()
SmtpResponse
复制的描述
details
中的
SmtpResponse
public int hashCode()
hashCode
在课堂上
java.lang.Object
public boolean equals(java.lang.Object o)
equals
在课堂上
java.lang.Object
public java.lang.String toString()
toString
在课堂上
java.lang.Object
Copyright © 2008–2018 The Netty Project. All rights reserved.