Uses of Package
org.apache.mina.filter.keepalive
-
Packages that use org.apache.mina.filter.keepalive Package Description org.apache.mina.filter.keepalive 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.keepalive Class Description KeepAliveFilter AnIoFilter
that sends a keep-alive request onIoEventType.SESSION_IDLE
and sends back the response for the sent keep-alive request.KeepAliveMessageFactory Provides keep-alive messages toKeepAliveFilter
.KeepAliveRequestTimeoutHandler TellsKeepAliveFilter
what to do when a keep-alive response message was not received within a certain timeout.