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.ResponseAbstractHTMLContext. DEFAULT_FINAL_RESPONSEA 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. finalResponseThe 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. responsesAll 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.ResponseHTMLContext.Response. clone()HTMLContext.ResponseAbstractHTMLContext. getResponse(HTMLContext.HTTPReply reply)Methods in de.aristaflow.adept2.ui.htmlgui with parameters of type HTMLContext.Response Modifier and Type Method Description voidAbstractHTMLContext. setFinalResponse(HTMLContext.Response response)protected voidAbstractHTMLContext. setFinalResponse(HTMLContext.Response response, boolean checkThread)Sets the final response to the designated one and optionally checks for the valid executor thread.voidHTMLContext. 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.voidAbstractHTMLContext. setResponse(HTMLContext.HTTPReply reply, HTMLContext.Response response)voidHTMLContext. 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.ResponseAbstractWebComponent. 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.ResponseAbstractWebComponent. 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.protected abstract HTMLContext.ResponseAbstractWebComponent. 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.ResponseAbstractWebComponent. 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.ResponseAbstractWebComponent. 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.ResponseHTTPReplyHandler. getResponse(HTMLContext.HTTPReply reply)Provides the reply handler with the parameters retrieved by the HTTP-request.
-