public class ClientInterceptorIterator extends RequestInterceptorIterator
| Modifier and Type | Field and Description |
|---|---|
static short |
RECEIVE_EXCEPTION |
static short |
RECEIVE_OTHER |
static short |
RECEIVE_REPLY |
static short |
SEND_POLL |
static short |
SEND_REQUEST |
interceptor_ex, opincrement, index, interceptors| Constructor and Description |
|---|
ClientInterceptorIterator(org.slf4j.Logger logger,
Interceptor[] interceptors) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
invoke(Interceptor interceptor)
Iterates over the enumeration, i.e.
|
void |
iterate(ClientRequestInfoImpl info,
short op) |
reverseDirection, setDirectionhasMoreElements, iterate, nextElementpublic static final short SEND_REQUEST
public static final short SEND_POLL
public static final short RECEIVE_REPLY
public static final short RECEIVE_EXCEPTION
public static final short RECEIVE_OTHER
public ClientInterceptorIterator(org.slf4j.Logger logger,
Interceptor[] interceptors)
public void iterate(ClientRequestInfoImpl info, short op) throws UserException
UserExceptionprotected void invoke(Interceptor interceptor) throws UserException
invoke in class AbstractInterceptorIteratorUserException