Interface IdleStateListener


public interface IdleStateListener
A class implementing this interface is notified when the selector it is registered with becomes idle.
Author:
Lee David Painter
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Process an idle event.
  • Method Details

    • idle

      boolean idle()
      Process an idle event.
      Returns:
      true if this listener should be cancelled.