Packages

o

akka.io.UdpConnected

ResumeReading

object ResumeReading extends Command with Product with Serializable

This message must be sent to the listener actor to re-enable reading from the socket after a SuspendReading command.

Source
UdpConnected.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ResumeReading
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Command
  7. Message
  8. HasFailureMessage
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def failureMessage: CommandFailed
    Definition Classes
    Command → HasFailureMessage