public abstract class AbstractHttpResponse<T> extends Object
| Constructor and Description |
|---|
AbstractHttpResponse(InputStream inputStream,
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 AbstractHttpResponse(InputStream inputStream, Class<T> resultClass)
public String[] columns()
public QueryStatistics statistics()
Copyright © 2016 Neo Technology, Inc.. All rights reserved.