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 KeepAliveRequestTimeoutHandlerKeepAliveRequestTimeoutHandler. CLOSECloses the connection after logging.static KeepAliveRequestTimeoutHandlerKeepAliveRequestTimeoutHandler. DEAF_SPEAKERA special handler for the 'deaf speaker' mode.static KeepAliveRequestTimeoutHandlerKeepAliveRequestTimeoutHandler. EXCEPTIONThrows aKeepAliveRequestTimeoutException.static KeepAliveRequestTimeoutHandlerKeepAliveRequestTimeoutHandler. LOGLogs a warning message, but doesn't do anything else.static KeepAliveRequestTimeoutHandlerKeepAliveRequestTimeoutHandler. NOOPDo nothing.Methods in org.apache.mina.filter.keepalive that return KeepAliveRequestTimeoutHandler Modifier and Type Method Description KeepAliveRequestTimeoutHandlerKeepAliveFilter. getRequestTimeoutHandler()Methods in org.apache.mina.filter.keepalive with parameters of type KeepAliveRequestTimeoutHandler Modifier and Type Method Description voidKeepAliveFilter. 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.
-