akka.io
Class TcpConnection.EmptyPendingWrite$

java.lang.Object
  extended by akka.io.TcpConnection.PendingWrite
      extended by akka.io.TcpConnection.EmptyPendingWrite$
Enclosing class:
TcpConnection

public static class TcpConnection.EmptyPendingWrite$
extends TcpConnection.PendingWrite


Field Summary
static TcpConnection.EmptyPendingWrite$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
TcpConnection.EmptyPendingWrite$()
           
 
Method Summary
 ActorRef commander()
           
 TcpConnection.PendingWrite doWrite(TcpConnection.ConnectionInfo info)
           
 void release()
           
 
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.EmptyPendingWrite$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

TcpConnection.EmptyPendingWrite$

public TcpConnection.EmptyPendingWrite$()
Method Detail

commander

public ActorRef commander()
Specified by:
commander in class TcpConnection.PendingWrite

doWrite

public TcpConnection.PendingWrite doWrite(TcpConnection.ConnectionInfo info)
Specified by:
doWrite in class TcpConnection.PendingWrite

release

public void release()
Specified by:
release in class TcpConnection.PendingWrite