Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AbstractServerResource
    • StorageServerResource

Index

Constructors

constructor

  • Parameters

    • connectionMgr: IConnectionManager

    Returns StorageServerResource

Properties

Private basePath

basePath: string = "./storage"

Protected connectionMgr

connectionMgr: IConnectionManager

Methods

getConnectionManager

  • getConnectionManager(): IConnectionManager
  • Returns IConnectionManager

getStorageServer

  • getStorageServer(): Promise<any>
  • Returns Promise<any>

setConnectionManager

  • setConnectionManager(connectionMgr: IConnectionManager): void
  • Parameters

    • connectionMgr: IConnectionManager

    Returns void

Generated using TypeDoc