Servers listen for incoming connections and create new connection objects whenever incoming connections are received. The default class for new connections is a Socket, but any subclass of IOWatcher is acceptable.
Returns an integer representing the underlying numeric file descriptor
[Validate]