Uses of Interface
de.sfuhrm.radiorecorder.http.HttpConnection
-
Packages that use HttpConnection Package Description de.sfuhrm.radiorecorder.consumer Consumer classes forHttpConnections.de.sfuhrm.radiorecorder.http HTTP protocol client implementation adapters.de.sfuhrm.radiorecorder.metadata Stream metadata interception classes. -
-
Uses of HttpConnection in de.sfuhrm.radiorecorder.consumer
Methods in de.sfuhrm.radiorecorder.consumer with parameters of type HttpConnection Modifier and Type Method Description protected abstract voidMetaDataConsumer. __accept(HttpConnection t, InputStream inputStream)protected voidStreamCastConsumer. __accept(HttpConnection t, InputStream inputStream)protected voidStreamCopyConsumer. __accept(HttpConnection t, InputStream inputStream)protected voidStreamPlayConsumer. __accept(HttpConnection t, InputStream inputStream)protected abstract voidAbstractConsumer. _accept(HttpConnection u)The inner accept implementation.protected voidM3UConsumer. _accept(HttpConnection t)protected voidMetaDataConsumer. _accept(HttpConnection t)protected voidPLSConsumer. _accept(HttpConnection t)protected voidXSPFConsumer. _accept(HttpConnection t)voidAbstractConsumer. accept(HttpConnection u) -
Uses of HttpConnection in de.sfuhrm.radiorecorder.http
Methods in de.sfuhrm.radiorecorder.http that return HttpConnection Modifier and Type Method Description HttpConnectionHttpConnectionBuilder. build()Constructs a connection from this builder. -
Uses of HttpConnection in de.sfuhrm.radiorecorder.metadata
Methods in de.sfuhrm.radiorecorder.metadata with parameters of type HttpConnection Modifier and Type Method Description InputStreamStreamMetaData. openStream(HttpConnection connection)
-