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.
|
net.sf.jrtps.rtps |
RTPS entities are in this package
|
net.sf.jrtps.transport |
Communication related classes
|
Modifier and Type | Method and Description |
---|---|
List<Locator> |
ParticipantData.getDiscoveryLocators()
Gets the list of Locators that can be used for discovery(metadata).
|
List<Locator> |
ParticipantData.getUserdataLocators()
Gets the list of Locators that can be used for user data
|
Constructor and Description |
---|
ParticipantData(GuidPrefix prefix,
int endpoints,
List<Locator> discoveryLocators,
List<Locator> userdataLocators,
IdentityToken iToken,
PermissionsToken pToken,
QualityOfService participantQos) |
ParticipantData(GuidPrefix prefix,
int endpoints,
List<Locator> discoveryLocators,
List<Locator> userdataLocators,
IdentityToken iToken,
PermissionsToken pToken,
QualityOfService participantQos) |
ParticipantData(GuidPrefix prefix,
int endpoints,
List<Locator> discoveryLocators,
List<Locator> userdataLocators,
QualityOfService participantQos) |
ParticipantData(GuidPrefix prefix,
int endpoints,
List<Locator> discoveryLocators,
List<Locator> userdataLocators,
QualityOfService participantQos) |
Modifier and Type | Method and Description |
---|---|
List<Locator> |
InfoReply.getMulticastLocatorList()
Indicates an alternative set of multicast addresses that the Writer
should use to reach the Readers when replying to the Submessages that
follow.
|
List<Locator> |
InfoReply.getUnicastLocatorList()
Indicates an alternative set of unicast addresses that the Writer should
use to reach the Readers when replying to the Submessages that follow.
|
Constructor and Description |
---|
InfoReply(List<Locator> unicastLocators,
List<Locator> multicastLocators) |
InfoReply(List<Locator> unicastLocators,
List<Locator> multicastLocators) |
Modifier and Type | Method and Description |
---|---|
Locator |
LocatorParameter.getLocator() |
Constructor and Description |
---|
DefaultMulticastLocator(Locator locator) |
DefaultUnicastLocator(Locator locator) |
LocatorParameter(ParameterId pe,
Locator locator)
Constructor
|
MetatrafficMulticastLocator(Locator locator) |
MetatrafficUnicastLocator(Locator locator) |
MulticastLocator(Locator locator) |
UnicastLocator(Locator locator) |
Modifier and Type | Method and Description |
---|---|
Locator |
RemoteProxy.getLocator()
Gets the Locator for the remote entity.
|
Modifier and Type | Method and Description |
---|---|
List<Locator> |
RTPSParticipant.getDiscoveryLocators()
Gets the Locators that can be used for discovery
|
List<Locator> |
RemoteProxy.getLocators()
Gets all the locators for this RemoteProxy
|
List<Locator> |
RTPSParticipant.getUserdataLocators()
Gets the Locators that can be used for user data
|
Constructor and Description |
---|
RemoteProxy(DiscoveredData dd,
List<Locator> locators)
Constructor for RemoteProxy.
|
Modifier and Type | Method and Description |
---|---|
abstract Locator |
TransportProvider.createLocator(URI uri,
int domainId,
int participantId,
boolean isDiscovery)
Create a Locator with given parameters.
|
Locator |
UDPProvider.createLocator(URI uri,
int domainId,
int participantId,
boolean isDiscovery) |
Locator |
MemProvider.createLocator(URI uri,
int domainId,
int participantId,
boolean isDiscovery) |
Modifier and Type | Method and Description |
---|---|
abstract Receiver |
TransportProvider.getReceiver(Locator locator,
BlockingQueue<byte[]> queue)
Gets a Receiver from this TransportProvider.
|
Receiver |
UDPProvider.getReceiver(Locator locator,
BlockingQueue<byte[]> queue) |
Receiver |
MemProvider.getReceiver(Locator locator,
BlockingQueue<byte[]> queue) |
abstract Transmitter |
TransportProvider.getTransmitter(Locator locator)
Gets a Transmitter.
|
Transmitter |
UDPProvider.getTransmitter(Locator locator) |
Transmitter |
MemProvider.getTransmitter(Locator locator) |
Constructor and Description |
---|
MemReceiver(Locator locator,
BlockingQueue<byte[]> inQueue,
BlockingQueue<byte[]> outQueue) |
Copyright © 2016. All rights reserved.