Package com.arangodb.http
Class HttpConnection
java.lang.Object
com.arangodb.http.HttpConnection
- All Implemented Interfaces:
Connection
,Closeable
,AutoCloseable
- Author:
- Mark Vollmary, Michele Rastelli
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
doExecute
(InternalRequest request, CompletableFuture<InternalResponse> rfuture) executeAsync
(InternalRequest request) void
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
executeAsync
- Specified by:
executeAsync
in interfaceConnection
-
doExecute
-
setJwt
- Specified by:
setJwt
in interfaceConnection
-