|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
The thread responsible for waiting for requests for raw data. More...

Public Member Functions | |
| RawDataServer () throws IOException | |
| Constructor. | |
| void | start () |
| void | run () |
| Waits for requests for raw data. | |
Private Attributes | |
| ServerSocket | servSocket |
| Server socket used to wait for requests for raw data. | |
The thread responsible for waiting for requests for raw data.
| frodo2.communication.tcp.QueueOutputPipeTCP.RawDataServer.RawDataServer | ( | ) | throws IOException |
Constructor.
| IOException | thrown if an I/O errors occurs when creating the server socket |
References frodo2.communication.tcp.QueueOutputPipeTCP.rawDataPort, servSocket, and start().

| void frodo2.communication.tcp.QueueOutputPipeTCP.RawDataServer.run | ( | ) |
| void frodo2.communication.tcp.QueueOutputPipeTCP.RawDataServer.start | ( | ) |
Referenced by RawDataServer().
|
private |
Server socket used to wait for requests for raw data.
Referenced by RawDataServer(), and run().