Package com.arangodb.internal.net
Interface Host
- All Known Implementing Classes:
HostImpl
public interface Host
- Author:
- Mark Vollmary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
void
boolean
void
void
setMarkforDeletion
(boolean markforDeletion)
-
Method Details
-
getDescription
HostDescription getDescription() -
connection
Connection connection() -
closeOnError
void closeOnError() -
close
- Throws:
IOException
-
isMarkforDeletion
boolean isMarkforDeletion() -
setMarkforDeletion
void setMarkforDeletion(boolean markforDeletion) -
setJwt
-