public final class SslHandshakeCompletionEvent extends Object
Modifier and Type | Field and Description |
---|---|
static SslHandshakeCompletionEvent |
SUCCESS |
Constructor and Description |
---|
SslHandshakeCompletionEvent(Throwable cause)
Creates a new event that indicates an unsuccessful handshake.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
cause()
|
boolean |
isSuccess()
Return
true if the handshake was successful |
String |
toString() |
public static final SslHandshakeCompletionEvent SUCCESS
Copyright © 2008–2018 The Netty Project. All rights reserved.