object Write extends Serializable
- Source
- Tcp.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Write
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- def apply(data: ByteString): Write
Create a new unacknowledged Write command with the given data.
- val empty: Write
The empty Write doesn't write anything and isn't acknowledged.
The empty Write doesn't write anything and isn't acknowledged. It will, however, be denied and sent back with
CommandFailed
if the connection isn't currently ready to send any data (because another WriteCommand is still pending).