Package org.glassfish.grizzly
Interface ProcessorSelector
-
- All Known Implementing Classes:
ChainProcessorSelector,DefaultProcessorSelector,FilterChainProcessorSelector,StandaloneProcessorSelector
public interface ProcessorSelectorImplementations of the interface will be responsible to find correctProcessor, which will processIOEvent, occurred on theConnection- Author:
- Alexey Stashok
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Processorselect(IOEvent ioEvent, Connection connection)SelectsProcessor, which will process connection event.
-
-
-
Method Detail
-
select
Processor select(IOEvent ioEvent, Connection connection)
SelectsProcessor, which will process connection event.- Parameters:
ioEvent- connection event to be processedconnection- where event occurred- Returns:
- the
Processor, which will process connection event.
-
-