Packages

o

org.mongodb.scala.connection

AsynchronousSocketChannelStreamFactoryFactory

object AsynchronousSocketChannelStreamFactoryFactory

A StreamFactoryFactory implementation for AsynchronousSocketChannel-based streams.

Since

1.0

See also

java.nio.channels.AsynchronousSocketChannel

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

Type Members

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

    AsynchronousSocketChannelStreamFactoryFactory builder type

Value Members

  1. def apply(): StreamFactoryFactory

    A StreamFactoryFactory implementation for AsynchronousSocketChannel-based streams.

  2. def builder(): Builder

    Create a builder for AsynchronousSocketChannel-based streams

    Create a builder for AsynchronousSocketChannel-based streams

    returns

    the builder

    Since

    2.2