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 java.lang.Object implements HttpCore.ResponseHandler<AsyncHttpPaginatedResponse>
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classAsyncHttpPaginatedQuery.AsyncHttpPaginatedResultA private class encapsulating the result of a single page response -
Constructor Summary
Constructors Constructor Description AsyncHttpPaginatedQuery(Http http, java.lang.String method, java.lang.String path, Param[] headers, Param[] params, HttpCore.RequestBody requestBody) -
Method Summary
Modifier and Type Method Description voidexec(AsyncHttpPaginatedResponse.Callback callback)voidexec(Param[] params, AsyncHttpPaginatedResponse.Callback callback)AsyncHttpPaginatedResponsehandleResponse(HttpCore.Response response, ErrorInfo error)
-
Constructor Details
-
AsyncHttpPaginatedQuery
public AsyncHttpPaginatedQuery(Http http, java.lang.String method, java.lang.String path, Param[] headers, Param[] params, HttpCore.RequestBody requestBody)
-
-
Method Details
-
exec
-
exec
-
handleResponse
- Specified by:
handleResponsein interfaceHttpCore.ResponseHandler<AsyncHttpPaginatedResponse>
-