Daraja HTTP Framework 3.0-MS1
HTTP server framework for Object Pascal
|
Abstract LifeCycle implementation. More...
Public Member Functions | |
Start () | |
Start the handler. | |
Stop () | |
Stop the handler. | |
Boolean | IsStarted () |
Boolean | IsStopped () |
Public Attributes | |
Boolean | Started |
True if the state is "started". | |
Boolean | Stopped |
True if the state is "stopped". | |
Abstract LifeCycle implementation.
Boolean TdjLifeCycle::IsStarted | ( | ) |
Referenced by TdjServer::AddConnector(), TdjHTTPConnector::DoStop(), TdjHandlerCollection::Handle(), Start(), TdjHTTPConnector::~TdjHTTPConnector(), and TdjServer::~TdjServer().
Boolean TdjLifeCycle::IsStopped | ( | ) |
TdjLifeCycle::Start | ( | ) |
TdjLifeCycle::Stop | ( | ) |
Stop the handler.
References DoStop(), and Stopped.
Referenced by TdjHTTPConnector::~TdjHTTPConnector(), and TdjServer::~TdjServer().
Boolean TdjLifeCycle::Started |
True if the state is "started".
Referenced by TdjHandlerCollection::AddHandler(), CheckStarted(), TdjHTTPConnector::DoStart(), and Start().
Boolean TdjLifeCycle::Stopped |
True if the state is "stopped".
Referenced by CheckStopped(), and Stop().