@Override
 protected void fireSessionIdle(IoFilterChain filterChain) {
   filterChain.fireSessionIdle(IdleStatus.WRITER_IDLE);
 }