public class HttpCommunication extends Object
Modifier and Type | Class and Description |
---|---|
static class |
HttpCommunication.Builder |
Modifier and Type | Method and Description |
---|---|
void |
disconnect() |
Response |
execute(Request request,
HostHandle hostHandle) |
protected Response |
execute(Request request,
HttpConnection connection) |
public void disconnect() throws IOException
IOException
public Response execute(Request request, HostHandle hostHandle) throws ArangoDBException, IOException
ArangoDBException
IOException
protected Response execute(Request request, HttpConnection connection) throws ArangoDBException, IOException
ArangoDBException
IOException
Copyright © 2016–2018 ArangoDB GmbH. All rights reserved.