Interface | Description |
---|---|
Receiver |
Receiver will be used to receive packets from the source.
|
Transmitter |
Transmitter is used to deliver messages to destination.
|
Class | Description |
---|---|
MemProvider |
This Provider creates receivers and writers for memory based transport protocol.
|
MemReceiver |
A Receiver that receives bytes from a BlockingQueue.
|
MemTransmitter |
A Transmitter that writers RTPS Messages into BlockingQueue
|
PortNumberParameters |
This class encapsulates parameters used in calculation of port numbers.
|
RTPSByteBuffer |
This class is used to marshal and unmarshal data to underlying buffer.
|
TransportProvider |
An abstract class for creating receivers and transmitters for communication.
|
UDPProvider |
This Provider creates receivers and transmitters for UDP protocol.
|
UDPReceiver |
This class receives UDP packets from the network.
|
UDPTransmitter |
UDPTransmitter send Messages to remote entities using UDP protocol.
|
Copyright © 2016. All rights reserved.