public final class SslHandshakeCompletionEvent extends SslCompletionEvent
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
Copyright © 2008–2017 The Netty Project. All rights reserved.