akka.io
Class TcpConnection$

java.lang.Object
  extended by akka.io.TcpConnection$

public class TcpConnection$
extends java.lang.Object

INTERNAL API


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

Field Detail

MODULE$

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

Constructor Detail

TcpConnection$

public TcpConnection$()
Method Detail

doNothing

public scala.Function0<scala.runtime.BoxedUnit> doNothing()