Package | Description |
---|---|
com.allanbank.mongodb.client.callback |
Provides implementation for various transformations, implemented in the form of
Callback s, that are used by the driver. |
com.allanbank.mongodb.client.connection.socket |
Low level socket connection to a single MongoDB server.
|
Modifier and Type | Method and Description |
---|---|
static void |
ReplyHandler.reply(Receiver receiver,
Reply reply,
ReplyCallback replyCallback,
Executor executor)
Updates to set the reply for the callback, if any.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractSocketConnection
AbstractSocketConnection provides the basic functionality for a socket
connection that passes messages between the sender and receiver.
|
class |
SocketConnection
Provides a blocking Socket based connection to a MongoDB server.
|
class |
TwoThreadSocketConnection
Provides a blocking Socket based connection to a MongoDB server.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.