Uses of Class
de.aristaflow.adept2.ui.htmlgui.HTMLContext.Response
-
Packages that use HTMLContext.Response Package Description de.aristaflow.adept2.ui.htmlgui de.aristaflow.adept2.ui.htmlgui.executionenvironments de.aristaflow.adept2.ui.htmlgui.httpservice -
-
Uses of HTMLContext.Response in de.aristaflow.adept2.ui.htmlgui
Fields in de.aristaflow.adept2.ui.htmlgui declared as HTMLContext.Response Modifier and Type Field Description static HTMLContext.Response
AbstractHTMLContext. DEFAULT_FINAL_RESPONSE
A response that can be used as default for the final response.Fields in de.aristaflow.adept2.ui.htmlgui with type parameters of type HTMLContext.Response Modifier and Type Field Description protected org.apache.commons.lang3.mutable.Mutable<HTMLContext.Response>
AbstractHTMLContext. finalResponse
The final response that will be used for all HTTP-request after the reply handler has been shut down.protected 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.Methods in de.aristaflow.adept2.ui.htmlgui that return HTMLContext.Response Modifier and Type Method Description HTMLContext.Response
HTMLContext.Response. clone()
HTMLContext.Response
AbstractHTMLContext. getResponse(HTMLContext.HTTPReply reply)
Methods in de.aristaflow.adept2.ui.htmlgui with parameters of type HTMLContext.Response Modifier and Type Method Description void
AbstractHTMLContext. setFinalResponse(HTMLContext.Response response)
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
HTMLContext. setFinalResponse(HTMLContext.Response response)
Sets the designated response as feedback to currently open replies from previous calls toHTMLContext.waitForHTTPReply(long)
and/or as general response for all following requests.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 viaHTMLContext.waitForHTTPReply(long)
. -
Uses of HTMLContext.Response in de.aristaflow.adept2.ui.htmlgui.executionenvironments
Methods in de.aristaflow.adept2.ui.htmlgui.executionenvironments that return HTMLContext.Response Modifier and Type Method Description protected abstract HTMLContext.Response
AbstractWebComponent. createResponseForInconsistentSend(HTMLContext.HTTPReply httpReply)
Create the response for telling the browser side that the data is not consistent, after the user sent the "send" user signal.protected abstract HTMLContext.Response
AbstractWebComponent. createResponseForInvalidSend(HTMLContext.HTTPReply httpReply, Throwable handlingException)
Create the response for telling the browser that data submitted with the "send" user signal was invalid, e. g. failed to parse.protected abstract HTMLContext.Response
AbstractWebComponent. handleCustomResourceSignal(HTMLContext.HTTPReply httpReply)
A "resource" user signal was sent, but the resource type was none of the default ones and needs to be handled by the implementing sub-class.protected abstract HTMLContext.Response
AbstractWebComponent. handleReload(HTMLContext.HTTPReply httpReply)
Handle the reload request having the given parameters and create an appropriate response to be sent to the browser.protected abstract HTMLContext.Response
AbstractWebComponent. handleUnknownUserSignal(HTMLContext.HTTPReply httpReply)
-
Uses of HTMLContext.Response in de.aristaflow.adept2.ui.htmlgui.httpservice
Methods in de.aristaflow.adept2.ui.htmlgui.httpservice that return HTMLContext.Response Modifier and Type Method Description HTMLContext.Response
HTTPReplyHandler. getResponse(HTMLContext.HTTPReply reply)
Provides the reply handler with the parameters retrieved by the HTTP-request.
-