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 properties.
KeepAliveFilter(KeepAliveMessageFactory messageFactory, IdleStatus interestedIdleStatus)
          Creates a new instance with the default properties.
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.
 



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