Uses of Interface
de.sfuhrm.radiorecorder.http.HttpConnection
Packages that use HttpConnection
Package
Description
Consumer classes for
HttpConnections.HTTP protocol client implementation adapters.
Stream metadata interception classes.
-
Uses of HttpConnection in de.sfuhrm.radiorecorder.consumer
Methods in de.sfuhrm.radiorecorder.consumer with parameters of type HttpConnectionModifier and TypeMethodDescriptionprotected 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 final voidMetaDataConsumer._accept(HttpConnection t) protected voidPLSConsumer._accept(HttpConnection t) protected voidXSPFConsumer._accept(HttpConnection t) final voidAbstractConsumer.accept(HttpConnection u) -
Uses of HttpConnection in de.sfuhrm.radiorecorder.http
Methods in de.sfuhrm.radiorecorder.http that return HttpConnectionModifier and TypeMethodDescriptionHttpConnectionBuilder.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