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 ActorRefgetManager()Java API: retrieve the UDP manager actor’s reference.ActorRefmanager()akka.io.Udp.UdpSettingssettings() 
 - 
 
- 
- 
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:
 managerin interfaceIO.Extension
 
- 
settings
public akka.io.Udp.UdpSettings settings()
 
 - 
 
 -