Uses of Interface
de.aristaflow.adept2.ui.htmlgui.httpservice.HTTPReplyHandler
-
Packages that use HTTPReplyHandler Package Description de.aristaflow.adept2.ui.htmlgui de.aristaflow.adept2.ui.htmlgui.httpservice de.aristaflow.adept2.ui.swtgui -
-
Uses of HTTPReplyHandler in de.aristaflow.adept2.ui.htmlgui
Classes in de.aristaflow.adept2.ui.htmlgui that implement HTTPReplyHandler Modifier and Type Class Description class
AbstractHTMLContext
ThisGUIContext
enables the usage of HTML as graphical user interface.class
RemoteHTMLContext
A simpleHTMLContext
that does not create any browsers or alike but just provides the interaction between webserver andExecutableComponent
. -
Uses of HTTPReplyHandler in de.aristaflow.adept2.ui.htmlgui.httpservice
Fields in de.aristaflow.adept2.ui.htmlgui.httpservice with type parameters of type HTTPReplyHandler Modifier and Type Field Description protected Map<String,HTTPReplyHandler>
AristaFlowHTTPService. replyHandlers
The reply handlers to which HTTP-requests are forwarded after the decoding.Methods in de.aristaflow.adept2.ui.htmlgui.httpservice with parameters of type HTTPReplyHandler Modifier and Type Method Description void
AristaFlowHTTPService. registerReplyHandler(SessionToken session, String sessionID, HTTPReplyHandler replyHandler)
void
EmbdServContHTTPService. registerReplyHandler(SessionToken session, String sessionID, HTTPReplyHandler replayHandler)
void
HTTPService. registerReplyHandler(SessionToken session, String sessionID, HTTPReplyHandler replyHandler)
Registers a reply handler for the activity with the designatedsessionID
.void
NullHTTPService. registerReplyHandler(SessionToken session, String sessionID, HTTPReplyHandler replyHandler)
-
Uses of HTTPReplyHandler in de.aristaflow.adept2.ui.swtgui
Classes in de.aristaflow.adept2.ui.swtgui that implement HTTPReplyHandler Modifier and Type Class Description class
SwtHtmlContext
ThisGUIContext
encapsulates the HTML of this context in a browser widget in SWT.
-