JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Package
com.mongodb.connection
Interface BufferProvider
All Known Subinterfaces:
Stream
public interface
BufferProvider
A provider of instances of ByteBuf.
Since:
3.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
ByteBuf
getBuffer
(int size)
Gets a buffer with the givens capacity.
Method Detail
getBuffer
ByteBuf
getBuffer(int size)
Gets a buffer with the givens capacity.
Parameters:
size
- the size required for the buffer
Returns:
a ByteBuf with the given size, which is now owned by the caller and must be released.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method