Uses of Interface
org.apache.mina.filter.keepalive.KeepAliveRequestTimeoutHandler
-
Packages that use KeepAliveRequestTimeoutHandler 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 KeepAliveRequestTimeoutHandler in org.apache.mina.filter.keepalive
Fields in org.apache.mina.filter.keepalive declared as KeepAliveRequestTimeoutHandler Modifier and Type Field Description static KeepAliveRequestTimeoutHandler
KeepAliveRequestTimeoutHandler. CLOSE
Closes the connection after logging.static KeepAliveRequestTimeoutHandler
KeepAliveRequestTimeoutHandler. DEAF_SPEAKER
A special handler for the 'deaf speaker' mode.static KeepAliveRequestTimeoutHandler
KeepAliveRequestTimeoutHandler. EXCEPTION
Throws aKeepAliveRequestTimeoutException
.static KeepAliveRequestTimeoutHandler
KeepAliveRequestTimeoutHandler. LOG
Logs a warning message, but doesn't do anything else.static KeepAliveRequestTimeoutHandler
KeepAliveRequestTimeoutHandler. NOOP
Do nothing.Methods in org.apache.mina.filter.keepalive that return KeepAliveRequestTimeoutHandler Modifier and Type Method Description KeepAliveRequestTimeoutHandler
KeepAliveFilter. getRequestTimeoutHandler()
Methods in org.apache.mina.filter.keepalive with parameters of type KeepAliveRequestTimeoutHandler Modifier and Type Method Description void
KeepAliveFilter. setRequestTimeoutHandler(KeepAliveRequestTimeoutHandler timeoutHandler)
Set the timeout handlerConstructors in org.apache.mina.filter.keepalive with parameters of type KeepAliveRequestTimeoutHandler Constructor Description KeepAliveFilter(KeepAliveMessageFactory messageFactory, IdleStatus interestedIdleStatus, KeepAliveRequestTimeoutHandler policy)
Creates a new instance with the default properties.KeepAliveFilter(KeepAliveMessageFactory messageFactory, IdleStatus interestedIdleStatus, KeepAliveRequestTimeoutHandler policy, int keepAliveRequestInterval, int keepAliveRequestTimeout)
Creates a new instance.KeepAliveFilter(KeepAliveMessageFactory messageFactory, KeepAliveRequestTimeoutHandler policy)
Creates a new instance with the default properties.
-