public final class SslCloseCompletionEvent extends SslCompletionEvent
| Modifier and Type | Field and Description |
|---|---|
static SslCloseCompletionEvent |
SUCCESS |
| Modifier | Constructor and Description |
|---|---|
private |
SslCloseCompletionEvent()
Creates a new event that indicates a successful receiving of close_notify.
|
|
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
private SslCloseCompletionEvent()
public SslCloseCompletionEvent(java.lang.Throwable cause)
SUCCESS to indicate a success.