|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FilterChainFactory
Factory, which is responsible for creating, releasing FilterChains.
By default Grizzly uses SingletonFilterChainFactory implementation,
which operates just with one FilterChain instance, but it's possible
to support more complex scenarious.
FilterChain,
SingletonFilterChainFactory,
PatternFilterChainFactory| Method Summary | |
|---|---|
FilterChain |
create()
Create FilterChain instance. |
void |
release(FilterChain chain)
Release FilterChain instance. |
| Method Detail |
|---|
FilterChain create()
FilterChain instance.
FilterChain instance.void release(FilterChain chain)
FilterChain instance.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||