public final class SslCloseCompletionEvent extends SslCompletionEvent
| Modifier and Type | Field and Description |
|---|---|
static SslCloseCompletionEvent |
SUCCESS |
| Constructor and Description |
|---|
SslCloseCompletionEvent(java.lang.Throwable cause)
Creates a new event that indicates an close_notify was not received because of an previous error.
|
cause, isSuccess, toStringpublic static final SslCloseCompletionEvent SUCCESS
public SslCloseCompletionEvent(java.lang.Throwable cause)
SUCCESS to indicate a success.Copyright © 2008–2018 The Netty Project. All rights reserved.