Package de.aristaflow.adept2.ui.htmlgui.httpservice
-
Interface Summary Interface Description HTTPReplyHandler HTML-activities are provided a single HTTP-service which accepts data sent back to an activity and assigns it to a registered activity.HTTPService AHTTPService
provides the means to register and deregister handlers for replies for an activity sent via HTTP. -
Class Summary Class Description AristaFlowHTTPService Servlet implementation for the HTTP service of the HTML context.EmbdServContHTTPService Simple HTTP service based on aServletService
(an embedded servlet container).NullHTTPService Dummy HTTP service for head-less clients.