
| Interface | Description |
|---|---|
| ISocketServer |
Socket server interface.
|
| ISocketServerConnection |
Interface to be implemented by the classes handling socket connections.
|
| ISocketServerConnectionListener |
Callback interface used to receive events from the ISocketServerConnection.
|
| ISocketServerProtocolDecoderFactory |
Factory class for
ISocketSeverProtocolDecoder . |
| ISocketServerProtocolDecoderListener |
Interface to receive notifications from
ISocketSeverProtocolDecoder. |
| ISocketSeverProtocolDecoder |
Interface to be implemented by the classes used to decode the incoming bytes
of a connection into packets or frames.
|
| Class | Description |
|---|---|
| AbstractProtocolDecoder |
Abstract class with the basics of a
ISocketSeverProtocolDecoder . |
| AbstractSocketServer |
Abstract class with the basics of implementing a
ISocketServer . |
| AbstractSocketServerXSocket |
Socket server implemented using xSocket library.
|
| ConnectionDataHandler |
Connection wrapper to be used with xSocket library.
|
| ConnectionLinker |
Links connection Id with actual connections.
|
| MotionDecoder | |
| MotionDecoderFactory | |
| MotionServer | |
| TransferRateCalculator |
Class to calculate transfer rates.
|
Copyright © 2018 universAAL Consortium. All rights reserved.