RTI Connext Java API Version 7.2.0
DiscoveryConfigBuiltinChannelKind Class Reference

Built-in channels that can be enabled. More...

Static Public Attributes

static final int SERVICE_REQUEST_CHANNEL
 [default] Built-in ServiceRequest channel. More...
 
static final int MASK_NONE
 No bits are set, indicating that all channels that can be disabled, are disabled. Not all builtin channels can be disabled by the user. Only builtin channels represented by com.rti.dds.infrastructure.DiscoveryConfigBuiltinChannelKind are able to be enabled or disabled by the user. More...
 
static final int MASK_ALL
 All bits are set, indicating that all channels are enabled. More...
 
static final int MASK_DEFAULT = SERVICE_REQUEST_CHANNEL
 The default value of com.rti.dds.infrastructure.DiscoveryConfigQosPolicy.enabled_builtin_channels. More...
 

Detailed Description

Built-in channels that can be enabled.

See also
com.rti.dds.infrastructure.DiscoveryConfigBuiltinChannelKindMask

Member Data Documentation

◆ SERVICE_REQUEST_CHANNEL

final int SERVICE_REQUEST_CHANNEL
static

[default] Built-in ServiceRequest channel.

Enables the ServiceRequest channel, which is required by the TopicQuery and locator reachability features. Disabling the ServiceRequest channel reduces resource consumption including network bandwidth, CPU utilization, and memory.