Package | Description |
---|---|
com.marklogic.client |
The package provides the core classes,
interfaces and exceptions for working with the database.
|
com.marklogic.client.extra.httpclient |
The package supports optional configuration of
the Open Source HttpClient library.
|
com.marklogic.client.extra.okhttpclient |
Modifier and Type | Method and Description |
---|---|
static void |
DatabaseClientFactory.addConfigurator(DatabaseClientFactory.ClientConfigurator<?> configurator)
Adds a listener that provides custom
configuration when a communication library is created.
|
Modifier and Type | Interface and Description |
---|---|
interface |
HttpClientConfigurator
Provides configuration for the HttpClient
communications library.
|
Modifier and Type | Interface and Description |
---|---|
interface |
OkHttpClientConfigurator
Provides configuration for the HttpClient
communications library.
|
Modifier and Type | Class and Description |
---|---|
class |
RemoveAcceptEncodingConfigurator
Can be used with
DatabaseClientFactory.addConfigurator to remove the
"Accept-Encoding=gzip" request header that the underlying OkHttp
library adds by default. |
Copyright © 2024 MarkLogic Corporation. All Rights Reserved.