public final class SslHandshakeCompletionEvent extends SslCompletionEvent
Modifier and Type | Field and Description |
---|---|
static SslHandshakeCompletionEvent |
SUCCESS |
Constructor and Description |
---|
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.Copyright © 2008–2018 The Netty Project. All rights reserved.