Class BackendApplication

The main entry point for Theia applications.

Constructors

Properties

_configured: Promise<void>
app: Application = ...
processUtils: ProcessUtils
stopwatch: Stopwatch

Accessors

Methods

  • Parameters

    • contentType: string
    • req: Request<ParamsDictionary, any, any, ParsedQs, Record<string, any>>
    • res: Response<any, Record<string, any>>
    • next: NextFunction

    Returns Promise<void>

  • Parameters

    • Optional port: number
    • Optional hostname: string

    Returns Promise<Server<typeof IncomingMessage, typeof ServerResponse> | Server<typeof IncomingMessage, typeof ServerResponse>>