Uses of Class
se.michaelthelin.spotify.SpotifyHttpManager.Builder
-
Packages that use SpotifyHttpManager.Builder Package Description se.michaelthelin.spotify -
-
Uses of SpotifyHttpManager.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.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.hc.core5.http.HttpHost proxy)SpotifyHttpManager.BuilderSpotifyHttpManager.Builder. setProxyCredentials(org.apache.hc.client5.http.auth.UsernamePasswordCredentials proxyCredentials)SpotifyHttpManager.BuilderSpotifyHttpManager.Builder. setSocketTimeout(Integer socketTimeout)Constructors in se.michaelthelin.spotify with parameters of type SpotifyHttpManager.Builder Constructor Description SpotifyHttpManager(SpotifyHttpManager.Builder builder)Construct a new SpotifyHttpManager instance.
-