Uses of Interface
de.aristaflow.adept2.ui.htmlgui.httpservice.HTTPService
-
Packages that use HTTPService Package Description de.aristaflow.adept2.ui.guimanager de.aristaflow.adept2.ui.htmlgui de.aristaflow.adept2.ui.htmlgui.httpservice de.aristaflow.adept2.ui.swtgui -
-
Uses of HTTPService in de.aristaflow.adept2.ui.guimanager
Methods in de.aristaflow.adept2.ui.guimanager with parameters of type HTTPService Modifier and Type Method Description protected GUIContext
RemoteHTMLGUIManager. createRemoteHtmlContext(SessionToken session, ActivityInstance actInst, EBPInstanceReference activity, String sessionId, ExecutionContext execContext, Thread thread, HTTPService httpService)
Creates a newHTMLContext
for handling the interaction between webserver andExecutableComponent
and also to provide theURL
to a client allowing to call theURL
remotely. -
Uses of HTTPService in de.aristaflow.adept2.ui.htmlgui
Fields in de.aristaflow.adept2.ui.htmlgui declared as HTTPService Modifier and Type Field Description protected HTTPService
AbstractHTMLContext. httpService
The HTTP service for deregistering this reply handler.Constructors in de.aristaflow.adept2.ui.htmlgui with parameters of type HTTPService Constructor Description AbstractHTMLContext(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 newHTMLContext
for handling the interaction between webserver andExecutableComponent
and also to provide theURL
to a client allowing to call theURL
remotely. -
Uses of HTTPService in de.aristaflow.adept2.ui.htmlgui.httpservice
Classes in de.aristaflow.adept2.ui.htmlgui.httpservice that implement HTTPService Modifier and Type Class Description class
AristaFlowHTTPService
Servlet implementation for the HTTP service of the HTML context.class
EmbdServContHTTPService
Simple HTTP service based on aServletService
(an embedded servlet container).class
NullHTTPService
Dummy 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 HTTPService Constructor Description SwtHtmlContext(Thread thread, SWTContext parentSwtContext, HTTPService httpService, ClientService clientService, String sessionId)
Creates a new HTML context based on the Eclipse-Browser-widget.
-