public final class SslHandshakeCompletionEvent extends SslCompletionEvent
限定符和类型 | 字段和说明 |
---|---|
static SslHandshakeCompletionEvent |
SUCCESS |
构造器和说明 |
---|
SslHandshakeCompletionEvent(java.lang.Throwable cause)
Creates a new event that indicates an unsuccessful handshake.
|
cause, isSuccess, toString
public static final SslHandshakeCompletionEvent SUCCESS
public SslHandshakeCompletionEvent(java.lang.Throwable cause)
SUCCESS
to indicate a successful handshake.