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, execute
protected 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>
ArangoDBException
protected void authenticate(VstConnectionSync connection)
authenticate
in class VstCommunication<Response,VstConnectionSync>
Copyright © 2016–2020 ArangoDB GmbH. All rights reserved.