akka.io
Class TcpConnection.PendingWrite

java.lang.Object
  extended by akka.io.TcpConnection.PendingWrite
Direct Known Subclasses:
TcpConnection.EmptyPendingWrite$, TcpConnection.PendingBufferWrite, TcpConnection.PendingWriteFile
Enclosing class:
TcpConnection

public abstract static class TcpConnection.PendingWrite
extends java.lang.Object


Constructor Summary
TcpConnection.PendingWrite()
           
 
Method Summary
abstract  ActorRef commander()
           
abstract  TcpConnection.PendingWrite doWrite(TcpConnection.ConnectionInfo info)
           
abstract  void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpConnection.PendingWrite

public TcpConnection.PendingWrite()
Method Detail

commander

public abstract ActorRef commander()

doWrite

public abstract TcpConnection.PendingWrite doWrite(TcpConnection.ConnectionInfo info)

release

public abstract void release()