SslHandshakeCompletion

cc.otavia.handler.ssl.SslHandshakeCompletion
See theSslHandshakeCompletion companion object
class SslHandshakeCompletion(cause: Option[Throwable]) extends SslCompletionEvent

Event that is fired once the SSL handshake is complete, which may be because it was successful or there was an error.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Inherited methods

def isSuccess: Boolean

Return true if the completion was successful

Return true if the completion was successful

Attributes

Inherited from:
SslCompletionEvent
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
Inherited from:
SslCompletionEvent