Description
Current KeepAliveFilter implementation is interested only in IdleStatus.READER_IDLE, but some users seem to want to make the KeepAliveFilter listens to IdleStatus.WRITER_IDLE or IdleStatus.BOTH_IDLE.
We could add interestedIdleStatus property to KeepAliveFilter.
Done.