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.
|
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.