Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface HostedPluginServer

Hierarchy

Index

Methods

dispose

  • dispose(): void
  • Dispose this object.

    Returns void

Optional getClient

  • Returns undefined | HostedPluginClient

getDeployedPluginIds

  • getDeployedPluginIds(): Promise<string[]>

getDeployedPlugins

getExtPluginAPI

onMessage

  • onMessage(targetHost: string, message: string): Promise<void>

setClient

  • If this server is a proxy to a remote server then a client is used as a local object to handle JSON-RPC messages from the remote server.

    Parameters

    Returns void