- All Implemented Interfaces:
- NoSerializationVerificationNeeded, SelectionHandler.HasFailureMessage, Tcp.Command, Tcp.Message, java.io.Serializable, scala.Equals, scala.Product
- Enclosing class:
- Tcp
public static class Tcp.SuspendReading$
extends java.lang.Object
implements Tcp.Command, scala.Product, scala.Serializable
Sending this command to the connection actor will disable reading from the TCP
socket. TCP flow-control will then propagate backpressure to the sender side
as buffers fill up on either end. To re-enable reading send ResumeReading
.
- See Also:
- Serialized Form