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