public interface HostHandler
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
closeCurrentOnError() |
void |
closeCurrentOnErrorIfNotMatch(HostDescription host) |
void |
confirm() |
void |
fail(Exception exception) |
void |
failIfNotMatch(HostDescription host,
Exception exception) |
Host |
get(HostHandle hostHandle,
AccessType accessType) |
void |
reset() |
void |
setJwt(String jwt) |
void |
success() |
Host get(HostHandle hostHandle, AccessType accessType)
void success()
void fail(Exception exception)
void failIfNotMatch(HostDescription host, Exception exception)
void reset()
void confirm()
void close()
throws IOException
IOExceptionvoid closeCurrentOnError()
void closeCurrentOnErrorIfNotMatch(HostDescription host)
void setJwt(String jwt)
Copyright © 2016–2022 ArangoDB GmbH. All rights reserved.