Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
Modifier and Type | Method and Description |
---|---|
private static ReplyMessage<BsonDocument> |
CommandHelper.receiveReply(InternalConnection internalConnection,
CommandMessage message) |
Modifier and Type | Method and Description |
---|---|
private static void |
CommandHelper.receiveReplyAsync(InternalConnection internalConnection,
CommandMessage message,
SingleResultCallback<ReplyMessage<BsonDocument>> callback) |
Constructor and Description |
---|
QueryResult(MongoNamespace namespace,
ReplyMessage<T> replyMessage,
ServerAddress address)
Construct an instance.
|