Class Tcp.SuspendReading
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 Tcp.ResumeReading.
Implements
Inherited Members
Namespace: Akka.IO
Assembly: Akka.dll
Syntax
public class SuspendReading : Tcp.Command, INoSerializationVerificationNeeded
Fields
| Improve this Doc View SourceInstance
TBD
Declaration
public static readonly Tcp.SuspendReading Instance
Field Value
Type | Description |
---|---|
Tcp.SuspendReading |