APIs

Show:

Finds the servers known to the discovery server.

Constructor

FindServersRequest

(
  • options
)

Parameters:

  • options Object
    • [requestHeader] RequestHeader optional

      A standard header included in all requests sent to a server.

    • [endpointUrl] String optional

      The URL used by the client to send the request.

    • [localeIds] LocaleId optional

      The locales to use when constructing a response.

    • [serverUris] String optional

      The URIs of the servers to return (all servers returned if none specified).

Methods

binaryStoreSize

() Number

Calculate the required size to store this object in a binary stream.

Returns:

Number:

decode

(
  • stream
  • [option]
)

decode the object from a binary stream

Parameters:

encode

(
  • stream
)

encode the object into a binary stream

Parameters:

isValid

() Boolean

verify that all object attributes values are valid according to schema

Returns:

Boolean:

toString

() String

Returns:

String:

Properties

endpointUrl

String

The URL used by the client to send the request.

localeIds

LocaleId

The locales to use when constructing a response.

requestHeader

RequestHeader

A standard header included in all requests sent to a server.

serverUris

String

The URIs of the servers to return (all servers returned if none specified).