akka.io
Class TcpConnection.AllRead$

java.lang.Object
  extended by akka.io.TcpConnection.AllRead$
All Implemented Interfaces:
TcpConnection.ReadResult
Enclosing class:
TcpConnection

public static class TcpConnection.AllRead$
extends java.lang.Object
implements TcpConnection.ReadResult


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

Constructor Detail

TcpConnection.AllRead$

public TcpConnection.AllRead$()