All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arangodb.impl.BaseDriverInterface Maven / Gradle / Ivy

There is a newer version: 7.15.0
Show newest version
package com.arangodb.impl;

import com.arangodb.http.HttpManager;

/**
 * Created by fbartels on 10/27/14.
 */
public interface BaseDriverInterface {

	public HttpManager getHttpManager();

	public void setHttpManager(HttpManager httpManager);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy