Package de.sfuhrm.radiorecorder.consumer
Klasse MetaDataConsumer
java.lang.Object
de.sfuhrm.radiorecorder.consumer.AbstractConsumer
de.sfuhrm.radiorecorder.consumer.MetaDataConsumer
- Alle implementierten Schnittstellen:
Consumer<HttpConnection>
- Bekannte direkte Unterklassen:
StreamCastConsumer,StreamCopyConsumer,StreamPlayConsumer
Opens a stream and intercepts possible metadata information.
Subclasses need to implement
__accept(de.sfuhrm.radiorecorder.http.HttpConnection, java.io.InputStream).- Autor:
- Stephan Fuhrmann
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected abstract void__accept(HttpConnection t, InputStream inputStream) The accept method to overwrite by implementing classes.protected final voidThe inner accept implementation.Von Klasse geerbte Methoden de.sfuhrm.radiorecorder.consumer.AbstractConsumer
accept
-
Konstruktordetails
-
MetaDataConsumer
Constructor.- Parameter:
consumerContext- the context to work in.
-
-
Methodendetails
-
_accept
Beschreibung aus Klasse kopiert:AbstractConsumerThe inner accept implementation. Will get called after applying configuration to the HttpConnection passed in.- Angegeben von:
_acceptin KlasseAbstractConsumer- Parameter:
t- the connection to process.
-
__accept
The accept method to overwrite by implementing classes.- Parameter:
t- the http connection being processed.inputStream- the input stream that is processed.
-