TcpAcceptor
Extends NetAcceptor, implements a Tcp server. Accepts incoming connections, calls the FilterHandler to possibly reject some clients, wraps the client socket into a new TcpConnection and passes that connection to application through AcceptHandler.
