Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BackendApplicationHosts

Important: This component is not bound on Electron.

Component handling the different hosts the Theia backend should be reachable at.

Hosts should be set through the THEIA_HOSTS environment variable as a comma-separated list of hosts.

If you do not set this variable, we'll consider that we don't know where the application is hosted at.

Hierarchy

  • BackendApplicationHosts

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

Protected Readonly _hosts

_hosts: Set<string> = ...

Accessors

hosts

  • get hosts(): ReadonlySet<string>

Methods

hasKnownHosts

  • hasKnownHosts(): boolean

Protected postConstruct

  • postConstruct(): void