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 class
TcpExt.Settings
-
Constructor Summary
Constructors Constructor Description TcpExt(ExtendedActorSystem system)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BufferPool
bufferPool()
MessageDispatcher
fileIoDispatcher()
ActorRef
getManager()
Java API: retrieve a reference to the manager actor.ActorRef
manager()
TcpExt.Settings
Settings()
-
-
-
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:
manager
in interfaceIO.Extension
-
-