public abstract class AbstractHttpResponse<T> extends Object
| Constructor and Description |
|---|
AbstractHttpResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse,
Class<T> resultClass) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
columns()
Returns the first set of columns from the JSON response.
|
T |
nextDataRecord(String key) |
QueryStatistics |
statistics()
Extract stats from the response if present
|
public String[] columns()
public QueryStatistics statistics()
Copyright © 2017 Neo Technology, Inc.. All rights reserved.