public static class Udp.SuspendReading$ extends java.lang.Object implements Udp.Command, scala.Product, scala.Serializable
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.| Modifier and Type | Field and Description |
|---|---|
static Udp.SuspendReading$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
| Constructor and Description |
|---|
SuspendReading$() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfailureMessagepublic static final Udp.SuspendReading$ MODULE$