Uses of Interface
org.apache.mina.filter.keepalive.KeepAliveRequestTimeoutHandler

Packages that use KeepAliveRequestTimeoutHandler
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
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 a KeepAliveRequestTimeoutException.
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
 KeepAliveRequestTimeoutHandler KeepAliveFilter.getRequestTimeoutHandler()
           
 

Methods in org.apache.mina.filter.keepalive with parameters of type KeepAliveRequestTimeoutHandler
 void KeepAliveFilter.setRequestTimeoutHandler(KeepAliveRequestTimeoutHandler timeoutHandler)
           
 

Constructors in org.apache.mina.filter.keepalive with parameters of type KeepAliveRequestTimeoutHandler
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.