Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AsperaSdkGlobals

Hierarchy

  • AsperaSdkGlobals

Index

Properties

AsperaSdkInfo

AsperaSdkInfo: AsperaSdkInfo

Aspera SDK info

appId

appId: string

The unique ID for the website

asperaAppUrl

asperaAppUrl: string = "http://127.0.0.1"

The URL of the IBM Aspera HTTP server to use with the SDK

asperaAppVerified

asperaAppVerified: boolean = false

Indication that the server has been verified as working

dropZonesCreated

dropZonesCreated: Map<string, { callback: (event: any) => void; event: string }[]> = new Map()

Map of drop zones created by querySelector

installerUrl

installerUrl: string = installerUrl

The default URL to check for latest Aspera installers

rpcPort

rpcPort: number = 33024

The URL of the IBM Aspera Desktop HTTP server to use with the SDK

Optional sessionId

sessionId: string

The session ID for the current user

supportMultipleUsers

supportMultipleUsers: boolean = false

Indicate if multiple session is supported

Methods

backupLaunchMethod

  • backupLaunchMethod(url: string): void

launch

  • launch(): void
  • Launch the IBM Aspera App via protocol url. By default, a hidden IFRAME attempts to open the app but if that fails a fallback of opening a new window happens.

    Returns void