UdpSocketOptionsValidator
Это содержимое пока не доступно на вашем языке.
Defined in: src/io/broker/UdpSocketOptions.ts:53
Validates resolved UdpSocketOptionsType settings.
Extends
Section titled “Extends”BrokerOptionsValidator<UdpSocketOptionsType>
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new UdpSocketOptionsValidator():
UdpSocketOptionsValidator
Defined in: src/io/broker/UdpSocketOptions.ts:54
Returns
Section titled “Returns”UdpSocketOptionsValidator
Overrides
Section titled “Overrides”BrokerOptionsValidator<UdpSocketOptionsType>.constructor
Methods
Section titled “Methods”validate()
Section titled “validate()”validate(
settings):void
Defined in: src/util/OptionsValidator.ts:75
Check the (merged) settings; throws OptionsError on the first
violation. Unset (undefined) fields always pass.
Parameters
Section titled “Parameters”settings
Section titled “settings”Partial<T>
Returns
Section titled “Returns”void
Inherited from
Section titled “Inherited from”BrokerOptionsValidator.validate
