Package org.apache.pekko.io
Class Tcp.ResumeWriting$
java.lang.Object
org.apache.pekko.io.Tcp.ResumeWriting$
- All Implemented Interfaces:
Serializable,NoSerializationVerificationNeeded,org.apache.pekko.io.SelectionHandler.HasFailureMessage,Tcp.Command,Tcp.Message,scala.Equals,scala.Product
- Enclosing class:
- Tcp
public static class Tcp.ResumeWriting$
extends Object
implements Tcp.Command, scala.Product, Serializable
When
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.- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Tcp.ResumeWriting$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()intproductElement(int x$1) scala.collection.Iterator<Object>toString()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNamesMethods inherited from interface org.apache.pekko.io.Tcp.Command
failureMessage
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ResumeWriting$
public ResumeWriting$()
-
-
Method Details
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
hashCode
public int hashCode() -
toString
-