Connect

@nowarn("msg=deprecated")
final case class Connect(handler: ActorRef, remoteAddress: InetSocketAddress, localAddress: Option[InetSocketAddress], options: Iterable[SocketOption]) extends Command

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.

Source:
UdpConnected.scala
trait Serializable
trait Product
trait Equals
trait Command
trait Message
trait HasFailureMessage
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
Command
Source:
UdpConnected.scala
Inherited from:
Product