FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.communication.tcp.QueueOutputPipeTCP.RawDataServer Class Reference

The thread responsible for waiting for requests for raw data. More...

Inheritance diagram for frodo2.communication.tcp.QueueOutputPipeTCP.RawDataServer:

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.

Detailed Description

The thread responsible for waiting for requests for raw data.

Constructor & Destructor Documentation

◆ RawDataServer()

frodo2.communication.tcp.QueueOutputPipeTCP.RawDataServer.RawDataServer ( ) throws IOException

Constructor.

Exceptions
IOExceptionthrown if an I/O errors occurs when creating the server socket

References frodo2.communication.tcp.QueueOutputPipeTCP.rawDataPort, servSocket, and start().

Here is the call graph for this function:

Member Function Documentation

◆ run()

void frodo2.communication.tcp.QueueOutputPipeTCP.RawDataServer.run ( )

Waits for requests for raw data.

See also
java.lang.Thread#run()

References servSocket.

◆ start()

void frodo2.communication.tcp.QueueOutputPipeTCP.RawDataServer.start ( )
See also
java.lang.Thread#start()

Referenced by RawDataServer().

Member Data Documentation

◆ servSocket

ServerSocket frodo2.communication.tcp.QueueOutputPipeTCP.RawDataServer.servSocket
private

Server socket used to wait for requests for raw data.

Referenced by RawDataServer(), and run().


The documentation for this class was generated from the following file: