public static class Tcp.ResumeWriting$ extends java.lang.Object implements Tcp.Command, scala.Product, scala.Serializable
useResumeWriting
is in effect as was indicated in the Tcp.Register
message
then this command needs to be sent to the connection actor in order to re-enable
writing after a Tcp.CommandFailed
event. All Tcp.WriteCommand
processed by the
connection actor between the first Tcp.CommandFailed
and subsequent reception of
this message will also be rejected with Tcp.CommandFailed
.Modifier and Type | Field and Description |
---|---|
static Tcp.ResumeWriting$ |
MODULE$
Static reference to the singleton instance of this Scala object.
|
Constructor and Description |
---|
ResumeWriting$() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
failureMessage
public static final Tcp.ResumeWriting$ MODULE$