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>
public class PLSConsumer extends AbstractConsumer implements Consumer<HttpConnection>
Consumer for PLS playlist format URLs.- Author:
- Stephan Fuhrmann
-
-
Constructor Summary
Constructors Constructor Description PLSConsumer(ConsumerContext context)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void_accept(HttpConnection t)The inner accept implementation.-
Methods inherited from class de.sfuhrm.radiorecorder.consumer.AbstractConsumer
accept
-
-
-
-
Constructor Detail
-
PLSConsumer
public PLSConsumer(ConsumerContext context)
-
-
Method Detail
-
_accept
protected void _accept(HttpConnection t)
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.
-
-