Docs Menu
Docs Home
/ / /
Java Sync Driver
/

Specify Connection Options

On this page

  • Overview
  • Security and Authentication
  • Logging and Monitoring

This section describes the MongoDB connection and authentication options available in the Java driver. You can specify the following connection options:

  • Stable API

  • Limit Server Execution Time

  • Connection Pools

  • Cluster Settings

  • Server Settings

  • Socket Settings

  • Configure Client-level CRUD Settings

  • Network Compression

  • JNDI Datasource

  • AWS Lambda

MongoDB supports many options for securing your data before and during transportation. For information about security options, see the Security section, which includes the following pages:

You can learn how to using logging and monitoring with the Java driver in the Logging and Monitoring section, which includes the following pages:

Back

Create a MongoClient