Modifier and Type | Method and Description |
---|---|
Response |
ArangoRoute.delete()
Performs a DELETE request to the given URL and returns the server response.
|
Response |
ArangoDB.execute(Request request)
Generic Execute.
|
Response |
ArangoDB.execute(Request request,
HostHandle hostHandle)
Generic Execute.
|
Response |
ArangoRoute.get()
Performs a GET request to the given URL and returns the server response.
|
Response |
ArangoRoute.head()
Performs a HEAD request to the given URL and returns the server response.
|
Response |
ArangoRoute.patch()
Performs a PATCH request to the given URL and returns the server response.
|
Response |
ArangoRoute.post()
Performs a POST request to the given URL and returns the server response.
|
Response |
ArangoRoute.put()
Performs a PUT request to the given URL and returns the server response.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Response> |
ArangoRouteAsync.delete()
Performs a DELETE request to the given URL and returns the server response.
|
CompletableFuture<Response> |
ArangoDBAsync.execute(Request request)
Generic Execute.
|
CompletableFuture<Response> |
ArangoRouteAsync.get()
Performs a GET request to the given URL and returns the server response.
|
CompletableFuture<Response> |
ArangoRouteAsync.head()
Performs a HEAD request to the given URL and returns the server response.
|
CompletableFuture<Response> |
ArangoRouteAsync.patch()
Performs a PATCH request to the given URL and returns the server response.
|
CompletableFuture<Response> |
ArangoRouteAsync.post()
Performs a POST request to the given URL and returns the server response.
|
CompletableFuture<Response> |
ArangoRouteAsync.put()
Performs a PUT request to the given URL and returns the server response.
|
Modifier and Type | Method and Description |
---|---|
CompletableFuture<Response> |
ArangoRouteAsyncImpl.delete() |
CompletableFuture<Response> |
ArangoDBAsyncImpl.execute(Request request) |
CompletableFuture<Response> |
ArangoRouteAsyncImpl.get() |
CompletableFuture<Response> |
ArangoRouteAsyncImpl.head() |
CompletableFuture<Response> |
ArangoRouteAsyncImpl.patch() |
CompletableFuture<Response> |
ArangoRouteAsyncImpl.post() |
CompletableFuture<Response> |
ArangoRouteAsyncImpl.put() |
Modifier and Type | Method and Description |
---|---|
protected CompletableFuture<Response> |
VstCommunicationAsync.execute(Request request,
VstConnectionAsync connection) |
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) |
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) |
Response |
VstProtocol.execute(Request request,
HostHandle hostHandle) |
protected Response |
VstCommunicationSync.execute(Request request,
VstConnectionSync connection) |
Modifier and Type | Method and Description |
---|---|
VstCommunication<Response,VstConnectionSync> |
VstCommunicationSync.Builder.build(ArangoSerialization util) |
Modifier and Type | Method and Description |
---|---|
protected void |
VstCommunication.checkError(Response response) |
Constructor and Description |
---|
VstProtocol(VstCommunication<Response,VstConnectionSync> communication) |
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.