Modifier and Type | Method and Description |
---|---|
Response |
ArangoDB.execute(Request request)
Generic Execute.
|
Response |
ArangoDB.execute(Request request,
HostHandle hostHandle)
Generic Execute.
|
Modifier and Type | Method and Description |
---|---|
protected <T> T |
ArangoExecutor.createResult(Type type,
Response response) |
T |
ArangoExecutor.ResponseDeserializer.deserialize(Response response) |
Modifier and Type | Method and Description |
---|---|
Response |
HttpConnection.buildResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse) |
Response |
HttpConnection.execute(Request request) |
Response |
HttpProtocol.execute(Request request,
HostHandle hostHandle) |
Response |
HttpCommunication.execute(Request request,
HostHandle hostHandle) |
protected Response |
HttpCommunication.execute(Request request,
HttpConnection connection) |
Modifier and Type | Method and Description |
---|---|
protected void |
HttpConnection.checkError(Response response) |
Modifier and Type | Method and Description |
---|---|
Response |
CommunicationProtocol.execute(Request request,
HostHandle hostHandle) |
Modifier and Type | Method and Description |
---|---|
static void |
ResponseUtils.checkError(ArangoSerialization util,
Response response) |
Modifier and Type | Field and Description |
---|---|
static com.arangodb.velocypack.VPackDeserializer<Response> |
VPackDeserializers.RESPONSE |
Modifier and Type | Method and Description |
---|---|
protected Response |
VstCommunication.createResponse(Message message) |
protected Response |
VstCommunicationSync.execute(Request request,
ConnectionSync connection) |
Response |
VstProtocol.execute(Request request,
HostHandle hostHandle) |
Modifier and Type | Method and Description |
---|---|
VstCommunication<Response,ConnectionSync> |
VstCommunicationSync.Builder.build(ArangoSerialization util,
CollectionCache collectionCache) |
Modifier and Type | Method and Description |
---|---|
protected void |
VstCommunication.checkError(Response response) |
Constructor and Description |
---|
VstProtocol(VstCommunication<Response,ConnectionSync> communication) |
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.