case object PeerClosed extends ConnectionClosed with Product with Serializable
- Alphabetic
 - By Inheritance
 
- PeerClosed
 - 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]) @HotSpotIntrinsicCandidate() @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
 - @HotSpotIntrinsicCandidate() @native()
 
 -    def getErrorCause: String
If
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: Boolean
trueiff the connection has been closed in response to anAbortcommand.trueiff the connection has been closed in response to anAbortcommand.- Definition Classes
 - ConnectionClosed
 
 -    def isConfirmed: Boolean
trueiff 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: Boolean
trueiff 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: Boolean
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.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
 - PeerClosed → ConnectionClosed
 
 -   final  def ne(arg0: AnyRef): Boolean
- Definition Classes
 - AnyRef
 
 -   final  def notify(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @native()
 
 -   final  def notifyAll(): Unit
- Definition Classes
 - AnyRef
 - Annotations
 - @HotSpotIntrinsicCandidate() @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])