Uses of Interface
com.wrapper.spotify.IHttpManager
-
Packages that use IHttpManager Package Description com.wrapper.spotify com.wrapper.spotify.requests -
-
Uses of IHttpManager in com.wrapper.spotify
Classes in com.wrapper.spotify that implement IHttpManager Modifier and Type Class Description classSpotifyHttpManagerFields in com.wrapper.spotify declared as IHttpManager Modifier and Type Field Description static IHttpManagerSpotifyApi. DEFAULT_HTTP_MANAGERA HttpManager configured with default settings.Methods in com.wrapper.spotify that return IHttpManager Modifier and Type Method Description IHttpManagerSpotifyApi. getHttpManager()Get theIHttpManagerused for API calls.Methods in com.wrapper.spotify with parameters of type IHttpManager Modifier and Type Method Description SpotifyApi.BuilderSpotifyApi.Builder. setHttpManager(IHttpManager httpManager)The HttpManager setter. -
Uses of IHttpManager in com.wrapper.spotify.requests
Methods in com.wrapper.spotify.requests that return IHttpManager Modifier and Type Method Description IHttpManagerAbstractRequest. getHttpManager()IHttpManagerIRequest. getHttpManager()Methods in com.wrapper.spotify.requests with parameters of type IHttpManager Modifier and Type Method Description TAbstractRequest.Builder. setDefaults(IHttpManager httpManager, String scheme, String host, Integer port)IRequest.BuilderIRequest.Builder. setDefaults(IHttpManager httpManager, String scheme, String host, Integer port)TAbstractRequest.Builder. setHttpManager(IHttpManager httpManager)IRequest.BuilderIRequest.Builder. setHttpManager(IHttpManager httpManager)
-