akka.io
Class Tcp.Closed$

java.lang.Object
  extended by akka.io.Tcp.Closed$
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.Closed$
extends java.lang.Object
implements Tcp.ConnectionClosed, scala.Product, scala.Serializable

The connection has been closed normally in response to a Close command.

See Also:
Serialized Form

Field Summary
static Tcp.Closed$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
Tcp.Closed$()
           
 
Method Summary
 
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, isPeerClosed
 
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.Closed$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

Tcp.Closed$

public Tcp.Closed$()