Module org.glassfish.grizzly
Class FilterChainProcessorSelector
java.lang.Object
org.glassfish.grizzly.filterchain.FilterChainProcessorSelector
- All Implemented Interfaces:
ProcessorSelector
- Author:
- Alexey Stashok
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final FilterChainBuilderFilterChainBuilder, responsible for creatingFilterChaininstances -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionselect(IOEvent ioEvent, Connection connection) ReturnsFilterChaininstance, if it's interested in processing passedIOEvent, or null otherwise.
-
Field Details
-
builder
FilterChainBuilder, responsible for creatingFilterChaininstances
-
-
Constructor Details
-
FilterChainProcessorSelector
-
-
Method Details
-
select
ReturnsFilterChaininstance, if it's interested in processing passedIOEvent, or null otherwise.- Specified by:
selectin interfaceProcessorSelector- Parameters:
ioEvent-IOEventto process.connection-Connection, whereIOEventoccured.- Returns:
FilterChaininstance, if it's interested in processing passedIOEvent, or null otherwise.
-