public final class SslCloseCompletionEvent extends SslCompletionEvent
限定符和类型 | 字段和说明 |
---|---|
static SslCloseCompletionEvent |
SUCCESS |
构造器和说明 |
---|
SslCloseCompletionEvent(java.lang.Throwable cause)
Creates a new event that indicates an close_notify was not received because of an previous error.
|
cause, isSuccess, toString
public static final SslCloseCompletionEvent SUCCESS
public SslCloseCompletionEvent(java.lang.Throwable cause)
SUCCESS
to indicate a success.