Package | Description |
---|---|
net.sf.jrtps |
Top level jRTPS package.
|
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.udds.security |
Implementation of DDS Security
|
Modifier and Type | Method and Description |
---|---|
DataEncapsulation |
Marshaller.marshall(T data)
Marshalls given Object to DataEncapsulation
|
Modifier and Type | Method and Description |
---|---|
T |
Marshaller.unmarshall(DataEncapsulation dEnc)
Unmarshalls given DataEncapsulation to Object.
|
Modifier and Type | Method and Description |
---|---|
DataEncapsulation |
ParticipantDataMarshaller.marshall(ParticipantData pd) |
DataEncapsulation |
ParticipantMessageMarshaller.marshall(ParticipantMessage data) |
DataEncapsulation |
PublicationDataMarshaller.marshall(PublicationData wd) |
DataEncapsulation |
SubscriptionDataMarshaller.marshall(SubscriptionData rd) |
DataEncapsulation |
TopicDataMarshaller.marshall(TopicData td) |
Modifier and Type | Method and Description |
---|---|
TopicData |
TopicDataMarshaller.unmarshall(DataEncapsulation data) |
ParticipantData |
ParticipantDataMarshaller.unmarshall(DataEncapsulation data) |
ParticipantMessage |
ParticipantMessageMarshaller.unmarshall(DataEncapsulation dEnc) |
SubscriptionData |
SubscriptionDataMarshaller.unmarshall(DataEncapsulation data) |
PublicationData |
PublicationDataMarshaller.unmarshall(DataEncapsulation data) |
Modifier and Type | Class and Description |
---|---|
class |
CDREncapsulation
CDREncapsulation is a general purpose binary DataEncapsulation.
|
class |
ParameterListEncapsulation
ParameterListEncapsulation is a specialization of DataEncapsulation which is
used by discovery.
|
Modifier and Type | Method and Description |
---|---|
static DataEncapsulation |
DataEncapsulation.createInstance(byte[] serializedPayload)
Creates an instance of DataEncapsulation.
|
DataEncapsulation |
Data.getDataEncapsulation()
Gets the DataEncapsulation.
|
Modifier and Type | Method and Description |
---|---|
static void |
DataEncapsulation.registerDataEncapsulation(DataEncapsulation dEnc)
This method is not implemented at the moment.
|
Constructor and Description |
---|
Data(EntityId readerId,
EntityId writerId,
long seqNum,
ParameterList inlineQosParams,
DataEncapsulation dEnc)
Constructor for creating a Data message.
|
Modifier and Type | Method and Description |
---|---|
DataEncapsulation |
ParticipantStatelessMessageMarshaller.marshall(ParticipantStatelessMessage data) |
Modifier and Type | Method and Description |
---|---|
ParticipantStatelessMessage |
ParticipantStatelessMessageMarshaller.unmarshall(DataEncapsulation dEnc) |
Copyright © 2016. All rights reserved.