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 Details

    • PLSConsumer

      public PLSConsumer(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.