Uses of Class
org.apache.mina.filter.keepalive.KeepAliveFilter
-
Packages that use KeepAliveFilter Package Description org.apache.mina.filter.keepalive 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 KeepAliveFilter Modifier and Type Method Description void
KeepAliveRequestTimeoutHandler. keepAliveRequestTimedOut(KeepAliveFilter filter, IoSession session)
Invoked whenKeepAliveFilter
couldn't receive the response for the sent keep alive message.
-