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