|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.glassfish.grizzly.filterchain.AbstractFilterChain
org.glassfish.grizzly.filterchain.ListFacadeFilterChain
public abstract class ListFacadeFilterChain
FilterChain facade, which implements all the List related
methods.
FilterChain| Field Summary | |
|---|---|
protected java.util.List<Filter> |
filters
The list of Filters this chain will invoke. |
| Fields inherited from class org.glassfish.grizzly.filterchain.AbstractFilterChain |
|---|
interestedIoEventsMask |
| Constructor Summary | |
|---|---|
ListFacadeFilterChain(java.util.List<Filter> filtersImpl)
|
|
| Method Summary | ||
|---|---|---|
boolean |
add(Filter filter)
|
|
void |
add(int index,
Filter filter)
|
|
boolean |
addAll(java.util.Collection<? extends Filter> c)
|
|
boolean |
addAll(int index,
java.util.Collection<? extends Filter> c)
|
|
void |
clear()
|
|
boolean |
contains(java.lang.Object filter)
|
|
boolean |
containsAll(java.util.Collection<?> c)
|
|
Filter |
get(int index)
|
|
int |
indexOf(java.lang.Object object)
|
|
boolean |
isEmpty()
|
|
java.util.Iterator<Filter> |
iterator()
|
|
int |
lastIndexOf(java.lang.Object filter)
|
|
java.util.ListIterator<Filter> |
listIterator()
|
|
java.util.ListIterator<Filter> |
listIterator(int index)
|
|
protected void |
notifyChangedExcept(Filter filter)
|
|
Filter |
remove(int index)
|
|
boolean |
remove(java.lang.Object object)
|
|
boolean |
removeAll(java.util.Collection<?> c)
|
|
boolean |
retainAll(java.util.Collection<?> c)
|
|
Filter |
set(int index,
Filter filter)
|
|
int |
size()
|
|
java.lang.Object[] |
toArray()
|
|
|
toArray(T[] a)
|
|
| Methods inherited from class org.glassfish.grizzly.filterchain.AbstractFilterChain |
|---|
finalize, indexOfType, isInterested, obtainContext, obtainFilterChainContext, setInterested |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.glassfish.grizzly.filterchain.FilterChain |
|---|
execute, fail, fireEventDownstream, fireEventUpstream, flush, read |
| Methods inherited from interface org.glassfish.grizzly.Processor |
|---|
process, read, write |
| Methods inherited from interface java.util.List |
|---|
equals, hashCode, subList |
| Field Detail |
|---|
protected final java.util.List<Filter> filters
| Constructor Detail |
|---|
public ListFacadeFilterChain(java.util.List<Filter> filtersImpl)
| Method Detail |
|---|
public boolean add(Filter filter)
public void add(int index,
Filter filter)
public boolean addAll(java.util.Collection<? extends Filter> c)
public boolean addAll(int index,
java.util.Collection<? extends Filter> c)
public Filter set(int index,
Filter filter)
public final Filter get(int index)
public int indexOf(java.lang.Object object)
public int lastIndexOf(java.lang.Object filter)
public boolean contains(java.lang.Object filter)
public boolean containsAll(java.util.Collection<?> c)
public java.lang.Object[] toArray()
public <T> T[] toArray(T[] a)
public boolean retainAll(java.util.Collection<?> c)
public boolean remove(java.lang.Object object)
public Filter remove(int index)
public boolean removeAll(java.util.Collection<?> c)
public boolean isEmpty()
public int size()
public void clear()
public java.util.Iterator<Filter> iterator()
public java.util.ListIterator<Filter> listIterator()
public java.util.ListIterator<Filter> listIterator(int index)
protected void notifyChangedExcept(Filter filter)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||