Package de.sfuhrm.radiorecorder.consumer
Class PLSConsumer
java.lang.Object
de.sfuhrm.radiorecorder.consumer.AbstractConsumer
de.sfuhrm.radiorecorder.consumer.PLSConsumer
- All Implemented Interfaces:
Consumer<HttpConnection>
Consumer for PLS playlist format URLs.
- Author:
- Stephan Fuhrmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidThe inner accept implementation.Methods inherited from class de.sfuhrm.radiorecorder.consumer.AbstractConsumer
accept
-
Constructor Details
-
PLSConsumer
-
-
Method Details
-
_accept
Description copied from class:AbstractConsumerThe inner accept implementation. Will get called after applying configuration to the HttpConnection passed in.- Specified by:
_acceptin classAbstractConsumer- Parameters:
t- the connection to process.
-