SslCloseCompletion

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

Event that is fired once the close_notify was received or if an failure happens before it was received.

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