public class JsonResponse extends Object implements Neo4jResponse<String>
Neo4jResponse.ResponseRecord| Constructor and Description |
|---|
JsonResponse(org.apache.http.client.methods.CloseableHttpResponse response) |
JsonResponse(InputStream inputStream) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String[] |
columns() |
void |
initialiseScan(Neo4jResponse.ResponseRecord record) |
String |
next() |
int |
rowId() |
public JsonResponse(org.apache.http.client.methods.CloseableHttpResponse response)
public JsonResponse(InputStream inputStream)
public void initialiseScan(Neo4jResponse.ResponseRecord record)
initialiseScan in interface Neo4jResponse<String>public String next()
next in interface Neo4jResponse<String>public void close()
close in interface AutoCloseableclose in interface Neo4jResponse<String>public String[] columns()
columns in interface Neo4jResponse<String>public int rowId()
rowId in interface Neo4jResponse<String>Copyright © 2015 Neo Technology, Inc.. All rights reserved.