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.PendingWritepublic TcpConnection.PendingWrite doWrite(TcpConnection.ConnectionInfo info)
doWrite in class TcpConnection.PendingWritepublic void release()
release in class TcpConnection.PendingWritepublic void run()
run in interface java.lang.Runnable