Interface SelectorManager.AcceptListener

All Superinterfaces:
EventListener, SelectorManager.SelectorManagerListener
All Known Implementing Classes:
AcceptRateLimit, ConnectionLimit
Enclosing class:
SelectorManager

public static interface SelectorManager.AcceptListener extends SelectorManager.SelectorManagerListener

A listener for accept events.

This listener is called from either the selector or acceptor thread and implementations must be non blocking and fast.