Method Summary |
|
public void | close() Closing the manager. |
public int | getFreeKeepalive() Returns the number of available keepalives. |
public int | getSelectCount() Returns the select count. |
abstract public boolean | keepalive(TcpConnection conn) Adds a keepalive connection. |
public void | setSelectMax(int max) Sets the max. |
public void | setSelectTimeout(long period) Sets the timeout. |
abstract public boolean | start() Starts the manager. |
public boolean | stop() Stops the manager. |