| Package | Description | 
|---|---|
| com.allanbank.mongodb.connection | 
 Provides interfaces for managing connections to different MongoDB server configurations. 
 | 
| com.allanbank.mongodb.connection.message | 
 Low level messages to be sent to the MongoDB server. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Message.write(int messageId,
     BsonOutputStream out)
Writes the message from the stream. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Update.write(int messageId,
     BsonOutputStream out)
Writes the message from the stream. 
 | 
void | 
Query.write(int messageId,
     BsonOutputStream out)
Writes the message from the stream. 
 | 
void | 
Delete.write(int messageId,
     BsonOutputStream out)
Writes the message from the stream. 
 | 
void | 
Reply.write(int messageId,
     BsonOutputStream out)
Writes the message from the stream. 
 | 
void | 
KillCursors.write(int messageId,
     BsonOutputStream out)
Writes the message from the stream. 
 | 
void | 
Insert.write(int messageId,
     BsonOutputStream out)
Writes the message from the stream. 
 | 
void | 
GetMore.write(int messageId,
     BsonOutputStream out)
Writes the message from the stream. 
 | 
protected void | 
AbstractMessage.writeHeader(BsonOutputStream stream,
           int requestId,
           int responseTo,
           Operation op,
           int length)
Writes the MsgHeader to the stream. 
 | 
Copyright © 2011-2013 Allanbank Consulting, Inc.. All Rights Reserved.