Hi all, As Eero pointed out, the original KeepAliveFilter contribution had somewhat limited use cases. I wrote a new KeepAliveFilter based on his work to make it work with more use cases. I think JavaDoc is pretty complete so please browse the source:
http://svn.apache.org/viewvc/mina/trunk/core/src/main/java/org/apache/mina/filter/keepalive/KeepAliveFilter.java?view=markup There are two major differences from the original implementation: * it uses sessionIdle event to detect idle sessions. * it is now a real filter. (it was not a filter originally) Any feed back is appreciated. Cheers, Trustin -- what we call human nature is actually human habit -- http://gleamynode.net/ -- PGP Key ID: 0x0255ECA6
