public abstract class RequestInterceptorIterator extends AbstractInterceptorIterator
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Exception |
interceptor_ex |
protected short |
op |
increment, index, interceptors| Constructor and Description |
|---|
RequestInterceptorIterator(Interceptor[] interceptors) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
reverseDirection()
Reverses the direction in which the list is traversed.
|
protected void |
setDirection(boolean forward) |
hasMoreElements, invoke, iterate, nextElementpublic RequestInterceptorIterator(Interceptor[] interceptors)
protected void reverseDirection()
protected void setDirection(boolean forward)