Uses of Class
de.aristaflow.adept2.ui.htmlgui.HTMLContext.HTTPReply
Packages that use HTMLContext.HTTPReply
Package
Description
-
Uses of HTMLContext.HTTPReply in de.aristaflow.adept2.ui.htmlgui
Fields in de.aristaflow.adept2.ui.htmlgui with type parameters of type HTMLContext.HTTPReplyModifier and TypeFieldDescriptionprotected final Map<HTMLContext.HTTPReply,CountDownLatch> AbstractHTMLContext.repliesAll replies that are currently pending and waiting for a response.protected final 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.HTTPReplyModifier and TypeMethodDescriptionAbstractHTMLContext.waitForHTTPReply(long timeout) 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.HTTPReplyModifier and TypeMethodDescriptionAbstractHTMLContext.getResponse(HTMLContext.HTTPReply reply) 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.HTTPReply in de.aristaflow.adept2.ui.htmlgui.executionenvironments
Methods in de.aristaflow.adept2.ui.htmlgui.executionenvironments with parameters of type HTMLContext.HTTPReplyModifier and TypeMethodDescriptionprotected 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 voidAbstractWebComponent.handleKeepAliveParameters(HTMLContext.HTTPReply httpReply) Handle additional parameters which were sent along the "keep alive" signal.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 voidAbstractWebComponent.handleSendParameters(HTMLContext.HTTPReply httpReply) Handle the parameters sent along with the "Send" user signal.protected abstract voidAbstractWebComponent.handleSuspendParameters(HTMLContext.HTTPReply httpReply) Handle the parameters which were sent along the "suspend" user signal.protected abstract HTMLContext.ResponseAbstractWebComponent.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.HTTPReplyModifier and TypeMethodDescriptionHTTPReplyHandler.getResponse(HTMLContext.HTTPReply reply) Provides the reply handler with the parameters retrieved by the HTTP-request.