Package | Description |
---|---|
net.sf.jrtps.builtin |
This package provides builtin topic support.
|
net.sf.jrtps.message |
This package contains Messages that are transferred on wire.
|
net.sf.jrtps.message.parameter |
Classes in this package are used with ParameterList encapsulation during message exchange
between participants.
|
Modifier and Type | Method and Description |
---|---|
Parameter |
DiscoveredData.getParameter(ParameterId id)
Gets the Parameter with given ParameterEnum
|
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
DiscoveredData.getParameters()
Gets all the parameters that were received during discovery.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DiscoveredData.addParameter(Parameter param)
Adds a Parameter that was not handled by subclass.
|
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
DataFrag.getParameterList() |
Modifier and Type | Class and Description |
---|---|
class |
BaseTypeName |
class |
BuiltinEndpointSet
All Participants must support the SEDP.
|
class |
BuiltinTopicKey
BuiltinTopicKey holds Guid of the entities.
|
class |
CoherentSet |
class |
ContentFilterInfo
ContentFilterInfo is transmitted with Data submessage as an inline-qos parameter.
|
class |
ContentFilterProperty
ContentFilterProperty parameter is sent by reader to writer, so that writer side
filtering is possible.
|
class |
DefaultMulticastLocator |
class |
DefaultUnicastIPAddress |
class |
DefaultUnicastLocator |
class |
DefaultUnicastPort |
class |
DeprecatedParameter
Deprecated parameters are defined inside this class.
|
static class |
DeprecatedParameter.ExpectsAck |
static class |
DeprecatedParameter.ManagerKey |
static class |
DeprecatedParameter.Persistence |
static class |
DeprecatedParameter.RecvQueueSize |
static class |
DeprecatedParameter.ReliabilityEnabled |
static class |
DeprecatedParameter.ReliabilityOffered |
static class |
DeprecatedParameter.SendQueueSize |
static class |
DeprecatedParameter.Type2Checksum |
static class |
DeprecatedParameter.Type2Name |
static class |
DeprecatedParameter.TypeChecksum |
static class |
DeprecatedParameter.VargappsSequenceNumberLast |
class |
DirectedWrite |
class |
EndpointSet
This Parameter identifies the kinds of built-in SEDP endpoints that are
available in the Participant.
|
class |
EntityName |
class |
EquivalentTypeName |
class |
ExpectsInlineQos |
class |
GroupEntityId |
class |
GroupGuid |
class |
IdentityToken
IdentityToken is used with DDS security.
|
class |
KeyHash
see 8.7.9 Key Hash, 9.6.3.3
|
class |
LocatorParameter |
class |
MetatrafficMulticastIPAddress |
class |
MetatrafficMulticastLocator |
class |
MetatrafficMulticastPort |
class |
MetatrafficUnicastIPAddress |
class |
MetatrafficUnicastLocator |
class |
MetatrafficUnicastPort |
class |
MulticastIPAddress |
class |
MulticastLocator |
class |
OriginalWriterInfo
This class holds information needed to support Persistent level of DDS Durability QoS.
|
class |
Pad |
class |
ParticipantBuiltinEndpoints |
class |
ParticipantEntityId |
class |
ParticipantGuid |
class |
ParticipantLeaseDuration |
class |
ParticipantManualLivelinessCount |
class |
PermissionsToken
9.4.2.3 DDS:Access:PKI-Signed-XML-Permissions PermissionsToken
|
class |
PropertyList
PropertyList attribute holds a sequence of name-value properties.
|
class |
ProtocolVersion
ProtocolVersion parameter.
|
class |
QosDataRepresentation
This QosPolicy is defined in DDS X-Types specification formal-12-11-20-2.pdf, chapter 7.6.2.1
|
class |
QosDeadline
This policy is useful for cases where a Topic is expected to have each
instance updated periodically.
|
class |
QosDestinationOrder
This QosPolicy determines how Readers form the timestamp of the samples.
|
class |
QosDurability
This QoS policy controls whether the Service will actually make data
available to late-joining readers.
|
class |
QosDurabilityService |
class |
QosGroupData |
class |
QosHistory
QosHistory.
|
class |
QosLatencyBudget |
class |
QosLifespan
QosLifespan policy is used to automatically remove samples from history cache
of entity.
|
class |
QosLiveliness
This policy controls the mechanism and parameters used by the Service to
ensure that particular entities on the network are still “alive.”
|
class |
QosOwnership |
class |
QosOwnershipStrength |
class |
QosPartition
Partition QoS policy.
|
class |
QosPresentation |
class |
QosReliability
This QoS policy controls whether or not communication between entities are established as
reliable or best effort.
|
class |
QosResourceLimits
QosResourceLimits.
|
class |
QosTimeBasedFilter
QosTimeBasedFilter.
|
class |
QosTopicData |
class |
QosTransportPriority
TransportPriority QoS policy.
|
class |
QosTypeConsistencyEnforcement
QosTypeConsistencyEnforcement, defined in x-types
|
class |
QosUserData
UserData QoS policy allows passing an arbitrary byte array to remote entities.
|
class |
Sentinel |
class |
StatusInfo
StatusInfo parameter.
|
class |
TopicName |
class |
TypeMaxSizeSerialized |
class |
TypeName |
class |
TypeObject
TypeObject
|
class |
UnicastLocator |
class |
UnknownParameter |
class |
VendorId
VendorIds are are assigned by Object Management Group.
|
class |
VendorSpecificParameter |
class |
X509Cert
Represents X.509 Certificate.
|
Modifier and Type | Method and Description |
---|---|
Parameter |
ParameterList.getParameter(ParameterId pid) |
static Parameter |
ParameterFactory.readParameter(RTPSByteBuffer bb)
Reads a Parameter from given RTPSByteBuffer.
|
Modifier and Type | Method and Description |
---|---|
List<Parameter> |
ParameterList.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
ParameterList.add(Parameter param) |
Copyright © 2016. All rights reserved.