object Udp
- Source
- Udp.scala
- Alphabetic
- By Inheritance
- Udp
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def bindFlow(localAddress: InetSocketAddress, options: Iterable[SocketOption], system: ActorSystem): Flow[Datagram, Datagram, Future[InetSocketAddress]]
Creates a flow that upon materialization binds to the given
localAddress
.Creates a flow that upon materialization binds to the given
localAddress
. All incoming messages to thelocalAddress
are emitted from the flow. All incoming messages to the flow are sent to the remote address contained in the message.- localAddress
UDP socket address
- options
UDP socket options
- system
the actor system
- def bindFlow(localAddress: InetSocketAddress, options: Iterable[SocketOption])(implicit system: ClassicActorSystemProvider): Flow[Datagram, Datagram, Future[InetSocketAddress]]
Creates a flow that upon materialization binds to the given
localAddress
.Creates a flow that upon materialization binds to the given
localAddress
. All incoming messages to thelocalAddress
are emitted from the flow. All incoming messages to the flow are sent to the remote address contained in the message.- localAddress
UDP socket address
- options
UDP socket options
- system
implicit actor system
- def bindFlow(localAddress: InetSocketAddress, system: ActorSystem): Flow[Datagram, Datagram, Future[InetSocketAddress]]
Creates a flow that upon materialization binds to the given
localAddress
.Creates a flow that upon materialization binds to the given
localAddress
. All incoming messages to thelocalAddress
are emitted from the flow. All incoming messages to the flow are sent to the remote address contained in the message.- localAddress
UDP socket address
- system
the actor system
- def bindFlow(localAddress: InetSocketAddress)(implicit system: ClassicActorSystemProvider): Flow[Datagram, Datagram, Future[InetSocketAddress]]
Creates a flow that upon materialization binds to the given
localAddress
.Creates a flow that upon materialization binds to the given
localAddress
. All incoming messages to thelocalAddress
are emitted from the flow. All incoming messages to the flow are sent to the remote address contained in the message.- localAddress
UDP socket address
- system
implicit actor system
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def sendFlow(options: Iterable[SocketOption], system: ActorSystem): Flow[Datagram, Datagram, NotUsed]
Creates a flow that will send all incoming [UdpMessage] messages to the remote address contained in the message.
Creates a flow that will send all incoming [UdpMessage] messages to the remote address contained in the message. All incoming messages are also emitted from the flow for subsequent processing.
- options
UDP socket options
- system
the actor system
- def sendFlow(options: Iterable[SocketOption])(implicit system: ClassicActorSystemProvider): Flow[Datagram, Datagram, NotUsed]
Creates a flow that will send all incoming [UdpMessage] messages to the remote address contained in the message.
Creates a flow that will send all incoming [UdpMessage] messages to the remote address contained in the message. All incoming messages are also emitted from the flow for subsequent processing.
- options
UDP socket options
- system
implicit actor system
- def sendFlow(system: ActorSystem): Flow[Datagram, Datagram, NotUsed]
Creates a flow that will send all incoming [UdpMessage] messages to the remote address contained in the message.
Creates a flow that will send all incoming [UdpMessage] messages to the remote address contained in the message. All incoming messages are also emitted from the flow for subsequent processing.
- system
the actor system
- def sendFlow()(implicit system: ClassicActorSystemProvider): Flow[Datagram, Datagram, NotUsed]
Creates a flow that will send all incoming [UdpMessage] messages to the remote address contained in the message.
Creates a flow that will send all incoming [UdpMessage] messages to the remote address contained in the message. All incoming messages are also emitted from the flow for subsequent processing.
- system
implicit actor system
- def sendSink(options: Iterable[SocketOption], system: ActorSystem): Sink[Datagram, NotUsed]
Creates a sink that will send all incoming [UdpMessage] messages to the remote address contained in the message.
Creates a sink that will send all incoming [UdpMessage] messages to the remote address contained in the message.
- options
UDP socket options
- system
the actor system
- def sendSink(options: Iterable[SocketOption])(implicit system: ClassicActorSystemProvider): Sink[Datagram, NotUsed]
Creates a sink that will send all incoming [UdpMessage] messages to the remote address contained in the message.
Creates a sink that will send all incoming [UdpMessage] messages to the remote address contained in the message.
- options
UDP socket options
- system
implicit actor system
- def sendSink(system: ActorSystem): Sink[Datagram, NotUsed]
Creates a sink that will send all incoming [UdpMessage] messages to the remote address contained in the message.
Creates a sink that will send all incoming [UdpMessage] messages to the remote address contained in the message.
- system
the actor system
- def sendSink()(implicit system: ClassicActorSystemProvider): Sink[Datagram, NotUsed]
Creates a sink that will send all incoming [UdpMessage] messages to the remote address contained in the message.
Creates a sink that will send all incoming [UdpMessage] messages to the remote address contained in the message.
- system
implicit actor system
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()