public int getConnectionCount() {
   return Connections.size() + Acceptors.size();
 }