Uses of Class
de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
-
Packages that use HTMLContext.HTTPReply Package Description de.aristaflow.adept2.ui.htmlgui de.aristaflow.adept2.ui.htmlgui.executionenvironments de.aristaflow.adept2.ui.htmlgui.httpservice -
-
Uses of HTMLContext.HTTPReply in de.aristaflow.adept2.ui.htmlgui
Fields in de.aristaflow.adept2.ui.htmlgui with type parameters of type HTMLContext.HTTPReply Modifier and Type Field Description protected Map<HTMLContext.HTTPReply,CountDownLatch>
AbstractHTMLContext. replies
All replies that are currently pending and waiting for a response.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.HTTPReply Modifier and Type Method 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.Methods in de.aristaflow.adept2.ui.htmlgui with parameters of type HTMLContext.HTTPReply Modifier and Type Method 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 viaHTMLContext.waitForHTTPReply(long)
. -
Uses of HTMLContext.HTTPReply in de.aristaflow.adept2.ui.htmlgui.executionenvironments
Methods in de.aristaflow.adept2.ui.htmlgui.executionenvironments with parameters of type HTMLContext.HTTPReply 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 void
AbstractWebComponent. handleKeepAliveParameters(HTMLContext.HTTPReply httpReply)
Handle additional parameters which were sent along the "keep alive" signal.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 void
AbstractWebComponent. handleSendParameters(HTMLContext.HTTPReply httpReply)
Handle the parameters sent along with the "Send" user signal.protected abstract void
AbstractWebComponent. handleSuspendParameters(HTMLContext.HTTPReply httpReply)
Handle the parameters which were sent along the "suspend" user signal.protected abstract HTMLContext.Response
AbstractWebComponent. handleUnknownUserSignal(HTMLContext.HTTPReply httpReply)
-
Uses of HTMLContext.HTTPReply in de.aristaflow.adept2.ui.htmlgui.httpservice
Methods in de.aristaflow.adept2.ui.htmlgui.httpservice with parameters of type HTMLContext.HTTPReply Modifier and Type Method Description HTMLContext.Response
HTTPReplyHandler. getResponse(HTMLContext.HTTPReply reply)
Provides the reply handler with the parameters retrieved by the HTTP-request.
-