Klasse PLSConsumer

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

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

    • PLSConsumer

      public PLSConsumer(ConsumerContext context)
      Constructor.
      Parameter:
      context - the context to work in.
  • 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.