Class M3UConsumer

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

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

    • M3UConsumer

      public M3UConsumer(ConsumerContext context)
      Constructor.
      Parameters:
      context - the context this consumer belongs to.
  • 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.