| Interface | Description |
|---|---|
| Connector |
A managed interface for exchanging messages between networked clients and a
server application.
|
| ConnectorFactory |
A factory for
Connector objects. |
| RawDataChannel |
A processor for messages received from the network layer.
|
| Class | Description |
|---|---|
| ConnectorBase |
ConnectorBase is a partial implementation of a
Connector. |
| RawData |
A container object for the data received or sent via a
Connector. |
| UDPConnector |
A
Connector employing UDP as the transport protocol for exchanging
data between networked clients and a server application. |
Copyright © 2019 Eclipse Foundation. All rights reserved.