Package akka.io
Class UdpConnectedManager
- java.lang.Object
-
- akka.io.SelectionHandler.SelectorBasedManager
-
- akka.io.UdpConnectedManager
-
- All Implemented Interfaces:
Actor
public class UdpConnectedManager extends SelectionHandler.SelectorBasedManager
INTERNAL API
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface akka.actor.Actor
Actor.emptyBehavior$, Actor.ignoringBehavior$
-
-
Constructor Summary
Constructors Constructor Description UdpConnectedManager(UdpConnectedExt udpConn)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit>
receive()
Scala API: This defines the initial actor behavior, it must return a partial function with the actor logic.-
Methods inherited from class akka.io.SelectionHandler.SelectorBasedManager
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, context, selectorPool, self, supervisorStrategy, workerForCommandHandler
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.actor.Actor
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, postRestart, postStop, preRestart, preStart, sender, unhandled
-
-
-
-
Constructor Detail
-
UdpConnectedManager
public UdpConnectedManager(UdpConnectedExt udpConn)
-
-
Method Detail
-
receive
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
Description copied from interface:Actor
Scala API: This defines the initial actor behavior, it must return a partial function with the actor logic.- Returns:
- (undocumented)
-
-