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