Package com.gooddata.sdk.service
-
Interface Summary Interface Description FutureResult<T> Represents the result retrieved by polling on the REST API.GoodDataRestProvider The main interface responsible for GoodData platform REST connection management.PollHandler<P,R> For internal use by services employing polling. -
Class Summary Class Description AbstractPollHandler<P,R> For internal use by services employing polling.AbstractPollHandlerBase<P,R> For internal use by services employing polling.AbstractService Parent for GoodData services providing helpers for REST API calls and polling.AbstractService.OutputStreamResponseExtractor DeprecationWarningRequestInterceptor Intercepts the request-response to check for X-GDC-DEPRECATED header and log it's content.GoodData Entry point for GoodData SDK usage.GoodDataEndpoint GoodData Platform endpoint represented by host, port and protocolGoodDataSettings Gather various additional settings ofGoodData.HeaderSettingRequestInterceptor Intercepts client-side HTTP requests and sets HTTP headers passed to constructor of this class.PollResult<T> Represents the result retrieved by polling on the REST API.SimplePollHandler<T> For internal use by services employing polling.