| Package | Description |
|---|---|
| com.allanbank.mongodb.bson.io |
Provides the ability to serialize and deserialize BSON
Documents. |
| com.allanbank.mongodb.client.connection.socket |
Low level socket connection to a single MongoDB server.
|
| Modifier and Type | Method and Description |
|---|---|
RandomAccessOutputStream |
BufferingBsonOutputStream.getOutput()
Returns the output buffer.
|
| Constructor and Description |
|---|
BufferingBsonOutputStream(RandomAccessOutputStream output)
Creates a new
BufferingBsonOutputStream. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSocketConnection.doSend(int messageId,
RandomAccessOutputStream message)
Sends a single message to the connection.
|
protected void |
AbstractSocketConnection.send(PendingMessage pendingMessage,
RandomAccessOutputStream message)
Sends a single message.
|
Copyright © 2011–2014 Allanbank Consulting, Inc.. All rights reserved.