Uses of Interface
org.apache.mina.filter.keepalive.KeepAliveMessageFactory
Packages that use KeepAliveMessageFactory
Package
Description
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
Fields in org.apache.mina.filter.keepalive declared as KeepAliveMessageFactoryModifier and TypeFieldDescriptionprivate final KeepAliveMessageFactoryKeepAliveFilter.messageFactoryMethods in org.apache.mina.filter.keepalive that return KeepAliveMessageFactoryConstructors in org.apache.mina.filter.keepalive with parameters of type KeepAliveMessageFactoryModifierConstructorDescriptionKeepAliveFilter(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.