Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ServerChooser

Hierarchy

  • ServerChooser

Implemented by

Index

Methods

getCurrentAuthenticator

  • Returns Authenticator

    The current authenticator chosen (if any).

getCurrentURI

  • getCurrentURI(): string
  • Returns string

    The current URI chosen (if any).

getError

  • getError(): string
  • Returns string

    A string with information about the connection that failed and the reason for the failure. When no further information is available, returns an empty string.

reportFailure

  • reportFailure(error: Error, connectionInfo: any): void
  • Parameters

    • error: Error
    • connectionInfo: any

    Returns void

reportSuccess

  • reportSuccess(connectionInfo: any): void
  • Parameters

    • connectionInfo: any

    Returns void