Package com.arangodb.vst
Class VstProtocol
java.lang.Object
com.arangodb.vst.VstProtocol
- All Implemented Interfaces:
CommunicationProtocol
,Closeable
,AutoCloseable
- Author:
- Mark Vollmary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
executeAsync
(InternalRequest request, HostHandle hostHandle) void
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.arangodb.internal.net.CommunicationProtocol
execute
-
Constructor Details
-
VstProtocol
-
-
Method Details
-
executeAsync
public CompletableFuture<InternalResponse> executeAsync(InternalRequest request, HostHandle hostHandle) - Specified by:
executeAsync
in interfaceCommunicationProtocol
-
setJwt
- Specified by:
setJwt
in interfaceCommunicationProtocol
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-