Example #1
0
  /** Method closeSelectorThread. */
  protected void closeSelectorThread() {
    closeAllChannels();

    try {
      getSelector().close();
    } catch (IOException e) {
      // Ignore
    }
  }