| Class | Acceptor |
| In: |
lib/network/acceptor.rb
|
| Parent: | Session |
The acceptor class handles client connection requests for a reactor
Create a new acceptor object
handle_input is called when an pending connection occurs on the listening socket’s port. This function creates a Connection object and calls it’s init routine.