| Class (Server Hook) that closes any dead (ghost) sockets that are no
longer connected or communicating.
It runs as a daemon thread. This thread will simply return if the socket
timeout is set to <= 0 in QuickServer. It will close any socket that
has not sent in any communication for more than the socket timeout set,
i.e., if socket timeout is set to 1000 miliseconds then
if a client socket has not communicated for more than 1 seconds then this
thread will close the socket and returns the ClientHandler to the pool.
author: Akshathkumar Shetty since: 1.3.3 |