RTI Connext Java API  Version 5.2.0
 All Classes Namespaces Functions Variables Groups Pages
TransportBuiltinKind Class Reference

Built-in transport kind. More...

Static Public Attributes

static final int UDPv4
 Built-in UDPv4 transport, com.rti.ndds.transport.UDPv4Transport.
 
static final String UDPv4_ALIAS
 Alias name for the UDPv4 built-in transport.
 
static final int SHMEM
 Built-in shared memory transport, com.rti.ndds.transport.ShmemTransport.
 
static final String SHMEM_ALIAS
 Alias name for the shared memory built-in transport.
 
static final int UDPv6
 Built-in UDPv6 transport, com.rti.ndds.transport.UDPv6Transport.
 
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

Built-in transport kind.

See Also
com.rti.dds.infrastructure.TransportBuiltinKindMask

Member Data Documentation

final int UDPv4
static

Built-in UDPv4 transport, com.rti.ndds.transport.UDPv4Transport.

final int SHMEM
static

Built-in shared memory transport, com.rti.ndds.transport.ShmemTransport.

final int UDPv6
static

Built-in UDPv6 transport, com.rti.ndds.transport.UDPv6Transport.


RTI Connext Java API Version 5.2.0 Copyright © Sun Jun 21 2015 Real-Time Innovations, Inc