Class XSPFConsumer

java.lang.Object
de.sfuhrm.radiorecorder.consumer.AbstractConsumer
de.sfuhrm.radiorecorder.consumer.XSPFConsumer
All Implemented Interfaces:
Consumer<HttpConnection>

public class XSPFConsumer extends AbstractConsumer implements Consumer<HttpConnection>
Consumer for XSPF playlist format URLs.
Author:
Stephan Fuhrmann
  • Constructor Details

    • XSPFConsumer

      public XSPFConsumer(ConsumerContext context)
      Constructor.
      Parameters:
      context - the context to work in.
  • Method Details

    • _accept

      protected void _accept(HttpConnection t)
      Description copied from class: AbstractConsumer
      The inner accept implementation. Will get called after applying configuration to the HttpConnection passed in.
      Specified by:
      _accept in class AbstractConsumer
      Parameters:
      t - the connection to process.