Uses of Class
se.michaelthelin.spotify.SpotifyHttpManager.Builder
-
Uses of SpotifyHttpManager.Builder in se.michaelthelin.spotify
Modifier 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) ModifierConstructorDescriptionConstruct a new SpotifyHttpManager instance.