t_ChannelConnections_UDPConnection
UDPConnection
A UDP environment specific connection.
Properties
channel : stringConnection channel.
condition : stringThe property to which the directive is applied.
The property specified here is typically set in the .environment file. It must be prefixed with "-Dnexj" if specified on the JVM command line.- Example
condition="reporting.enabled" ... reporting.enabled="true" or "-Dnexj.reporting.enabled=true"
description : stringChannel connection description.
directive : directiveA conditional directive determining the operation to apply to the property specified in "condition".
If the operation is set to "if" or "ifnot", the property can be null. "ifdef" means "if defined". "ifndef" means "if not defined". If the operation is set to either, the property must not be null.- Example
"if", "ifnot", "ifdef", "ifndef"
Valid values based on“string”. if ifnot ifdef ifndef enabled : booleanThe default state of enablement. (default="true")
encoding : stringCharacter encoding for string messages. Overrides the channel setting.
group : stringMulticast group IP address. Overrides the channel setting.
host : stringRemote UDP host or multicast group.
localHost : stringLocal UDP host for binding (* or empty binds to all interfaces).
localPort : unsignedShortLocal UDP port (0 or empty for a random port). Overrides the channel setting.
maxReceivers : nonNegativeIntMaximum UDP receiver threads per server. Overrides the channel setting.
Valid values based on“int”. 0 (minInclusive) maxSenders : integerMaximum UDP sender connections per server. Overrides the channel setting.
merged : booleanport : unsignedShortRemote UDP port. Overrides the channel setting.
tos : unsignedByteRFC 1349 type-of-service value (sum of lowCost=2, reliability=4, throughput=8, lowDelay=16).
ttl : unsignedBytePacket time-to-live in hops (0..255). Overrides the channel setting.
warningTimeout : nonNegativeLongTimeout in milliseconds before a warning is generated, 0 for infinite timeout.
Valid values based on“long”. 0 (minInclusive)
Parents
Parent topic: t_Connections_ChannelConnections
Parent topic: t_Environment_ChannelConnections