public class VstCommunicationAsync extends VstCommunication<CompletableFuture<Response>,VstConnectionAsync>
Modifier and Type | Class and Description |
---|---|
static class |
VstCommunicationAsync.Builder |
chunksize, ENCRYPTION_PLAIN, mId, password, user, util
Modifier and Type | Method and Description |
---|---|
protected void |
authenticate(VstConnectionAsync connection) |
protected CompletableFuture<Response> |
execute(Request request,
VstConnectionAsync connection) |
buildChunks, checkError, close, connect, createMessage, createResponse, execute
protected CompletableFuture<Response> execute(Request request, VstConnectionAsync connection)
execute
in class VstCommunication<CompletableFuture<Response>,VstConnectionAsync>
protected void authenticate(VstConnectionAsync connection)
authenticate
in class VstCommunication<CompletableFuture<Response>,VstConnectionAsync>
Copyright © 2016–2021 ArangoDB GmbH. All rights reserved.