public class TcpConnection.PendingBufferWrite extends TcpConnection.PendingWrite
| Constructor and Description |
|---|
PendingBufferWrite(ActorRef commander,
ByteString remainingData,
java.lang.Object ack,
java.nio.ByteBuffer buffer,
Tcp.WriteCommand tail) |
| Modifier and Type | Method and Description |
|---|---|
ActorRef |
commander() |
TcpConnection.PendingWrite |
doWrite(TcpConnection.ConnectionInfo info) |
void |
release() |
public PendingBufferWrite(ActorRef commander, ByteString remainingData, java.lang.Object ack, java.nio.ByteBuffer buffer, 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.PendingWrite