Package | Description |
---|---|
com.mongodb.async.client |
This packages contains classes for the new async client
|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
com.mongodb.connection.netty |
This package contains netty specific classes
|
Modifier and Type | Method and Description |
---|---|
StreamFactoryFactory |
MongoClientSettings.getStreamFactoryFactory()
Gets the factory to use to create a
StreamFactory . |
Modifier and Type | Method and Description |
---|---|
MongoClientSettings.Builder |
MongoClientSettings.Builder.streamFactoryFactory(StreamFactoryFactory streamFactoryFactory)
Sets the factory to use to create a
StreamFactory . |
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousSocketChannelStreamFactoryFactory
A
StreamFactoryFactory implementation for AsynchronousSocketChannel-based streams. |
Modifier and Type | Class and Description |
---|---|
class |
NettyStreamFactoryFactory
A
StreamFactoryFactory implementation for Netty-based streams. |
Copyright © 2016. All Rights Reserved.