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 |
setConnectionRequestTimeout(Integer connectionRequestTimeout) |
|
SpotifyHttpManager.Builder |
setConnectTimeout(Integer connectTimeout) |
|
SpotifyHttpManager.Builder |
setProxy(org.apache.http.HttpHost proxy) |
|
SpotifyHttpManager.Builder |
setProxyCredentials(org.apache.http.auth.UsernamePasswordCredentials proxyCredentials) |
|
SpotifyHttpManager.Builder |
setSocketTimeout(Integer socketTimeout) |
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.Builder setConnectionRequestTimeout(Integer connectionRequestTimeout)
public SpotifyHttpManager.Builder setConnectTimeout(Integer connectTimeout)
public SpotifyHttpManager.Builder setSocketTimeout(Integer socketTimeout)
public SpotifyHttpManager build()
Copyright © 2019. All rights reserved.