akka.io
Class UdpConnectedExt

java.lang.Object
  extended by akka.io.UdpConnectedExt
All Implemented Interfaces:
Extension, IO.Extension

public class UdpConnectedExt
extends java.lang.Object
implements IO.Extension


Constructor Summary
UdpConnectedExt(ExtendedActorSystem system)
           
 
Method Summary
 BufferPool bufferPool()
           
 ActorRef getManager()
          Java API: retrieve the UDP manager actor’s reference.
 ActorRef manager()
           
 Udp.UdpSettings settings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UdpConnectedExt

public UdpConnectedExt(ExtendedActorSystem system)
Method Detail

settings

public Udp.UdpSettings settings()

manager

public ActorRef manager()
Specified by:
manager in interface IO.Extension

getManager

public ActorRef getManager()
Java API: retrieve the UDP manager actor’s reference.

Returns:
(undocumented)

bufferPool

public BufferPool bufferPool()