Packages

o

org.mongodb.scala.connection

TransportSettings

object TransportSettings

An immutable class representing transport settings used for connections to a MongoDB server.

Since

4.11

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

Value Members

  1. def asyncBuilder(): Builder

    Creates a builder for AsyncTransportSettings.

    Creates a builder for AsyncTransportSettings.

    returns

    a new Builder for creating AsyncTransportSettings.

    Since

    5.2

  2. def nettyBuilder(): Builder

    Creates a builder for NettyTransportSettings.

    Creates a builder for NettyTransportSettings.

    returns

    a new Builder for creating NettyTransportSettings.