Packages

o

akka.io.Tcp

ResumeReading

object ResumeReading extends Command with DeadLetterSuppression with Product with Serializable

This command needs to be sent to the connection actor after a SuspendReading command in order to resume reading from the socket.

(This message is marked with DeadLetterSuppression as it is prone to end up in DeadLetters when the connection is torn down at the same time as the user wants to resume reading on that connection.)

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

Value Members

  1. def failureMessage: CommandFailed
    Definition Classes
    Command → HasFailureMessage