public static interface SelectorIterable.SelectFailureHandler
SelectorIterable.MAX_SELECT_FAILURES times in a row, this interface will
be notified. This allows a server to reboot itself in an orderly manner, rather than
continue in an inoperable state.| Modifier and Type | Method and Description |
|---|---|
void |
handleSelectFailure(Exception e)
Called to report a select() failure.
|
void handleSelectFailure(Exception e)
Copyright © 2015. All rights reserved.