| 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 |
A
HTTPService provides the means to register and deregister
handlers for replies for an activity sent via HTTP. |
| Class | Description |
|---|---|
| AristaFlowHTTPService |
Servlet implementation for the HTTP service of the HTML context.
|
| EmbdServContHTTPService |
Simple HTTP service based on a
ServletService (an embedded servlet
container). |
| NullHTTPService |
Dummy HTTP service for head-less clients.
|