akka.io
Class Udp.SuspendReading$

java.lang.Object
  extended by akka.io.Udp.SuspendReading$
All Implemented Interfaces:
akka.io.SelectionHandler.HasFailureMessage, Udp.Command, Udp.Message, java.io.Serializable, scala.Equals, scala.Product
Enclosing class:
Udp

public static class Udp.SuspendReading$
extends java.lang.Object
implements Udp.Command, scala.Product, scala.Serializable

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.

See Also:
Serialized Form

Constructor Summary
Udp.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.Udp.Command
failureMessage
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Constructor Detail

Udp.SuspendReading$

public Udp.SuspendReading$()