- All Known Subinterfaces:
- Client, ExchangeClient, ExchangeServer, Server
- All Known Implementing Classes:
- AbstractClient, AbstractServer, ClientDelegate, ExchangeServerDelegate, HeaderExchangeClient, HeaderExchangeServer, ServerDelegate
public interface IdleSensible
Indicate whether the implementation (for both server and client) has the ability to sense and handle idle connection.
If the server has the ability to handle idle connection, it should close the connection when it happens, and if
the client has the ability to handle idle connection, it should send the heartbeat to the server.