Package de.sfuhrm.radiorecorder.consumer
Class XSPFConsumer
java.lang.Object
de.sfuhrm.radiorecorder.consumer.AbstractConsumer
de.sfuhrm.radiorecorder.consumer.XSPFConsumer
- All Implemented Interfaces:
Consumer<HttpConnection>
Consumer for XSPF playlist format URLs.
- Author:
- Stephan Fuhrmann
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidThe inner accept implementation.Methods inherited from class de.sfuhrm.radiorecorder.consumer.AbstractConsumer
accept
-
Field Details
-
NS
- See Also:
-
PREFIX
- See Also:
-
-
Constructor Details
-
XSPFConsumer
-
-
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.
-