final case class Bind(handler: ActorRef, localAddress: InetSocketAddress, options: Traversable[SocketOption] = Nil) extends Command with Product with Serializable
Ordering
- Alphabetic
- By Inheritance
Inherited
- Bind
- Serializable
- Product
- Equals
- Command
- Message
- HasFailureMessage
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new Bind(handler: ActorRef, localAddress: InetSocketAddress, options: Traversable[SocketOption] = Nil)
Value Members
- def failureMessage: CommandFailed
- Definition Classes
- Command → HasFailureMessage
- val handler: ActorRef
- val localAddress: InetSocketAddress
- val options: Traversable[SocketOption]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
Send this message to the UdpExt#manager in order to bind to the given local port (or an automatically assigned one if the port number is zero). The listener actor for the newly bound port will reply with a Bound message, or the manager will reply with a CommandFailed message.