Uses of Class
org.apache.mina.filter.keepalive.KeepAliveFilter
Packages that use KeepAliveFilter
Package
Description
IoFilter that provides the ability for connections to remain open when data is not being transferred.
-
Uses of KeepAliveFilter in org.apache.mina.filter.keepalive
Methods in org.apache.mina.filter.keepalive with parameters of type KeepAliveFilterModifier and TypeMethodDescriptionvoidKeepAliveRequestTimeoutHandler.keepAliveRequestTimedOut(KeepAliveFilter filter, IoSession session) Invoked whenKeepAliveFiltercouldn't receive the response for the sent keep alive message.