See: Description
| Interface | Description |
|---|---|
| KeepAliveMessageFactory |
Provides keep-alive messages to
KeepAliveFilter. |
| KeepAliveRequestTimeoutHandler |
Tells
KeepAliveFilter what to do when a keep-alive response message
was not received within a certain timeout. |
| Class | Description |
|---|---|
| KeepAliveFilter |
An
IoFilter that sends a keep-alive request on
IoEventType.SESSION_IDLE and sends back the response for the
sent keep-alive request. |
| Exception | Description |
|---|---|
| KeepAliveRequestTimeoutException |
A
RuntimeException which is thrown when a keep-alive response
message was not received within a certain timeout. |