public final class SslHandshakeCompletionEvent extends SslCompletionEvent
Modifier and Type | Field and Description |
---|---|
static SslHandshakeCompletionEvent |
SUCCESS |
Constructor and Description |
---|
SslHandshakeCompletionEvent(java.lang.Throwable cause)
创建一个指示不成功握手的新事件。
|
cause, isSuccess, toString
public static final SslHandshakeCompletionEvent SUCCESS
public SslHandshakeCompletionEvent(java.lang.Throwable cause)
SUCCESS
表示握手成功。
Copyright © 2008–2018 The Netty Project. All rights reserved.