Package com.arangodb.http
Class HttpProtocol
java.lang.Object
com.arangodb.http.HttpProtocol
- All Implemented Interfaces:
com.arangodb.internal.net.CommunicationProtocol,Closeable,AutoCloseable
- Author:
- Mark Vollmary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()CompletableFuture<com.arangodb.internal.InternalResponse>executeAsync(com.arangodb.internal.InternalRequest request, com.arangodb.internal.net.HostHandle hostHandle) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.arangodb.internal.net.CommunicationProtocol
execute
-
Constructor Details
-
HttpProtocol
-
-
Method Details
-
executeAsync
public CompletableFuture<com.arangodb.internal.InternalResponse> executeAsync(com.arangodb.internal.InternalRequest request, com.arangodb.internal.net.HostHandle hostHandle) - Specified by:
executeAsyncin interfacecom.arangodb.internal.net.CommunicationProtocol
-
setJwt
- Specified by:
setJwtin interfacecom.arangodb.internal.net.CommunicationProtocol
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-