Package

org.mongodb.scala

connection

Permalink

package connection

The connection package contains classes that manage connecting to MongoDB servers.

Linear Supertypes
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. connection
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. type AsynchronousSocketChannelStreamFactoryFactory = com.mongodb.connection.AsynchronousSocketChannelStreamFactoryFactory

    Permalink

    A StreamFactoryFactory implementation for AsynchronousSocketChannel-based streams.

    A StreamFactoryFactory implementation for AsynchronousSocketChannel-based streams.

    See also

    java.nio.channels.AsynchronousSocketChannel

  2. type ClusterSettings = com.mongodb.connection.ClusterSettings

    Permalink

    Settings for the cluster.

  3. type ConnectionPoolSettings = com.mongodb.connection.ConnectionPoolSettings

    Permalink

    All settings that relate to the pool of connections to a MongoDB server.

  4. type ServerSettings = com.mongodb.connection.ServerSettings

    Permalink

    Settings relating to monitoring of each server.

  5. type SocketSettings = com.mongodb.connection.SocketSettings

    Permalink

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

  6. type SslSettings = com.mongodb.connection.SslSettings

    Permalink

    Settings for connecting to MongoDB via SSL.

  7. type StreamFactory = com.mongodb.connection.StreamFactory

    Permalink

    The factory for streams.

  8. type StreamFactoryFactory = com.mongodb.connection.StreamFactoryFactory

    Permalink

    A factory of StreamFactory instances.

Value Members

  1. object AsynchronousSocketChannelStreamFactoryFactory

    Permalink

    A StreamFactoryFactory implementation for AsynchronousSocketChannel-based streams.

    A StreamFactoryFactory implementation for AsynchronousSocketChannel-based streams.

    Since

    1.0

    See also

    java.nio.channels.AsynchronousSocketChannel

  2. object ClusterSettings

    Permalink

    Settings for the cluster.

    Settings for the cluster.

    Since

    1.0

  3. object ConnectionPoolSettings

    Permalink

    All settings that relate to the pool of connections to a MongoDB server.

    All settings that relate to the pool of connections to a MongoDB server.

    Since

    1.0

  4. object NettyStreamFactoryFactory

    Permalink

    A StreamFactoryFactory implementation for Netty-based streams.

    A StreamFactoryFactory implementation for Netty-based streams.

    Since

    1.0

  5. object ServerSettings

    Permalink

    Settings relating to monitoring of each server.

    Settings relating to monitoring of each server.

    Since

    1.0

  6. object SocketSettings

    Permalink

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

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

    Since

    1.0

  7. object SslSettings

    Permalink

    Settings for connecting to MongoDB via SSL.

    Settings for connecting to MongoDB via SSL.

    Since

    1.0

Inherited from AnyRef

Inherited from Any

Ungrouped