RTI Connext Java API  Version 5.1.0
RtpsReservedPortKind Class Reference

RTPS reserved port kind, used to identify the types of ports that can be reserved on domain participant enable. More...

Static Public Attributes

static final int BUILTIN_UNICAST = 0x0001 << 0
 Select the metatraffic unicast port.
 
static final int BUILTIN_MULTICAST = 0x0001 << 1
 Select the metatraffic multicast port.
 
static final int USER_UNICAST = 0x0001 << 2
 Select the usertraffic unicast port.
 
static final int USER_MULTICAST = 0x0001 << 3
 Select the usertraffic multicast port.
 
static final int MASK_DEFAULT = BUILTIN_UNICAST | BUILTIN_MULTICAST | USER_UNICAST
 The default value of com.rti.dds.infrastructure.WireProtocolQosPolicy.rtps_reserved_port_mask.
 
static final int MASK_NONE
 No bits are set.
 
static final int MASK_ALL
 All bits are set.
 

Detailed Description

RTPS reserved port kind, used to identify the types of ports that can be reserved on domain participant enable.

See Also
com.rti.dds.infrastructure.WireProtocolQosPolicy.rtps_reserved_port_mask

Member Data Documentation

final int BUILTIN_UNICAST = 0x0001 << 0
static

Select the metatraffic unicast port.

final int BUILTIN_MULTICAST = 0x0001 << 1
static

Select the metatraffic multicast port.

final int USER_UNICAST = 0x0001 << 2
static

Select the usertraffic unicast port.

final int USER_MULTICAST = 0x0001 << 3
static

Select the usertraffic multicast port.


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