Package io.ably.lib.http
Class AsyncHttpPaginatedQuery
java.lang.Object
io.ably.lib.http.AsyncHttpPaginatedQuery
- All Implemented Interfaces:
HttpCore.ResponseHandler<AsyncHttpPaginatedResponse>
public class AsyncHttpPaginatedQuery
extends Object
implements HttpCore.ResponseHandler<AsyncHttpPaginatedResponse>
-
Nested Class Summary
Modifier and TypeClassDescriptionclass
A private class encapsulating the result of a single page response -
Constructor Summary
ConstructorDescriptionAsyncHttpPaginatedQuery
(Http http, String method, String path, Param[] headers, Param[] params, HttpCore.RequestBody requestBody) -
Method Summary
Modifier and TypeMethodDescriptionvoid
exec
(AsyncHttpPaginatedResponse.Callback callback) void
exec
(Param[] params, AsyncHttpPaginatedResponse.Callback callback) handleResponse
(HttpCore.Response response, ErrorInfo error)
-
Constructor Details
-
AsyncHttpPaginatedQuery
-
-
Method Details
-
exec
-
exec
-
handleResponse
- Specified by:
-
handleResponse
in interfaceHttpCore.ResponseHandler<AsyncHttpPaginatedResponse>
-