Listen for client requests.
listen will call the specified handler function in a new thread to handle each client it accepts.
An instantiated class with the methods to execute.
The maximum number of connections to backlog before refusing connections.
handler = The handler function to call when a client connects.
See Implementation
Listen for client requests.
listen will call the specified handler function in a new thread to handle each client it accepts.