Uses of Class
com.wrapper.spotify.SpotifyHttpManager.Builder
-
Packages that use SpotifyHttpManager.Builder Package Description com.wrapper.spotify -
-
Uses of SpotifyHttpManager.Builder in com.wrapper.spotify
Methods in com.wrapper.spotify that return SpotifyHttpManager.Builder Modifier and Type Method Description SpotifyHttpManager.BuilderSpotifyHttpManager.Builder. setCacheMaxEntries(Integer cacheMaxEntries)SpotifyHttpManager.BuilderSpotifyHttpManager.Builder. setCacheMaxObjectSize(Integer cacheMaxObjectSize)SpotifyHttpManager.BuilderSpotifyHttpManager.Builder. setConnectionRequestTimeout(Integer connectionRequestTimeout)SpotifyHttpManager.BuilderSpotifyHttpManager.Builder. setConnectTimeout(Integer connectTimeout)SpotifyHttpManager.BuilderSpotifyHttpManager.Builder. setProxy(org.apache.http.HttpHost proxy)SpotifyHttpManager.BuilderSpotifyHttpManager.Builder. setProxyCredentials(org.apache.http.auth.UsernamePasswordCredentials proxyCredentials)SpotifyHttpManager.BuilderSpotifyHttpManager.Builder. setSocketTimeout(Integer socketTimeout)Constructors in com.wrapper.spotify with parameters of type SpotifyHttpManager.Builder Constructor Description SpotifyHttpManager(SpotifyHttpManager.Builder builder)Construct a new SpotifyHttpManager instance.
-