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

Properties

_hosts: Set<string> = ...

Accessors

  • get hosts(): ReadonlySet<string>

Methods

  • hasKnownHosts(): boolean
  • init(): void