| Package | Description |
|---|---|
| de.aristaflow.adept2.ui.htmlgui | |
| de.aristaflow.adept2.ui.htmlgui.httpservice |
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Map<HTMLContext.HTTPReply,java.util.concurrent.CountDownLatch> |
AbstractHTMLContext.replies
All replies that are currently pending and waiting for a response.
|
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.HTTPReply |
AbstractHTMLContext.waitForHTTPReply(long timeout) |
HTMLContext.HTTPReply |
HTMLContext.waitForHTTPReply(long timeout)
Waits for the reply of the client sent as response to the provided
HTML-document.
|
| Modifier and Type | Method and Description |
|---|---|
HTMLContext.Response |
AbstractHTMLContext.getResponse(HTMLContext.HTTPReply reply) |
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.
|