case object Unbind extends Command with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Unbind
- Serializable
- Product
- Equals
- Command
- HasFailureMessage
- Message
- NoSerializationVerificationNeeded
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
In order to close down a listening socket, send this message to that socket’s actor (that is the actor which previously had sent the Bound message). The listener socket actor will reply with a Unbound message.