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