Package | Description |
---|---|
com.mongodb.connection |
Contains classes that manage connecting to MongoDB servers.
|
Modifier and Type | Method and Description |
---|---|
void |
Stream.openAsync(AsyncCompletionHandler<Void> handler)
Open the stream asynchronously.
|
void |
Stream.readAsync(int numBytes,
AsyncCompletionHandler<ByteBuf> handler)
Read from the stream, asynchronously.
|
void |
Stream.writeAsync(List<ByteBuf> buffers,
AsyncCompletionHandler<Void> handler)
Write each buffer in the list to the stream in order, asynchronously.
|
Copyright © 2016. All Rights Reserved.