![JAR search and dependency download from the Maven repository](/logo.png)
com.arangodb.internal.net.ProtocolProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Core module for ArangoDB Java Driver
package com.arangodb.internal.net;
import com.arangodb.Protocol;
import com.arangodb.internal.config.ArangoConfig;
import com.fasterxml.jackson.databind.Module;
public interface ProtocolProvider {
boolean supportsProtocol(Protocol protocol);
ConnectionFactory createConnectionFactory();
CommunicationProtocol createProtocol(ArangoConfig config, HostHandler hostHandler);
Module protocolModule();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy