akka.remote
Class AckedSendBuffer$

java.lang.Object
  extended by akka.remote.AckedSendBuffer$
All Implemented Interfaces:
java.io.Serializable

public class AckedSendBuffer$
extends java.lang.Object
implements scala.Serializable

See Also:
Serialized Form

Field Summary
static AckedSendBuffer$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
AckedSendBuffer$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MODULE$

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

Constructor Detail

AckedSendBuffer$

public AckedSendBuffer$()