Packages

o

akka.io.UdpConnected

Disconnect

object Disconnect extends Command with Product with Serializable

Send this message to a connection actor (which had previously sent the Connected message) in order to close the socket. The connection actor will reply with a Disconnected message.

Source
UdpConnected.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Disconnect
  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