| TSparkleDispatcher |
Abstract ancestor for server dispatcher components, which own the actual HTTP server and serve the Sparkle server components connected to them.
|
| TSparkleMiddleware |
The ancestor class for all Sparkle middleware classes.
|
| TSparkleMiddlewareList |
Holds the middleware components attached to a Sparkle server component, in the order they are applied to the created server modules.
|
| TSparkleServer |
Abstract ancestor for Sparkle server components, which define a server module listening at a base URL and connect to a dispatcher component that owns the actual HTTP server.
|