akka.io
Class Tcp.SuspendReading$

java.lang.Object
  extended by akka.io.Tcp.SuspendReading$
All Implemented Interfaces:
NoSerializationVerificationNeeded, akka.io.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

Constructor Summary
Tcp.SuspendReading$()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface akka.io.Tcp.Command
failureMessage
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Tcp.SuspendReading$

public Tcp.SuspendReading$()