org.elkoserver.foundation.net
Interface ConnectionCountMonitor

All Known Implementing Classes:
Server

public interface ConnectionCountMonitor

Track the number of connections, so server can exit gracefully.


Method Summary
 void connectionCountChange(int delta)
          Note a change in the number of connections.
 

Method Detail

connectionCountChange

void connectionCountChange(int delta)
Note a change in the number of connections.

Parameters:
delta - An upward or downward adjustment to the connection count.