Options
All
  • Public
  • Public/Protected
  • All
Menu

Class MiniBrowserEndpoint

deprecated

since 1.8.0

Hierarchy

  • Endpoint
    • MiniBrowserEndpoint

Index

Constructors

constructor

Properties

Protected Readonly location

location: Location

Protected Readonly options

options: Options

Static Readonly PROTO_FILE

PROTO_FILE: string

Static Readonly PROTO_HTTP

PROTO_HTTP: string

Static Readonly PROTO_HTTPS

PROTO_HTTPS: string

Static Readonly PROTO_WS

PROTO_WS: string

Static Readonly PROTO_WSS

PROTO_WSS: string

Accessors

host

  • get host(): string
  • Returns string

httpScheme

  • get httpScheme(): string
  • The HTTP/HTTPS scheme of the endpoint, or the user defined one. See: Endpoint.Options.httpScheme.

    Returns string

Protected path

  • get path(): string
  • Returns string

Protected pathname

  • get pathname(): string
  • Returns string

Protected port

  • get port(): string
  • Returns string

Protected wsScheme

  • get wsScheme(): string
  • Returns string

Methods

getRestUrl

  • getRestUrl(): default
  • Returns default

Protected getSearchParam

  • getSearchParam(name: string, defaultValue: string): string
  • Parameters

    • name: string
    • defaultValue: string

    Returns string

getWebSocketUrl

  • getWebSocketUrl(): default
  • Returns default