Uses of Package
org.apache.mina.filter.keepalive
Packages that use org.apache.mina.filter.keepalive
Package
Description
IoFilter that provides the ability for connections to remain open when data is not being transferred.
-
Classes in org.apache.mina.filter.keepalive used by org.apache.mina.filter.keepaliveClassDescriptionAn
IoFilterthat sends a keep-alive request onIoEventType.SESSION_IDLEand sends back the response for the sent keep-alive request.Provides keep-alive messages toKeepAliveFilter.TellsKeepAliveFilterwhat to do when a keep-alive response message was not received within a certain timeout.