public class CommunicationSync extends Communication<Response,ConnectionSync>
Modifier and Type | Class and Description |
---|---|
static class |
CommunicationSync.Builder |
chunksize, collectionCache, connection, mId, password, user, vpack
Modifier | Constructor and Description |
---|---|
protected |
CommunicationSync(HostHandler hostHandler,
Integer timeout,
String user,
String password,
Boolean useSsl,
SSLContext sslContext,
VPack vpack,
CollectionCache collectionCache,
Integer chunksize) |
Modifier and Type | Method and Description |
---|---|
protected void |
authenticate() |
Response |
execute(Request request) |
buildChunks, checkError, connect, createMessage, createResponse, disconnect, disconnect
protected CommunicationSync(HostHandler hostHandler, Integer timeout, String user, String password, Boolean useSsl, SSLContext sslContext, VPack vpack, CollectionCache collectionCache, Integer chunksize)
public Response execute(Request request) throws ArangoDBException
execute
in class Communication<Response,ConnectionSync>
ArangoDBException
protected void authenticate()
authenticate
in class Communication<Response,ConnectionSync>
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.