Package | Description |
---|---|
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 |
---|---|
Stream |
StreamFactory.create(ServerAddress serverAddress)
Create a Stream to the given address
|
Stream |
AsynchronousSocketChannelStreamFactory.create(ServerAddress serverAddress) |
Stream |
SocketStreamFactory.create(ServerAddress serverAddress) |
Modifier and Type | Method and Description |
---|---|
Stream |
NettyStreamFactory.create(ServerAddress serverAddress) |
Copyright © 2016. All Rights Reserved.