| Package | Description |
|---|---|
| com.wrapper.spotify | |
| com.wrapper.spotify.requests |
| Modifier and Type | Class | Description |
|---|---|---|
class |
SpotifyHttpManager |
| Modifier and Type | Field | Description |
|---|---|---|
static IHttpManager |
SpotifyApi.DEFAULT_HTTP_MANAGER |
A HttpManager configured with default settings.
|
| Modifier and Type | Method | Description |
|---|---|---|
IHttpManager |
SpotifyApi.getHttpManager() |
Get the
IHttpManager used for API calls. |
| Modifier and Type | Method | Description |
|---|---|---|
SpotifyApi.Builder |
SpotifyApi.Builder.setHttpManager(IHttpManager httpManager) |
The HttpManager setter.
|
| Modifier and Type | Method | Description |
|---|---|---|
IHttpManager |
AbstractRequest.getHttpManager() |
|
IHttpManager |
IRequest.getHttpManager() |
| Modifier and Type | Method | Description |
|---|---|---|
T |
AbstractRequest.Builder.setDefaults(IHttpManager httpManager,
String scheme,
String host,
Integer port) |
|
IRequest.Builder |
IRequest.Builder.setDefaults(IHttpManager httpManager,
String scheme,
String host,
Integer port) |
|
T |
AbstractRequest.Builder.setHttpManager(IHttpManager httpManager) |
|
IRequest.Builder |
IRequest.Builder.setHttpManager(IHttpManager httpManager) |
Copyright © 2019. All rights reserved.