Packages

object ProxySettings

This setting is only applicable when communicating with a MongoDB server using the synchronous variant of MongoClient.

This setting is furthermore ignored if:

  • the communication is via com.mongodb.UnixServerAddress (Unix domain socket).
  • a StreamFactoryFactory is MongoClientSettings.Builder.streamFactoryFactory configured.
Since

4.11

See also

org.mongodb.scala.connection.SocketSettings

org.mongodb.scala.AutoEncryptionSettings

org.mongodb.scala.ClientEncryptionSettings

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProxySettings
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type Builder = com.mongodb.connection.ProxySettings.Builder

    ProxySettings builder type

Value Members

  1. def builder(): Builder

    Creates a builder for ProxySettings.

    Creates a builder for ProxySettings.

    returns

    a new Builder for creating ProxySettings.