public static class SpotifyHttpManager.Builder extends Object
| Constructor | Description |
|---|---|
Builder() |
| Modifier and Type | Method | Description |
|---|---|---|
SpotifyHttpManager |
build() |
|
SpotifyHttpManager.Builder |
setCacheMaxEntries(Integer cacheMaxEntries) |
|
SpotifyHttpManager.Builder |
setCacheMaxObjectSize(Integer cacheMaxObjectSize) |
|
SpotifyHttpManager.Builder |
setProxy(org.apache.http.HttpHost proxy) |
|
SpotifyHttpManager.Builder |
setProxyCredentials(org.apache.http.auth.UsernamePasswordCredentials proxyCredentials) |
public SpotifyHttpManager.Builder setProxy(org.apache.http.HttpHost proxy)
public SpotifyHttpManager.Builder setProxyCredentials(org.apache.http.auth.UsernamePasswordCredentials proxyCredentials)
public SpotifyHttpManager.Builder setCacheMaxEntries(Integer cacheMaxEntries)
public SpotifyHttpManager.Builder setCacheMaxObjectSize(Integer cacheMaxObjectSize)
public SpotifyHttpManager build()
Copyright © 2018. All rights reserved.