Interface ReactorHandler
-
- All Known Implementing Classes:
BroadcastTransport,CASAcceptor,CASTransport,CATransport,LeaderFollowersHandler
public interface ReactorHandlerReactor handler interface.- Version:
- $id$
- Author:
- Matej Sekoranja
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleEvent(SelectionKey key)Process request of givenSelectionKey.
-
-
-
Method Detail
-
handleEvent
void handleEvent(SelectionKey key)
Process request of givenSelectionKey.- Parameters:
key- key to be processed.
-
-