public class UdpConnectedManager extends SelectionHandler.SelectorBasedManager
Actor.emptyBehavior$, Actor.ignoringBehavior$
Constructor and Description |
---|
UdpConnectedManager(UdpConnectedExt udpConn) |
Modifier and Type | Method and Description |
---|---|
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive()
This defines the initial actor behavior, it must return a partial function
with the actor logic.
|
context, selectorPool, self, supervisorStrategy, workerForCommandHandler
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, postRestart, postStop, preRestart, preStart, sender, unhandled
public UdpConnectedManager(UdpConnectedExt udpConn)
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Actor