Theia API Documentation v1.65.0
    Preparing search index...

    The main entry point for Theia applications.

    Index

    Constructors

    Properties

    app: Application = ...
    processUtils: ProcessUtils
    stopwatch: Stopwatch

    Accessors

    Methods

    • Parameters

      • contentType: string
      • req: Request
      • res: Response
      • next: NextFunction

      Returns Promise<void>

    • Parameters

      • Optionalport: number
      • Optionalhostname: string

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