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