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