File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ sections:
31
31
- :ref:`Connect to MongoDB <connect-to-mongodb>`
32
32
- :ref:`View a List of Connection Options <connection-options>`
33
33
- :ref:`Specify Connection Behavior with the MongoClient Class <specify-mongoclient-settings>`
34
- - :ref:`Enable Network Compression <network -compression>`
34
+ - :ref:`Enable Network Compression <java -compression>`
35
35
- :ref:`Enable TLS/SSL on a Connection <tls-ssl>`
36
36
- :ref:`Connect to MongoDB by Using a SOCKS5 Proxy <java-connect-socks>`
37
37
- :ref:`Connect to MongoDB by Using a JNDI Datasource <jndi>`
Original file line number Diff line number Diff line change @@ -53,11 +53,11 @@ You can enable compression for the connection to your MongoDB instance
53
53
by specifying the algorithms in one of the following ways:
54
54
55
55
- Use the ``compressors`` parameter in your connection string
56
- - Chain the ``compressorList`` method to the ``MongoClientSettings.builder()`` method
56
+ - Chain the ``compressorList() `` method to the ``MongoClientSettings.builder()`` method
57
57
58
- This example shows how to specify all compression algorithms. Select the
59
- :guilabel:`Connection String` or :guilabel:`MongoClientSettings` tab to
60
- see the corresponding syntax:
58
+ This example shows how to specify the Snappy, Zstandard, and Zlib compression
59
+ algorithms. Select thev :guilabel:`Connection String` or :guilabel:`MongoClientSettings`
60
+ tab to see the corresponding syntax:
61
61
62
62
.. tabs::
63
63
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ New features of the 4.11 driver release include:
420
420
- Added Atlas Search index management helpers. To learn more, see :ref:`Atlas Search Indexes <search-indexes>`.
421
421
422
422
- Updated Snappy and Zstd compression library dependency versions. To learn
423
- more about the current dependency versions, see :ref:`network -compression`.
423
+ more about the current dependency versions, see :ref:`java -compression`.
424
424
- Added ``getElapsedTime()`` methods to the following classes to monitor the
425
425
duration of connection pool events:
426
426
You can’t perform that action at this time.
0 commit comments