Skip navigation links

Package io.datafx.io

This package contains the functionality required for retrieving external data.

See: Description

Package io.datafx.io Description

This package contains the functionality required for retrieving external data. The functionality required for providing the external data is contained in the io.datafx.provider package.

Data is obtained by implementations of DataReader. A ServerSentEventReader is a special DataReader that keeps reading data, accordingly to the SSE protocol.

A WritableDataReader is a DataReader that is capable of writing changed data back to the external data source. In order to handle

Skip navigation links