public class TcpConnection.PendingWriteFile extends TcpConnection.PendingWrite implements java.lang.Runnable
Constructor and Description |
---|
PendingWriteFile(ActorRef commander,
java.nio.channels.FileChannel fileChannel,
long offset,
long remaining,
Tcp.Event ack,
Tcp.WriteCommand tail) |
Modifier and Type | Method and Description |
---|---|
ActorRef |
commander() |
TcpConnection.PendingWrite |
doWrite(TcpConnection.ConnectionInfo info) |
void |
release() |
void |
run() |
public PendingWriteFile(ActorRef commander, java.nio.channels.FileChannel fileChannel, long offset, long remaining, Tcp.Event ack, Tcp.WriteCommand tail)
public ActorRef commander()
commander
in class TcpConnection.PendingWrite
public TcpConnection.PendingWrite doWrite(TcpConnection.ConnectionInfo info)
doWrite
in class TcpConnection.PendingWrite
public void release()
release
in class TcpConnection.PendingWrite
public void run()
run
in interface java.lang.Runnable