Package org.apache.pekko.io
Class UdpConnectedExt
- java.lang.Object
 - 
- org.apache.pekko.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 BufferPoolbufferPool()ActorRefgetManager()Java API: retrieve the UDP manager actor’s reference.ActorRefmanager()org.apache.pekko.io.Udp.UdpSettingssettings() 
 - 
 
- 
- 
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:
 managerin interfaceIO.Extension
 
- 
settings
public org.apache.pekko.io.Udp.UdpSettings settings()
 
 - 
 
 -