|
Daraja HTTP Framework 3.0.7-SNAPSHOT
HTTP server framework for Object Pascal
|
Interface for HTTP connectors. More...
Public Member Functions | |
| string | GetHost () |
| Get the host. | |
| Integer | GetPort () |
| Get the port. | |
| boolean | IsStarted () |
| boolean | IsStopped () |
| SetHost (const string Value) | |
| Set the host. | |
| SetPort (Integer Value) | |
| Set the port. | |
| Start () | |
| Starts the component. | |
| Stop () | |
| Stops the component. | |
Public Attributes | |
| string | Host |
| Integer | Port |
Interface for HTTP connectors.
| string IConnector::GetHost | ( | ) |
Get the host.
| Integer IConnector::GetPort | ( | ) |
Get the port.
|
inherited |
|
inherited |
Implemented in TdjLifeCycle.
| IConnector::SetHost | ( | const string | Value | ) |
Set the host.
| IConnector::SetPort | ( | Integer | Value | ) |
Set the port.
|
inherited |
Starts the component.
Implemented in TdjLifeCycle.
|
inherited |
| string IConnector::Host |
| Integer IConnector::Port |