public class NetworkDispatcher
extends java.lang.Thread
Network
interface. Responses are committed to cache, if
eligible, using a specified Cache
interface. Valid responses and
errors are posted back to the caller via a ResponseDelivery
.Constructor and Description |
---|
NetworkDispatcher(java.util.concurrent.BlockingQueue<Request<?>> queue,
Network network,
Cache cache,
ResponseDelivery delivery)
Creates a new network dispatcher thread.
|
Modifier and Type | Method and Description |
---|---|
void |
quit()
Forces this dispatcher to quit immediately.
|
void |
run() |
activeCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield
public NetworkDispatcher(java.util.concurrent.BlockingQueue<Request<?>> queue, Network network, Cache cache, ResponseDelivery delivery)
Thread.start()
in order to begin processing.queue
- Queue of incoming requests for triagenetwork
- Network interface to use for performing requestscache
- Cache interface to use for writing responses to cachedelivery
- Delivery interface to use for posting responses