Uses of Interface
de.aristaflow.adept2.ui.htmlgui.httpservice.HTTPReplyHandler
Packages that use HTTPReplyHandler
Package
Description
-
Uses of HTTPReplyHandler in de.aristaflow.adept2.ui.htmlgui
Classes in de.aristaflow.adept2.ui.htmlgui that implement HTTPReplyHandlerModifier and TypeClassDescriptionclassThisGUIContextenables the usage of HTML as graphical user interface.classA 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 HTTPReplyHandlerModifier and TypeFieldDescriptionprotected final 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 HTTPReplyHandlerModifier and TypeMethodDescriptionvoidAristaFlowHTTPService.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 HTTPReplyHandlerModifier and TypeClassDescriptionclassThisGUIContextencapsulates the HTML of this context in a browser widget in SWT.