public class VstProtocol extends Object implements CommunicationProtocol
Constructor and Description |
---|
VstProtocol(VstCommunication<Response,VstConnectionSync> communication) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
Response |
execute(Request request,
HostHandle hostHandle) |
void |
setJwt(String jwt) |
public VstProtocol(VstCommunication<Response,VstConnectionSync> communication)
public Response execute(Request request, HostHandle hostHandle) throws ArangoDBException
execute
in interface CommunicationProtocol
ArangoDBException
public void setJwt(String jwt)
setJwt
in interface CommunicationProtocol
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
IOException
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.