• louiz’'s avatar
    Add a level of inheritance above SocketHandler · 04d99916
    louiz’ authored
    SocketHandler has been renamed to TCPSocketHandler
    SocketHandler is now a simple interface with a few methods, used only by
    Poller.
    
    This way we can inherite from the new SocketHandler class, to handle other
    types of sockets, and still make them manageable by the poller without any
    change in the Poller class.
    04d99916