public abstract class SslCompletionEvent
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.lang.Throwable |
cause ()
|
boolean |
isSuccess ()
Return
true if the completion was successful |
java.lang.String |
toString () |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic final boolean isSuccess()
true if the completion was successfulpublic final java.lang.Throwable cause()
public final java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2008–2018 The Netty Project. All rights reserved.