case classConnect(handler: ActorRef, remoteAddress: InetSocketAddress, localAddress: Option[InetSocketAddress] = scala.None, options: Traversable[SocketOption] = immutable.this.Nil) extends Command with Product with Serializable
Send this message to the UdpExt#manager in order to bind to a local
port (optionally with the chosen localAddress) and create a UDP socket
which is restricted to sending to and receiving from the given remoteAddress.
All received datagrams will be sent to the designated handler actor.
Linear Supertypes
Serializable, Serializable, Product, Equals, Command, Message, HasFailureMessage, AnyRef, Any
Send this message to the UdpExt#manager in order to bind to a local port (optionally with the chosen
localAddress
) and create a UDP socket which is restricted to sending to and receiving from the givenremoteAddress
. All received datagrams will be sent to the designatedhandler
actor.