Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GitPromptServerProxy

Hierarchy

Index

Properties

Readonly onDidCloseConnection

onDidCloseConnection: Event<void>

Readonly onDidOpenConnection

onDidOpenConnection: Event<void>

Methods

dispose

  • dispose(): void
  • Dispose this object.

    Returns void

Optional getClient

  • Returns undefined | GitPromptClient

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