SslCompletionEvent

cc.otavia.handler.ssl.SslCompletionEvent
abstract class SslCompletionEvent(val cause: Option[Throwable])

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def isSuccess: Boolean

Return true if the completion was successful

Return true if the completion was successful

Attributes

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

val cause: Option[Throwable]