RTI Connext Java API  Version 5.1.0
TRANSPORT_BUILTIN

<<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
 
static final String UDPv4_ALIAS
 Alias name for the UDPv4 built-in transport.
 
static final String SHMEM_ALIAS
 Alias name for the shared memory built-in transport.
 
static final String UDPv6_ALIAS
 Alias name for the UDPv6 built-in transport.
 
static final int MASK_NONE
 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.
 
static final int MASK_DEFAULT
 The default value of com.rti.dds.infrastructure.TransportBuiltinQosPolicy.mask.
 
static final int MASK_ALL
 All the available built-in transports are registered automatically when the com.rti.dds.domain.DomainParticipant is enabled.
 

Detailed Description

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

See Also
Changing the automatically registered built-in transports

Variable Documentation

final QosPolicyId_t TRANSPORTBUILTIN_QOS_POLICY_ID
static
final String UDPv4_ALIAS
static

Alias name for the UDPv4 built-in transport.

final String SHMEM_ALIAS
static

Alias name for the shared memory built-in transport.

final String UDPv6_ALIAS
static

Alias name for the UDPv6 built-in transport.

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
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.

See Also
com.rti.dds.infrastructure.TransportBuiltinKindMask
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

RTI Connext Java API Version 5.1.0 Copyright © Mon Feb 3 2014 Real-Time Innovations, Inc