case object SuspendReading extends Command with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- SuspendReading
- Serializable
- Product
- Equals
- Command
- Message
- HasFailureMessage
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Send this message to a listener actor (which sent a Udp.Bound message) to have it stop reading datagrams from the network. If the O/S kernel’s receive buffer runs full then subsequent datagrams will be silently discarded. Re-enable reading from the socket using the
ResumeReading
command.