public class VstCommunicationSync extends VstCommunication<Response,VstConnectionSync>
| Modifier and Type | Class and Description |
|---|---|
static class |
VstCommunicationSync.Builder |
chunksize, ENCRYPTION_PLAIN, mId, password, user, util| Modifier | Constructor and Description |
|---|---|
protected |
VstCommunicationSync(HostHandler hostHandler,
Integer timeout,
String user,
String password,
Boolean useSsl,
SSLContext sslContext,
ArangoSerialization util,
Integer chunksize,
Integer maxConnections,
Long ttl) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
authenticate(VstConnectionSync connection) |
protected Response |
execute(Request request,
VstConnectionSync connection) |
buildChunks, checkError, close, connect, createMessage, createResponse, executeprotected VstCommunicationSync(HostHandler hostHandler, Integer timeout, String user, String password, Boolean useSsl, SSLContext sslContext, ArangoSerialization util, Integer chunksize, Integer maxConnections, Long ttl)
protected Response execute(Request request, VstConnectionSync connection) throws ArangoDBException
execute in class VstCommunication<Response,VstConnectionSync>ArangoDBExceptionprotected void authenticate(VstConnectionSync connection)
authenticate in class VstCommunication<Response,VstConnectionSync>Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.