Package akka.io
Class TcpExt
- java.lang.Object
-
- akka.io.TcpExt
-
- All Implemented Interfaces:
Extension,IO.Extension
public class TcpExt extends java.lang.Object implements IO.Extension
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classTcpExt.Settings
-
Constructor Summary
Constructors Constructor Description TcpExt(ExtendedActorSystem system)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferPoolbufferPool()MessageDispatcherfileIoDispatcher()ActorRefgetManager()Java API: retrieve a reference to the manager actor.ActorRefmanager()TcpExt.SettingsSettings()
-
-
-
Constructor Detail
-
TcpExt
public TcpExt(ExtendedActorSystem system)
-
-
Method Detail
-
Settings
public TcpExt.Settings Settings()
-
bufferPool
public BufferPool bufferPool()
-
fileIoDispatcher
public MessageDispatcher fileIoDispatcher()
-
getManager
public ActorRef getManager()
Java API: retrieve a reference to the manager actor.
-
manager
public ActorRef manager()
- Specified by:
managerin interfaceIO.Extension
-
-