| Class | Description |
|---|---|
| SynchronizedHttpServletResponse |
Thread-safe HttpResponse wrapper to allow multi-threaded services (such as progressive, asynchronous rendering)
to have multiple threads writing to the stream.
|
| TurbineStreamServlet |
Stream responses to browser according to Server-Side Event spec.
|
| TurbineStreamServlet.FilterCriteria |
Helper class that understands how to parse the filter criteria passed in using the query params
e.g
filterCriteria=type:foo|name:bar,type:baz|name:floz
This will filter 2 sub streams of type bar and baz and will look for metrics with the name foo and floz
|