| Package | Description |
|---|---|
| com.arangodb | |
| com.arangodb.internal.http | |
| com.arangodb.internal.net | |
| com.arangodb.internal.util | |
| com.arangodb.internal.velocypack | |
| com.arangodb.internal.velocystream |
| 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 |
|---|---|
Response |
HttpConnection.buildResponse(org.apache.http.client.methods.CloseableHttpResponse httpResponse) |
Response |
HttpConnection.execute(Request request) |
Response |
HttpCommunication.execute(Request request,
HostHandle hostHandle) |
Response |
HttpProtocol.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–2021 ArangoDB GmbH. All rights reserved.