akka.io
Class UdpConnected.SuspendReading$

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

public static class UdpConnected.SuspendReading$
extends java.lang.Object
implements UdpConnected.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

Field Summary
static UdpConnected.SuspendReading$ MODULE$
          Static reference to the singleton instance of this Scala object.
 
Constructor Summary
UdpConnected.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.UdpConnected.Command
failureMessage
 
Methods inherited from interface scala.Product
productArity, productElement, productIterator, productPrefix
 
Methods inherited from interface scala.Equals
canEqual, equals
 

Field Detail

MODULE$

public static final UdpConnected.SuspendReading$ MODULE$
Static reference to the singleton instance of this Scala object.

Constructor Detail

UdpConnected.SuspendReading$

public UdpConnected.SuspendReading$()