Package akka.io
Class UdpConnectedExt
- java.lang.Object
-
- akka.io.UdpConnectedExt
-
- All Implemented Interfaces:
Extension
,IO.Extension
public class UdpConnectedExt extends java.lang.Object implements IO.Extension
-
-
Constructor Summary
Constructors Constructor Description UdpConnectedExt(ExtendedActorSystem system)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferPool
bufferPool()
ActorRef
getManager()
Java API: retrieve the UDP manager actor’s reference.ActorRef
manager()
akka.io.Udp.UdpSettings
settings()
-
-
-
Constructor Detail
-
UdpConnectedExt
public UdpConnectedExt(ExtendedActorSystem system)
-
-
Method Detail
-
bufferPool
public BufferPool bufferPool()
-
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()
-
-