Package akka.io
Class UdpExt
- java.lang.Object
-
- akka.io.UdpExt
-
- All Implemented Interfaces:
Extension
,IO.Extension
public class UdpExt extends java.lang.Object implements IO.Extension
-
-
Constructor Summary
Constructors Constructor Description UdpExt(ExtendedActorSystem system)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ActorRef
getManager()
Java API: retrieve the UDP manager actor’s reference.ActorRef
manager()
akka.io.Udp.UdpSettings
settings()
-
-
-
Constructor Detail
-
UdpExt
public UdpExt(ExtendedActorSystem system)
-
-
Method Detail
-
getManager
public ActorRef getManager()
Java API: retrieve the UDP manager actor’s reference.
-
manager
public ActorRef manager()
- Specified by:
manager
in interfaceIO.Extension
-
settings
public akka.io.Udp.UdpSettings settings()
-
-