Package org.apache.mina.filter.keepalive
IoFilter that provides the ability for connections to remain open when data is not being transferred.
- Author:
- Apache MINA Project
-
Interface Summary Interface Description KeepAliveMessageFactory Provides keep-alive messages toKeepAliveFilter.KeepAliveRequestTimeoutHandler TellsKeepAliveFilterwhat to do when a keep-alive response message was not received within a certain timeout. -
Class Summary Class Description KeepAliveFilter AnIoFilterthat sends a keep-alive request onIoEventType.SESSION_IDLEand sends back the response for the sent keep-alive request. -
Exception Summary Exception Description KeepAliveRequestTimeoutException ARuntimeExceptionwhich is thrown when a keep-alive response message was not received within a certain timeout.