Packages

t

akka.io.Tcp

ConnectionClosed

sealed trait ConnectionClosed extends Event with DeadLetterSuppression

This is the common interface for all events which indicate that a connection has been closed or half-closed.

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ConnectionClosed
  2. DeadLetterSuppression
  3. Event
  4. Message
  5. NoSerializationVerificationNeeded
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  9. def getErrorCause: String

    If isErrorClosed returns true, then the error condition can be retrieved by this method.

  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  11. def isAborted: Boolean

    true iff the connection has been closed in response to an Abort command.

  12. def isConfirmed: Boolean

    true iff the connection has been fully closed in response to a ConfirmedClose command.

  13. def isErrorClosed: Boolean

    true iff the connection has been closed due to an IO error.

  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isPeerClosed: Boolean

    true iff the connection has been closed by the peer; in case keepOpenOnPeerClosed is in effect as per the Register command, this connection’s reading half is now closed.

  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  19. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  20. def toString(): String
    Definition Classes
    AnyRef → Any
  21. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  22. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from DeadLetterSuppression

Inherited from Event

Inherited from Message

Inherited from AnyRef

Inherited from Any

Ungrouped