akka.io
Class Tcp.PeerClosed$

java.lang.Object
  extended by akka.io.Tcp.PeerClosed$
All Implemented Interfaces:
DeadLetterSuppression, NoSerializationVerificationNeeded, Tcp.ConnectionClosed, Tcp.Event, Tcp.Message, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Tcp

public static class Tcp.PeerClosed$
extends java.lang.Object
implements Tcp.ConnectionClosed, scala.Product, scala.Serializable

The peer has closed its writing half of the connection.

See Also:
Serialized Form

Field Summary
static Tcp.PeerClosed$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Tcp.PeerClosed$()
           
 
Method Summary
 boolean isPeerClosed()
          true iff the connection has been closed by the peer; in case keepOpenOnPeerClosed is in effect as per the Tcp.Register command, this connection’s reading half is now closed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.io.Tcp.ConnectionClosed
getErrorCause, isAborted, isConfirmed, isErrorClosed
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

public static final Tcp.PeerClosed$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Tcp.PeerClosed$

public Tcp.PeerClosed$()
Method Detail

isPeerClosed

public boolean isPeerClosed()
Description copied from interface: Tcp.ConnectionClosed
true iff the connection has been closed by the peer; in case keepOpenOnPeerClosed is in effect as per the Tcp.Register command, this connection’s reading half is now closed.

Specified by:
isPeerClosed in interface Tcp.ConnectionClosed
Returns:
(undocumented)