akka.remote.transport
Class ProtocolStateActor.Closed$

java.lang.Object
  extended by akka.remote.transport.ProtocolStateActor.Closed$
All Implemented Interfaces:
ProtocolStateActor.AssociationState, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
ProtocolStateActor

public static class ProtocolStateActor.Closed$
extends java.lang.Object
implements ProtocolStateActor.AssociationState, scala.Product, scala.Serializable

See Also:
Serialized Form

Field Summary
static ProtocolStateActor.Closed$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
ProtocolStateActor.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 scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

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

Constructor Detail

ProtocolStateActor.Closed$

public ProtocolStateActor.Closed$()