- All Known Implementing Classes:
ChainProcessorSelector,DefaultProcessorSelector,FilterChainProcessorSelector,StandaloneProcessorSelector
public interface ProcessorSelector
Implementations of the interface will be responsible to find correct
Processor, which will process
IOEvent, occurred on the Connection- Author:
- Alexey Stashok
-
Method Summary
Modifier and TypeMethodDescriptionselect(IOEvent ioEvent, Connection connection) SelectsProcessor, which will process connection event.