FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
frodo2.communication.MessageWithRawData.RawDataHandler Interface Reference

This class is responsible for handling the raw data. More...

Inheritance diagram for frodo2.communication.MessageWithRawData.RawDataHandler:

Public Member Functions

ObjectInputStream requestRawData ()
void discardRawData ()
 Discards the raw data.

Detailed Description

This class is responsible for handling the raw data.

Member Function Documentation

◆ discardRawData()

void frodo2.communication.MessageWithRawData.RawDataHandler.discardRawData ( )

Discards the raw data.

Implemented in frodo2.communication.tcp.RawDataHandlerTCP.

◆ requestRawData()

ObjectInputStream frodo2.communication.MessageWithRawData.RawDataHandler.requestRawData ( )
Returns
the stream from which the raw data can be read

Implemented in frodo2.communication.tcp.RawDataHandlerTCP.


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