Class UdpConnected.ResumeReading$

java.lang.Object
org.apache.pekko.io.UdpConnected.ResumeReading$
All Implemented Interfaces:
Serializable, org.apache.pekko.io.SelectionHandler.HasFailureMessage, UdpConnected.Command, UdpConnected.Message, scala.Equals, scala.Product
Enclosing class:
UdpConnected

public static class UdpConnected.ResumeReading$ extends Object implements UdpConnected.Command, scala.Product, Serializable
This message must be sent to the listener actor to re-enable reading from the socket after a SuspendReading command.
See Also:
  • Field Details

  • Constructor Details

    • ResumeReading$

      public ResumeReading$()
  • Method Details

    • productPrefix

      public String productPrefix()
      Specified by:
      productPrefix in interface scala.Product
    • productArity

      public int productArity()
      Specified by:
      productArity in interface scala.Product
    • productElement

      public Object productElement(int x$1)
      Specified by:
      productElement in interface scala.Product
    • productIterator

      public scala.collection.Iterator<Object> productIterator()
      Specified by:
      productIterator in interface scala.Product
    • canEqual

      public boolean canEqual(Object x$1)
      Specified by:
      canEqual in interface scala.Equals
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object