Monitors the activity of {@link ServerSession}s and disconnects them after a period of inactivity.
The inactivity of a particular {@code ServerSession} is determined in two ways:
When the inactivity exceeds a configurable {@link #getMaxInactivityPeriod() inactive period}, the {@code ServerSession} is {@link ServerSession#disconnect() disconnected}.
|
|
|
|