Package org.apache.catalina.tribes.io
Interface BufferPool.BufferPoolAPI
- Enclosing class:
- BufferPool
public static interface BufferPool.BufferPoolAPI
-
Method Summary
Modifier and TypeMethodDescriptionvoid
clear()
getBuffer
(int minSize, boolean discard) void
returnBuffer
(XByteBuffer buffer) void
setMaxSize
(int bytes)
-
Method Details
-
setMaxSize
void setMaxSize(int bytes) -
getBuffer
-
returnBuffer
-
clear
void clear()
-