- handleEvent
void handleEvent(SocketSet readset, SocketSet writeset, SocketSet errorset)
 Undocumented in source. Be warned that the author may not have intended to support it.
- loop
void loop()
 Loop continuously until no sockets are left.
- printSets
void printSets(SocketSet readset, SocketSet writeset, SocketSet errorset)
 Undocumented in source. Be warned that the author may not have intended to support it.
- register
void register(GenericSocket conn)
 Register a socket with the manager.
- size
size_t size()
 Undocumented in source. Be warned that the author may not have intended to support it.
- unregister
void unregister(GenericSocket conn)
 Unregister a socket with the manager.