public class VstCommunicationSync extends VstCommunication<Response,ConnectionSync>
Modifier and Type | Class and Description |
---|---|
static class |
VstCommunicationSync.Builder |
chunksize, connectionPool, mId, password, user, util
Modifier | Constructor and Description |
---|---|
protected |
VstCommunicationSync(HostHandler hostHandler,
Integer timeout,
String user,
String password,
Boolean useSsl,
SSLContext sslContext,
ArangoSerialization 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 VstCommunicationSync(HostHandler hostHandler, Integer timeout, String user, String password, Boolean useSsl, SSLContext sslContext, ArangoSerialization util, CollectionCache collectionCache, Integer chunksize, Integer maxConnections)
public Response execute(Request request, ConnectionSync connection) throws ArangoDBException
execute
in class VstCommunication<Response,ConnectionSync>
ArangoDBException
protected void authenticate(ConnectionSync connection)
authenticate
in class VstCommunication<Response,ConnectionSync>
Copyright © 2016–2017 ArangoDB GmbH. All rights reserved.