Uses of Class
se.michaelthelin.spotify.SpotifyHttpManager.Builder
Packages that use SpotifyHttpManager.Builder
-
Uses of SpotifyHttpManager.Builder in se.michaelthelin.spotify
Methods in se.michaelthelin.spotify that return SpotifyHttpManager.BuilderModifier and TypeMethodDescriptionSpotifyHttpManager.Builder.setCacheMaxEntries
(Integer cacheMaxEntries) SpotifyHttpManager.Builder.setCacheMaxObjectSize
(Integer cacheMaxObjectSize) SpotifyHttpManager.Builder.setCacheShared
(Boolean cacheShared) SpotifyHttpManager.Builder.setConnectionManager
(org.apache.hc.client5.http.io.HttpClientConnectionManager connectionManager) SpotifyHttpManager.Builder.setConnectionRequestTimeout
(Integer connectionRequestTimeout) SpotifyHttpManager.Builder.setProxy
(org.apache.hc.core5.http.HttpHost proxy) SpotifyHttpManager.Builder.setProxyCredentials
(org.apache.hc.client5.http.auth.UsernamePasswordCredentials proxyCredentials) SpotifyHttpManager.Builder.setSocketTimeout
(Integer socketTimeout) Constructors in se.michaelthelin.spotify with parameters of type SpotifyHttpManager.BuilderModifierConstructorDescriptionConstruct a new SpotifyHttpManager instance.