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 |
public static final SslHandshakeCompletionEvent SUCCESS
public boolean isSuccess()
true
if the handshake was successfulpublic Throwable cause()
Copyright © 2008–2015 The Netty Project. All rights reserved.