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 classAbstractHTMLContextThisGUIContextenables the usage of HTML as graphical user interface.classRemoteHTMLContextA simpleHTMLContextthat 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. replyHandlersThe 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 voidAristaFlowHTTPService. registerReplyHandler(SessionToken session, String sessionID, HTTPReplyHandler replyHandler)voidEmbdServContHTTPService. registerReplyHandler(SessionToken session, String sessionID, HTTPReplyHandler replayHandler)voidHTTPService. registerReplyHandler(SessionToken session, String sessionID, HTTPReplyHandler replyHandler)Registers a reply handler for the activity with the designatedsessionID.voidNullHTTPService. 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 classSwtHtmlContextThisGUIContextencapsulates the HTML of this context in a browser widget in SWT.
-