case object Aborted extends ConnectionClosed with Product with Serializable
- Alphabetic
- By Inheritance
- Aborted
- Serializable
- Product
- Equals
- ConnectionClosed
- DeadLetterSuppression
- Event
- Message
- NoSerializationVerificationNeeded
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
-   final  def !=(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def ##: Int- Definition Classes
- AnyRef → Any
 
-   final  def ==(arg0: Any): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def asInstanceOf[T0]: T0- Definition Classes
- Any
 
-    def clone(): AnyRef- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
 
-   final  def eq(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-    def equals(arg0: AnyRef): Boolean- Definition Classes
- AnyRef → Any
 
-   final  def getClass(): Class[_ <: AnyRef]- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
 
-    def getErrorCause: StringIf isErrorClosedreturns true, then the error condition can be retrieved by this method.If isErrorClosedreturns true, then the error condition can be retrieved by this method.- Definition Classes
- ConnectionClosed
 
-    def isAborted: Booleantrueiff the connection has been closed in response to anAbortcommand.trueiff the connection has been closed in response to anAbortcommand.- Definition Classes
- Aborted → ConnectionClosed
 
-    def isConfirmed: Booleantrueiff the connection has been fully closed in response to aConfirmedClosecommand.trueiff the connection has been fully closed in response to aConfirmedClosecommand.- Definition Classes
- ConnectionClosed
 
-    def isErrorClosed: Booleantrueiff the connection has been closed due to an IO error.trueiff the connection has been closed due to an IO error.- Definition Classes
- ConnectionClosed
 
-   final  def isInstanceOf[T0]: Boolean- Definition Classes
- Any
 
-    def isPeerClosed: Booleantrueiff the connection has been closed by the peer; in casekeepOpenOnPeerClosedis in effect as per the Register command, this connection’s reading half is now closed.trueiff the connection has been closed by the peer; in casekeepOpenOnPeerClosedis in effect as per the Register command, this connection’s reading half is now closed.- Definition Classes
- ConnectionClosed
 
-   final  def ne(arg0: AnyRef): Boolean- Definition Classes
- AnyRef
 
-   final  def notify(): Unit- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
 
-   final  def notifyAll(): Unit- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
 
-    def productElementName(n: Int): String- Definition Classes
- Product
 
-    def productElementNames: Iterator[String]- Definition Classes
- Product
 
-   final  def synchronized[T0](arg0: => T0): T0- Definition Classes
- AnyRef
 
-   final  def wait(arg0: Long, arg1: Int): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
 
-   final  def wait(arg0: Long): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
 
-   final  def wait(): Unit- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])