Klasse M3UConsumer

java.lang.Object
de.sfuhrm.radiorecorder.consumer.AbstractConsumer
de.sfuhrm.radiorecorder.consumer.M3UConsumer
Alle implementierten Schnittstellen:
Consumer<HttpConnection>

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

    • M3UConsumer

      public M3UConsumer(ConsumerContext context)
      Constructor.
      Parameter:
      context - the context this consumer belongs to.
  • Methodendetails

    • _accept

      protected void _accept(HttpConnection t)
      Beschreibung aus Klasse kopiert: AbstractConsumer
      The inner accept implementation. Will get called after applying configuration to the HttpConnection passed in.
      Angegeben von:
      _accept in Klasse AbstractConsumer
      Parameter:
      t - the connection to process.