|
Daraja HTTP Framework 3.2.1-SNAPSHOT
HTTP server framework for Object Pascal
|
Create a TdjHandlerCollection. More...
Public Member Functions | |
| TdjAbstractHandler () | |
| Constructor. | |
| Boolean | IsStarted () |
| Boolean | IsStopped () |
| Start () | |
| Starts the component. | |
| Stop () | |
| Stops the component. | |
Public Attributes | |
| Boolean | Started |
| Boolean | Stopped |
Protected Member Functions | |
| CheckNotStarted () | |
| Raises an exception if the lifecycle is already in "started" state. | |
| CheckNotStopped () | |
| Raises an exception if the lifecycle is already in "stopped" state. | |
| Handle (const string Target, TdjServerContext Context, TdjRequest Request, TdjResponse Response) | |
Create a TdjHandlerCollection.
| TdjAbstractHandler::TdjAbstractHandler | ( | ) |
Constructor.
Referenced by Handle().
|
protectedinherited |
Raises an exception if the lifecycle is already in "started" state.
References Started, and Stopped.
Referenced by TdjWebFilterHolders::TdjWebFilterHolders().
|
protectedinherited |
Raises an exception if the lifecycle is already in "stopped" state.
References TdjLifeCycle().
|
protected |
Implements IHandler.
References TdjAbstractHandler().
|
inherited |
Implements ILifeCycle.
References TdjLifeCycle().
Referenced by DoStop(), and TdjWebComponentHandler::InvokeService().
|
inherited |
Implements ILifeCycle.
References Stopped.
Referenced by DoStop().
|
inherited |
|
inherited |
Stops the component.
Implements ILifeCycle.
References Started.
Referenced by DoStop(), and TdjWebComponentHandler::InvokeService().
|
inherited |
Referenced by CheckNotStarted(), and Stop().
|
inherited |
Referenced by CheckNotStarted(), and IsStopped().