| Class | Description |
|---|---|
| MockStreamServlet |
Simulate an event stream URL by retrieving pre-canned data instead of going to live servers.
|
| ProxyStreamServlet |
Proxy an EventStream request (data.stream via proxy.stream) since EventStream does not yet support CORS (https://bugs.webkit.org/show_bug.cgi?id=61862)
so that a UI can request a stream from a different server.
|