Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
Loading...
Searching...
No Matches
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CEWebComponentExceptionThis exception is thrown if an error occurs that interferes with the component's normal operation
 CIConnectorInterface for HTTP connectors
 CIContextInterface for server contexts that provide access to configuration and resources
 CIContextConfigInterface for context configuration, providing access to initialization parameters
 CIHandlerInterface for HTTP request handlers
 CIHandlerContainerInterface for components that can contain multiple handlers
 CILifeCycleInterface for components with a lifecycle (start/stop capabilities)
 CIWebComponentInterface for web components that process HTTP requests and generate responses
 CIWebComponentConfigInterface for web component configuration, providing access to initialization parameters
 CIWebFilterInterface for web filters that can intercept and modify HTTP requests and responses
 CIWebFilterChainInterface for filter chains that allow sequential processing of requests through multiple filters
 CIWebFilterConfigInterface for web filter configuration, providing access to filter settings and parameters
 CIWriteableConfigInterface for writable configuration objects that can be modified at runtime
 CTdjAbstractConfigGeneric configuration class for managing initialization parameters and context
 CTdjAbstractConnectorInterface for HTTP connectors.
 CTdjAbstractHandlerInterface for HTTP request handlers.
 CTdjAbstractHandlerContainerThis is the base class for handlers that may contain other handlers
 CTdjContextHandles requests within a specific context path
 CTdjContextHandlerContext handler
 CTdjContextHandlerCollectionMultiple contexts with the same name are not allowed
 CTdjGenericHolderA generic holder class that manages objects of type T
 CTdjGenericWebComponentDefines a generic Web Component
 CTdjGenericWebFilterA generic web filter class implementing the IWebFilter interface
 CTdjHandlerCollectionA collection of handlers
 CTdjHandlerListIterates handler list and exits when the response code is set
 CTdjHandlerWrapperA HandlerWrapper acts as a IHandler but delegates the handle method and life cycle events to a delegate
 CTdjHTTPConnectorHTTP connector
 CTdjHTTPServerHTTP Server
 CTdjLifeCycleAbstract LifeCycle implementation
 CTdjMultiMapA generic multi-map implementation that maps strings to lists of objects
 CTdjPathMapHolds all known web component mappings for a context
 CTdjRequestHTTP request information
 CTdjResponseHTTP response information
 CTdjServerBasic server class for the Web Component framework
 CTdjServerBaseBase server implementation providing core HTTP server functionality
 CTdjServerContextA subclass of the Indy context class is used for future extensions
 CTdjStringsThis class holds a list of strings
 CTdjWebAppContextMain context handler class
 CTdjWebComponentA base class which can be subclassed to create a HTTP component for a Web site
 CTdjWebComponentConfigWeb Component configuration
 CTdjWebComponentContextHandlerContext Handler for Web Components (and Web Filters)
 CTdjWebComponentHandlerWeb Component handler
 CTdjWebComponentHolderHolds a WebComponent and configuration data
 CTdjWebComponentHoldersTdjWebComponentHolders is a class that manages a list of TdjWebComponentHolder objects
 CTdjWebComponentMappingWeb Component Mapping
 CTdjWebFilterA base class which can be subclassed to create a HTTP filter component for a Web site
 CTdjWebFilterChainImplements the IWebFilterChain interface to manage web filter chains
 CTdjWebFilterConfigWeb Filter configuration
 CTdjWebFilterHolderA generic holder class for managing instances of TdjWebFilter
 CTdjWebFilterHoldersA generic list of TdjWebFilterHolder objects
 CTdjWebFilterMappingWeb Filter Mapping