Options
All
  • Public
  • Public/Protected
  • All
Menu

Class RemoteFileSystemProxyFactory<T>

Type Parameters

  • T extends object

Hierarchy

  • JsonRpcProxyFactory<T>
    • RemoteFileSystemProxyFactory

Index

Constructors

  • Build a new JsonRpcProxyFactory.

    Type Parameters

    • T extends object

    Parameters

    • Optional target: any

      The object to expose to JSON-RPC methods calls. If this is omitted, the proxy won't be able to handle requests, only send them.

    • Optional rpcProtocolFactory: RpcProtocolFactory

    Returns RemoteFileSystemProxyFactory<T>

Methods

  • deserializeError(capturedError: Error, e: any): any
  • serializeError(e: any): any