Warning:
Fauna is decommissioning FQL v4 on June 30, 2025.

This driver is not compatible with FQL v10, the latest version. Fauna accounts created after August 21, 2024 must use FQL v10.
Ensure you migrate existing projects to the official v10 driver by the v4 EOL date: https://github.com/fauna/fauna-jvm.

For more information, see the v4 end of life (EOL) announcement and related FAQ.

Skip navigation links
B C G N P W 

B

build() - Method in class com.faunadb.common.Connection.Builder
Returns a newly constructed Connection with configuration based on the settings of this Connection.Builder.
builder() - Static method in class com.faunadb.common.Connection
Returns a new Connection.Builder.

C

close() - Method in class com.faunadb.common.Connection
Releases any resources being held by the HTTP client.
com.faunadb.common - package com.faunadb.common
 
Connection - Class in com.faunadb.common
The HTTP Connection adapter for FaunaDB drivers.
Connection.Builder - Class in com.faunadb.common
A builder for creating an instance of Connection.

G

get(String) - Method in class com.faunadb.common.Connection
Issues a GET request with no parameters.
get(String, Map<String, List<String>>) - Method in class com.faunadb.common.Connection
Issues a GET request with the provided request parameters.

N

newSessionConnection(String) - Method in class com.faunadb.common.Connection
Creates a new short live connection sharing its underneath AsyncHttpClient.

P

patch(String, JsonNode) - Method in class com.faunadb.common.Connection
Issues a PATCH request with the provided JSON request body.
post(String, JsonNode) - Method in class com.faunadb.common.Connection
Issues a POST request with the provided JSON request body.
put(String, JsonNode) - Method in class com.faunadb.common.Connection
Issues a PUT request with the provided JSON request body.

W

withAuthToken(String) - Method in class com.faunadb.common.Connection.Builder
Sets the Auth Token that the built Connection will provide to FaunaDB.
withFaunaRoot(String) - Method in class com.faunadb.common.Connection.Builder
Sets the FaunaDB root URL for the built Connection.
withFaunaRoot(URL) - Method in class com.faunadb.common.Connection.Builder
Sets the FaunaDB root URL for the built Connection.
withHttpClient(AsyncHttpClient) - Method in class com.faunadb.common.Connection.Builder
Sets a custom AsyncHttpClient implementation that the built Connection will use.
withMetrics(MetricRegistry) - Method in class com.faunadb.common.Connection.Builder
Sets a MetricRegistry that the Connection will use to register and track Connection-level statistics.
B C G N P W 
Skip navigation links