Uses of Interface
de.aristaflow.adept2.ui.htmlgui.httpservice.HTTPService
Packages that use HTTPService
Package
Description
-
Uses of HTTPService in de.aristaflow.adept2.ui.guimanager
Methods in de.aristaflow.adept2.ui.guimanager with parameters of type HTTPServiceModifier and TypeMethodDescriptionprotected GUIContextRemoteHTMLGUIManager.createRemoteHtmlContext(SessionToken session, ActivityInstance actInst, EBPInstanceReference activity, String sessionId, ExecutionContext execContext, Thread thread, HTTPService httpService) Creates a newHTMLContextfor handling the interaction between webserver andExecutableComponentand also to provide theURLto a client allowing to call theURLremotely. -
Uses of HTTPService in de.aristaflow.adept2.ui.htmlgui
Fields in de.aristaflow.adept2.ui.htmlgui declared as HTTPServiceModifier and TypeFieldDescriptionprotected final HTTPServiceAbstractHTMLContext.httpServiceThe HTTP service for deregistering this reply handler.Constructors in de.aristaflow.adept2.ui.htmlgui with parameters of type HTTPServiceModifierConstructorDescriptionAbstractHTMLContext(Thread thread, HTTPService httpService, String sessionId) Creates a new abstract HTML context providing the usual behaviour needed for an HTML context including deregistering from a reply handler.RemoteHTMLContext(Thread thread, SessionToken session, HTTPService httpService, String sessionId, ActivityInstance activityInstance, EBPInstanceReference activity, ExecutionContext executionContext) Creates a newHTMLContextfor handling the interaction between webserver andExecutableComponentand also to provide theURLto a client allowing to call theURLremotely. -
Uses of HTTPService in de.aristaflow.adept2.ui.htmlgui.httpservice
Classes in de.aristaflow.adept2.ui.htmlgui.httpservice that implement HTTPServiceModifier and TypeClassDescriptionclassServlet implementation for the HTTP service of the HTML context.classSimple HTTP service based on aServletService(an embedded servlet container).classDummy HTTP service for head-less clients. -
Uses of HTTPService in de.aristaflow.adept2.ui.swtgui
Constructors in de.aristaflow.adept2.ui.swtgui with parameters of type HTTPServiceModifierConstructorDescriptionSwtHtmlContext(Thread thread, SWTContext parentSwtContext, HTTPService httpService, ClientService clientService, String sessionId) Creates a new HTML context based on the Eclipse-Browser-widget.