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