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) Sets the maximum number of cache entries.SpotifyHttpManager.Builder.setCacheMaxObjectSize
(Integer cacheMaxObjectSize) Sets the maximum size of cached objects.SpotifyHttpManager.Builder.setCacheShared
(Boolean cacheShared) Sets whether the cache is shared between multiple HTTP clients.SpotifyHttpManager.Builder.setConnectionManager
(org.apache.hc.client5.http.io.HttpClientConnectionManager connectionManager) Sets the HTTP client connection manager.SpotifyHttpManager.Builder.setConnectionRequestTimeout
(Integer connectionRequestTimeout) Sets the connection request timeout in milliseconds.SpotifyHttpManager.Builder.setProxy
(org.apache.hc.core5.http.HttpHost proxy) Sets the HTTP proxy configuration.SpotifyHttpManager.Builder.setProxyCredentials
(org.apache.hc.client5.http.auth.UsernamePasswordCredentials proxyCredentials) Sets the proxy authentication credentials.SpotifyHttpManager.Builder.setSocketTimeout
(Integer socketTimeout) Sets the socket timeout in milliseconds.Constructors in se.michaelthelin.spotify with parameters of type SpotifyHttpManager.BuilderModifierConstructorDescriptionConstruct a new SpotifyHttpManager instance.