public abstract class SslCompletionEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.Throwable |
cause |
Constructor and Description |
---|
SslCompletionEvent() |
SslCompletionEvent(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
cause()
|
boolean |
isSuccess()
Return
true if the completion was successful |
java.lang.String |
toString() |