Package de.sfuhrm.radiorecorder.consumer
Consumer classes for
HttpConnections.
These classes handle the incoming data and dispatch the
actions depending on the retrieved data.- Author:
- Stephan Fuhrmann
-
Class Summary Class Description AbstractConsumer Base-class for many consumers.M3UConsumer Consumer for M3U playlist format URLs.MetaDataConsumer Opens a stream and intercepts possible meta data information.PLSConsumer Consumer for PLS playlist format URLs.StreamCastConsumer Plays a stream using a named Chrome Cast device.StreamCopyConsumer Copies a stream to one or multiple disk files.StreamPlayConsumer Plays a stream using the Java Media Framework API.XSPFConsumer Consumer for XSPF playlist format URLs.