akka.io
Class UdpExt

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

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


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

Constructor Detail

UdpExt

public UdpExt(ExtendedActorSystem system)
Method Detail

settings

public akka.io.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.


bufferPool

public BufferPool bufferPool()
INTERNAL API