public class HttpPaginatedQuery extends java.lang.Object implements HttpCore.ResponseHandler<HttpPaginatedResponse>
| Modifier and Type | Class and Description |
|---|---|
class |
HttpPaginatedQuery.HttpPaginatedResult |
| Constructor and Description |
|---|
HttpPaginatedQuery(Http http,
java.lang.String method,
java.lang.String path,
Param[] headers,
Param[] params,
HttpCore.RequestBody requestBody) |
| Modifier and Type | Method and Description |
|---|---|
HttpPaginatedResponse |
exec()
Get the result of the first query
|
HttpPaginatedResponse |
exec(Param[] params)
Get the result of the first query
|
HttpPaginatedResponse |
handleResponse(HttpCore.Response response,
ErrorInfo error) |
public HttpPaginatedQuery(Http http, java.lang.String method, java.lang.String path, Param[] headers, Param[] params, HttpCore.RequestBody requestBody)
public HttpPaginatedResponse exec() throws AblyException
AblyExceptionpublic HttpPaginatedResponse exec(Param[] params) throws AblyException
AblyExceptionpublic HttpPaginatedResponse handleResponse(HttpCore.Response response, ErrorInfo error) throws AblyException
handleResponse in interface HttpCore.ResponseHandler<HttpPaginatedResponse>AblyException