case object ResumeReading extends Command with DeadLetterSuppression with Product with Serializable
This command needs to be sent to the connection actor after a SuspendReading
command in order to resume reading from the socket.
(This message is marked with DeadLetterSuppression as it is prone to end up in DeadLetters when the connection is torn down at the same time as the user wants to resume reading on that connection.)
- Source
- Tcp.scala
- Alphabetic
- By Inheritance
- ResumeReading
- Serializable
- Product
- Equals
- DeadLetterSuppression
- Command
- HasFailureMessage
- Message
- NoSerializationVerificationNeeded
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected