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 IHttpManagerSpotifyApi.DEFAULT_HTTP_MANAGERA HttpManager configured with default settings.Methods in se.michaelthelin.spotify that return IHttpManagerModifier and TypeMethodDescriptionSpotifyApi.getHttpManager()Get theIHttpManagerused 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 IHttpManagerModifier and TypeMethodDescriptionAbstractRequest.getHttpManager()IRequest.getHttpManager()Get the HTTP manager for this request.Methods 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) Set default values for the request.AbstractRequest.Builder.setHttpManager(IHttpManager httpManager) IRequest.Builder.setHttpManager(IHttpManager httpManager) Set the HTTP manager for the request.