akka.io
Class TcpConnection.EndOfStream$

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

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


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

Constructor Detail

TcpConnection.EndOfStream$

public TcpConnection.EndOfStream$()