akka.io
Class TcpExt

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

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


Nested Class Summary
 class TcpExt.Settings
           
 
Constructor Summary
TcpExt(ExtendedActorSystem system)
           
 
Method Summary
 BufferPool bufferPool()
           
 MessageDispatcher fileIoDispatcher()
           
 ActorRef getManager()
          Java API: retrieve a reference to the manager actor.
 ActorRef manager()
           
 TcpExt.Settings Settings()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TcpExt

public TcpExt(ExtendedActorSystem system)
Method Detail

Settings

public TcpExt.Settings Settings()

manager

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

getManager

public ActorRef getManager()
Java API: retrieve a reference to the manager actor.

Returns:
(undocumented)

bufferPool

public BufferPool bufferPool()

fileIoDispatcher

public MessageDispatcher fileIoDispatcher()