Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace StickyCookieLoadBalancingMethod

An object that represents the {@code sticky-cookie} load balancing method and its properties.

Properties

Optional domain

domain: undefined | string

The domain for which the cookie is set, defaults to WAAS policy domain.

Optional expirationTimeInSeconds

expirationTimeInSeconds: undefined | number

The time for which a browser should keep the cookie in seconds. Empty value will cause the cookie to expire at the end of a browser session. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Const method

method: string = "STICKY_COOKIE"

Optional name

name: undefined | string

The name of the cookie used to track the persistence. Can contain any US-ASCII character except separator or control character.

Methods

getDeserializedJsonObj

getJsonObj