Table of Contents

Sparkle.Comp.Server Namespace

Classes

Name Description
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.
TSparkleMiddleware​List 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.

Class References

Name Description
TSparkleMiddleware​Class Class reference for TSparkleMiddleware descendants.

Types

Name Description
TSparkleDispatcher​Modules​Event Event fired after the dispatcher component has added the modules of its connected server components to the HTTP dispatcher.
TSparkleModuleEvent Event fired when a server component creates its server module.