Inner class which is used to send empty updates through Tcp/Ip channel to the client, to check whether client is still alive (socket is still open) or not.
Inner class which is used to send empty updates through Tcp/Ip channel to the client, to check whether client is still alive (socket is still open) or not. This is a thread and it sends empty updates every 5 minutes interval. It iterates the TcpSocketInfoList, and for each and every
<updates/>EOF to client. This thread wakes up
for every 5 minute. If some exceptions occurs, it sends closeSession request to UchManager
by passing sessionId (taking from TcpSocketInfo) and removes TcpSocketInfo from
TcpSocketInfoList.
<updates/>EOF to client. This thread wakes up
for every 5 minutes. If some exceptions occurs, it sends closeSession request to UchManager
by passing sessionId (taking from TcpSocketInfo) and removes TcpSocketInfo from
TcpSocketInfoList.
Alphabetic index HTML hierarchy of classes or Java