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

Packages that use KeepAliveMessageFactory
org.apache.mina.filter.keepalive IoFilter that provides the ability for connections to remain open when data is not being transferred. 
 

Uses of KeepAliveMessageFactory in org.apache.mina.filter.keepalive
 

Methods in org.apache.mina.filter.keepalive that return KeepAliveMessageFactory
 KeepAliveMessageFactory KeepAliveFilter.getMessageFactory()
           
 

Constructors in org.apache.mina.filter.keepalive with parameters of type KeepAliveMessageFactory
KeepAliveFilter(KeepAliveMessageFactory messageFactory)
          Creates a new instance with the default KeepAlivePolicy and the default timeout values (policy = KeepAlivePolicy.CLOSE, keepAliveRequestInterval = 60 and keepAliveRequestTimeout = 30).
KeepAliveFilter(KeepAliveMessageFactory messageFactory, KeepAlivePolicy policy)
          Creates a new instance with the default timeout values (keepAliveRequestInterval = 60 and keepAliveRequestTimeout = 30).
KeepAliveFilter(KeepAliveMessageFactory messageFactory, KeepAlivePolicy policy, int keepAliveRequestInterval, int keepAliveRequestTimeout)
          Creates a new instance.
 



Copyright © 2004-2009 Apache MINA Project. All Rights Reserved.