Uses of Interface
org.apache.mina.filter.keepalive.KeepAliveMessageFactory
-
Packages that use KeepAliveMessageFactory 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 KeepAliveMessageFactory in org.apache.mina.filter.keepalive
Methods in org.apache.mina.filter.keepalive that return KeepAliveMessageFactory Modifier and Type Method Description KeepAliveMessageFactoryKeepAliveFilter. getMessageFactory()Constructors in org.apache.mina.filter.keepalive with parameters of type KeepAliveMessageFactory Constructor Description 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.
-