RTI Connext Java API  Version 6.1.0

<<extension>> Specifies which built-in transports are used. More...

Classes

class  TransportBuiltinKind
 Built-in transport kind. More...
 
class  TransportBuiltinQosPolicy
 Specifies which built-in transports are used. More...
 

Variables

static final QosPolicyId_t TRANSPORTBUILTIN_QOS_POLICY_ID
 <<extension>> Identifier for com.rti.dds.infrastructure.TransportBuiltinQosPolicy More...
 
static final String UDPv4_ALIAS
 Alias name for the UDPv4 built-in transport: "builtin.udpv4". More...
 
static final String SHMEM_ALIAS
 Alias name for the shared memory built-in transport: "builtin.shmem". More...
 
static final String UDPv6_ALIAS
 Alias name for the UDPv6 built-in transport: "builtin.udpv6". More...
 
static final String UDPv4_WAN_ALIAS
 Alias name for the UDPv4 asymmetric built-in transport: "builtin.udpv4_wan". More...
 
static final int MASK_NONE
 None of the built-in transports will be registered automatically when the com.rti.dds.domain.DomainParticipant is enabled. More...
 
static final int MASK_DEFAULT
 The default value of com.rti.dds.infrastructure.TransportBuiltinQosPolicy.mask. More...
 
static final int MASK_ALL
 All the available built-in transports are registered automatically when the com.rti.dds.domain.DomainParticipant is enabled. More...
 

Detailed Description

<<extension>> Specifies which built-in transports are used.

See also
Changing the automatically registered built-in transports

Variable Documentation

◆ TRANSPORTBUILTIN_QOS_POLICY_ID

final QosPolicyId_t TRANSPORTBUILTIN_QOS_POLICY_ID
static

◆ UDPv4_ALIAS

final String UDPv4_ALIAS
static

Alias name for the UDPv4 built-in transport: "builtin.udpv4".

◆ SHMEM_ALIAS

final String SHMEM_ALIAS
static

Alias name for the shared memory built-in transport: "builtin.shmem".

◆ UDPv6_ALIAS

final String UDPv6_ALIAS
static

Alias name for the UDPv6 built-in transport: "builtin.udpv6".

◆ UDPv4_WAN_ALIAS

final String UDPv4_WAN_ALIAS
static

Alias name for the UDPv4 asymmetric built-in transport: "builtin.udpv4_wan".

◆ MASK_NONE

final int MASK_NONE
static

None of the built-in transports will be registered automatically when the com.rti.dds.domain.DomainParticipant is enabled.

The user must explictly register transports using com.rti.ndds.transport.TransportSupport.register_transport.

See also
com.rti.dds.infrastructure.TransportBuiltinKindMask

◆ MASK_DEFAULT

final int MASK_DEFAULT
static

The default value of com.rti.dds.infrastructure.TransportBuiltinQosPolicy.mask.

The set of builtin transport plugins that will be automatically registered with the participant by default. The user can register additional transports using com.rti.ndds.transport.TransportSupport.register_transport.

[default] [UDPv4|Shmem]

See also
com.rti.dds.infrastructure.TransportBuiltinKindMask

◆ MASK_ALL

final int MASK_ALL
static

All the available built-in transports are registered automatically when the com.rti.dds.domain.DomainParticipant is enabled.

See also
com.rti.dds.infrastructure.TransportBuiltinKindMask