public final class SslHandshakeCompletionEvent extends SslCompletionEvent
Modifier and Type | Field and Description |
---|---|
static SslHandshakeCompletionEvent |
SUCCESS |
Modifier | Constructor and Description |
---|---|
private |
SslHandshakeCompletionEvent()
Creates a new event that indicates a successful handshake.
|
|
SslHandshakeCompletionEvent(java.lang.Throwable cause)
Creates a new event that indicates an unsuccessful handshake.
|
cause, isSuccess, toString
public static final SslHandshakeCompletionEvent SUCCESS
private SslHandshakeCompletionEvent()
public SslHandshakeCompletionEvent(java.lang.Throwable cause)
SUCCESS
to indicate a successful handshake.