public class HttpProtocol extends Object implements CommunicationProtocol
| Constructor and Description |
|---|
HttpProtocol(HttpCommunication httpCommunitaction) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
Response |
execute(Request request,
HostHandle hostHandle) |
void |
setJwt(String jwt) |
public HttpProtocol(HttpCommunication httpCommunitaction)
public Response execute(Request request, HostHandle hostHandle) throws ArangoDBException
execute in interface CommunicationProtocolArangoDBExceptionpublic void setJwt(String jwt)
setJwt in interface CommunicationProtocolpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableIOExceptionCopyright © 2016–2022 ArangoDB GmbH. All rights reserved.