|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.filterchain.FilterChainProcessorSelector
public class FilterChainProcessorSelector
ProcessorSelector implementation, which delegates processing
of IOEvent to the FilterChain.
ProcessorSelector| Field Summary | |
|---|---|
protected FilterChainBuilder |
builder
FilterChainBuilder, responsible for creating FilterChain
instances |
| Constructor Summary | |
|---|---|
FilterChainProcessorSelector(FilterChainBuilder builder)
|
|
| Method Summary | |
|---|---|
Processor |
select(IOEvent ioEvent,
Connection connection)
Returns FilterChain instance, if it's interested in processing
passed IOEvent, or null otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected final FilterChainBuilder builder
FilterChainBuilder, responsible for creating FilterChain
instances
| Constructor Detail |
|---|
public FilterChainProcessorSelector(FilterChainBuilder builder)
| Method Detail |
|---|
public Processor select(IOEvent ioEvent,
Connection connection)
FilterChain instance, if it's interested in processing
passed IOEvent, or null otherwise.
select in interface ProcessorSelectorioEvent - IOEvent to process.connection - Connection, where IOEvent occured.
FilterChain instance, if it's interested in processing
passed IOEvent, or null otherwise.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||