RTI Connext Java API  Version 6.1.2

Built-in transport kind. More...

Static Public Attributes

static final int UDPv4
 Built-in UDPv4 transport, com.rti.ndds.transport.UDPv4Transport. More...
 
static final String UDPv4_ALIAS
 Alias name for the UDPv4 built-in transport: "builtin.udpv4". More...
 
static final int SHMEM
 Built-in shared memory transport, com.rti.ndds.transport.ShmemTransport. More...
 
static final String SHMEM_ALIAS
 Alias name for the shared memory built-in transport: "builtin.shmem". More...
 
static final int UDPv6
 Built-in UDPv6 transport, com.rti.ndds.transport.UDPv6Transport. More...
 
static final String UDPv6_ALIAS
 Alias name for the UDPv6 built-in transport: "builtin.udpv6". More...
 
static final int UDPv4_WAN
 Built-in UDPv4 asymmetric transport, com.rti.ndds.transport.UDPv4WanTransport. 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

Built-in transport kind.

See also
com.rti.dds.infrastructure.TransportBuiltinKindMask

Member Data Documentation

◆ UDPv4

◆ SHMEM

◆ UDPv6

◆ UDPv4_WAN