akka.remote.transport
Class Transport$

java.lang.Object
  extended by akka.remote.transport.Transport$

public class Transport$
extends java.lang.Object


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

Constructor Detail

Transport$

public Transport$()