final case class Received(data: ByteString) extends Event with Product with Serializable
Whenever data are read from a socket they will be transferred within this class to the handler actor which was designated in the Register message.
- Source
- Tcp.scala
Linear Supertypes
Type Hierarchy
Ordering
- Alphabetic
- By Inheritance
Inherited
- Received
- Serializable
- Serializable
- Product
- Equals
- Event
- Message
- NoSerializationVerificationNeeded
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new Received(data: ByteString)
Value Members
- val data: ByteString