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