Uses of Interface
de.sfuhrm.radiorecorder.http.HttpConnectionBuilder
-
Packages that use HttpConnectionBuilder Package Description de.sfuhrm.radiorecorder A Internet radio recorder program.de.sfuhrm.radiorecorder.http HTTP protocol client implementation adapters. -
-
Uses of HttpConnectionBuilder in de.sfuhrm.radiorecorder
Methods in de.sfuhrm.radiorecorder with parameters of type HttpConnectionBuilder Modifier and Type Method Description protected voidConnectionHandler. configure(HttpConnectionBuilder builder)protected voidConnectionHandler. configureClient(HttpConnectionBuilder builder)Set headers for user client.protected voidConnectionHandler. configureIcecast(HttpConnectionBuilder builder)Set headers to motivate Icecast servers to send meta data.protected voidConnectionHandler. configureProxy(HttpConnectionBuilder builder)Configure the proxy for the connection.protected voidConnectionHandler. configureTimeout(HttpConnectionBuilder builder)Configure the timeout for the connection. -
Uses of HttpConnectionBuilder in de.sfuhrm.radiorecorder.http
Methods in de.sfuhrm.radiorecorder.http that return HttpConnectionBuilder Modifier and Type Method Description HttpConnectionBuilderHttpConnectionBuilderFactory. newInstance(URL url)
-