|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jactr.core.buffer.delegate.AsynchronousRequestDelegate
org.jactr.modules.pm.common.buffer.AbstractRequestDelegate
public abstract class AbstractRequestDelegate
abstract chunk pattern processor that has it's handles(ChunkPattern) implemented basically, if the pattern is of the same chunk type as that used to initialize the processor, handles returns true be sure to set the buffer state slot value!!
| Field Summary | |
|---|---|
static org.apache.commons.logging.Log |
LOGGER
logger definition |
| Constructor Summary | |
|---|---|
AbstractRequestDelegate(IChunkType chunkType)
|
|
| Method Summary | |
|---|---|
boolean |
willAccept(IRequest request)
|
| Methods inherited from class org.jactr.core.buffer.delegate.AsynchronousRequestDelegate |
|---|
clear, isAsynchronous, isDelayingStart, isUsingBlockingTimedEvents, request, setAsynchronous, setDelayStart, setUseBlockingTimedEvents |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.commons.logging.Log LOGGER
| Constructor Detail |
|---|
public AbstractRequestDelegate(IChunkType chunkType)
| Method Detail |
|---|
public boolean willAccept(IRequest request)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||