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