| Package | Description |
|---|---|
| de.aristaflow.adept2.ui.htmlgui | |
| de.aristaflow.adept2.ui.htmlgui.httpservice |
| Modifier and Type | Field and Description |
|---|---|
static HTMLContext.Response |
AbstractHTMLContext.DEFAULT_FINAL_RESPONSE
A response that can be used as default for the final response.
|
protected HTMLContext.Response |
AbstractHTMLContext.finalResponse
The final response that will be used for all HTTP-request after the reply
handler has been shut down.
|
protected HTMLContext.Response |
AbstractHTMLContext.initialContent
The response containing the initial HTML-content.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<HTMLContext.HTTPReply,HTMLContext.Response> |
AbstractHTMLContext.responses
All responses that are currently set for the corresponding reply and are
waiting for the corresponding replying thread to get them.
|
| Modifier and Type | Method and Description |
|---|---|
HTMLContext.Response |
AbstractHTMLContext.getResponse(HTMLContext.HTTPReply reply) |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractHTMLContext.setFinalResponse(HTMLContext.Response response) |
void |
HTMLContext.setFinalResponse(HTMLContext.Response response)
Sets the designated response as feedback to currently open replies from
previous calls to
HTMLContext.waitForHTTPReply(long) and/or as general
response for all following requests. |
protected void |
AbstractHTMLContext.setFinalResponse(HTMLContext.Response response,
boolean checkThread)
Sets the final response to the designated one and optionally checks for the
valid executor thread.
|
void |
AbstractHTMLContext.setResponse(HTMLContext.HTTPReply reply,
HTMLContext.Response response) |
void |
HTMLContext.setResponse(HTMLContext.HTTPReply reply,
HTMLContext.Response response)
Responds to the designated reply that has been received via
HTMLContext.waitForHTTPReply(long). |
| Modifier and Type | Method and Description |
|---|---|
HTMLContext.Response |
HTTPReplyHandler.getResponse(HTMLContext.HTTPReply reply)
Provides the reply handler with the parameters retrieved by the
HTTP-request.
|