FindServersRequest Class
Extends BaseUAObject
Module: services.register-server
Finds the servers known to the discovery server.
Constructor
FindServersRequest
(
-
options
Parameters:
-
options
Object-
[requestHeader]
RequestHeader optionalA standard header included in all requests sent to a server.
-
[endpointUrl]
String optionalThe URL used by the client to send the request.
-
[localeIds]
LocaleId optionalThe locales to use when constructing a response.
-
[serverUris]
String optionalThe URIs of the servers to return (all servers returned if none specified).
-
Item Index
Properties
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:
-
stream
BinaryStream -
[option]
Object optional
decode_debug
()
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.
serverUris
String
The URIs of the servers to return (all servers returned if none specified).