Uses of Interface
se.michaelthelin.spotify.IHttpManager
Packages that use IHttpManager
-
Uses of IHttpManager in se.michaelthelin.spotify
Classes in se.michaelthelin.spotify that implement IHttpManagerFields in se.michaelthelin.spotify declared as IHttpManagerModifier and TypeFieldDescriptionstatic final IHttpManager
SpotifyApi.DEFAULT_HTTP_MANAGER
A HttpManager configured with default settings.Methods in se.michaelthelin.spotify that return IHttpManagerModifier and TypeMethodDescriptionSpotifyApi.getHttpManager()
Get theIHttpManager
used for API calls.Methods in se.michaelthelin.spotify with parameters of type IHttpManagerModifier and TypeMethodDescriptionSpotifyApi.Builder.setHttpManager
(IHttpManager httpManager) The HttpManager setter. -
Uses of IHttpManager in se.michaelthelin.spotify.requests
Methods in se.michaelthelin.spotify.requests that return IHttpManagerMethods in se.michaelthelin.spotify.requests with parameters of type IHttpManagerModifier and TypeMethodDescriptionAbstractRequest.Builder.setDefaults
(IHttpManager httpManager, String scheme, String host, Integer port) IRequest.Builder.setDefaults
(IHttpManager httpManager, String scheme, String host, Integer port) AbstractRequest.Builder.setHttpManager
(IHttpManager httpManager) IRequest.Builder.setHttpManager
(IHttpManager httpManager)