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

A thread that listens for requests to serialize or discard raw data. More...

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

Public Member Functions

 RawDataSender (Socket socket)
 Constructor.
void start ()
void run ()
 Waits for requests concerning raw data.

Private Attributes

Socket socket
 The socket used to communicate with the potential raw data recipient.

Detailed Description

A thread that listens for requests to serialize or discard raw data.

Constructor & Destructor Documentation

◆ RawDataSender()

frodo2.communication.tcp.QueueOutputPipeTCP.RawDataSender.RawDataSender ( Socket socket)

Constructor.

Parameters
socketthe socket used to communicate with the potential raw data recipient

References socket, and start().

Here is the call graph for this function:

Member Function Documentation

◆ run()

◆ start()

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

Referenced by RawDataSender().

Member Data Documentation

◆ socket

Socket frodo2.communication.tcp.QueueOutputPipeTCP.RawDataSender.socket
private

The socket used to communicate with the potential raw data recipient.

Referenced by RawDataSender(), and run().


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