public final class SslCloseCompletionEvent extends SslCompletionEvent
| Modifier and Type | Field and Description |
|---|---|
static SslCloseCompletionEvent |
SUCCESS |
| Constructor and Description |
|---|
SslCloseCompletionEvent(java.lang.Throwable cause)
创建一个新事件,指示由于先前的错误而未收到close_notify。
|
cause, isSuccess, toStringpublic static final SslCloseCompletionEvent SUCCESS
public SslCloseCompletionEvent(java.lang.Throwable cause)
SUCCESS表示成功。
Copyright © 2008–2018 The Netty Project. All rights reserved.