接口 IdleSensible

    • 方法概要

      所有方法 实例方法 默认方法 
      修饰符和类型 方法 说明
      default boolean canHandleIdle()
      Whether the implementation can sense and handle the idle connection.
    • 方法详细资料

      • canHandleIdle

        default boolean canHandleIdle()
        Whether the implementation can sense and handle the idle connection. By default, it's false, the implementation relies on dedicated timer to take care of idle connection.
        返回:
        whether it has the ability to handle idle connection