public interface Dispatch
| Modifier and Type | Method and Description |
|---|---|
void |
asyncDispatch(Request pRequest)
Generate a response and and dispatch it in a new (seperate) thread.
|
void |
asyncDispatchInEDT(Request pRequest)
Generate a response in a new (seperate) thread and dispatch the
response in the EDT (event dispatch thread).
|
void |
syncDispatch(Request pRequest)
Generate a response and and dispatch it in the current thread.
|
Response |
syncExecute(Request pRequest)
Generate a response (includes delegate handling) but doesn't dispatch the response.
|
void asyncDispatch(Request pRequest)
pRequest - the requestvoid asyncDispatchInEDT(Request pRequest)
pRequest - the requestResponse syncExecute(Request pRequest)
pRequest - the requestvoid syncDispatch(Request pRequest)
pRequest - the requestCopyright © 2014 Jürgen Zeller (privat). All rights reserved.