public class TcpExt extends java.lang.Object implements IO.Extension
Modifier and Type | Class and Description |
---|---|
class |
TcpExt.Settings |
Constructor and Description |
---|
TcpExt(ExtendedActorSystem system) |
Modifier and Type | Method and Description |
---|---|
BufferPool |
bufferPool() |
MessageDispatcher |
fileIoDispatcher() |
ActorRef |
getManager()
Java API: retrieve a reference to the manager actor.
|
ActorRef |
manager() |
TcpExt.Settings |
Settings() |
public TcpExt(ExtendedActorSystem system)
public TcpExt.Settings Settings()
public ActorRef manager()
manager
in interface IO.Extension
public ActorRef getManager()
public BufferPool bufferPool()
public MessageDispatcher fileIoDispatcher()