MaServer Class ReferenceInheritance diagram for MaServer:
List of all members.
Detailed Description
HTTP server possibly listening on multiple ports.
An application may have any number of HTTP servers, each managed by an instance of the Server class. Typically there will be only one server in an application. There may be multiple virtual hosts and one default host for each server class. A server will typically be configured by calling the configure method for each server which parses a file to define the server and virtual host configuration. - Stability classification:
- Evolving.
Member Function Documentation
| int MaServer::getLine |
( |
|
) |
[inline] |
|
|
|
- Synopsis:
- Return the current configuration file line number
- Overview:
- If a error is encountered when parsing the configuration file, getLine will return the current line number for error reporting purposes.
- Returns:
- The current line number (origin 1).
- Stability classification:
- Evolving.
- Library:
- libappweb
- See also:
- configure
|
|
|
- Synopsis:
- Start the server.
- Overview:
- Call to start all hosts within the server.
- Returns:
- Returns zero if successful, otherwise return a negative MPR error code.
|
|
|
- Synopsis:
- Stop the server.
- Overview:
- Call to stop all hosts within the server.
- Returns:
- Returns zero if successful, otherwise return a negative MPR error code.
|
The documentation for this class was generated from the following files:
|