Package org.apache.catalina.tribes.io
Interface BufferPool.BufferPoolAPI
- 
- Enclosing class:
- BufferPool
 
 public static interface BufferPool.BufferPoolAPI
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclear()XByteBuffergetBuffer(int minSize, boolean discard)voidreturnBuffer(XByteBuffer buffer)voidsetMaxSize(int bytes)
 
- 
- 
- 
Method Detail- 
setMaxSizevoid setMaxSize(int bytes) 
 - 
getBufferXByteBuffer getBuffer(int minSize, boolean discard) 
 - 
returnBuffervoid returnBuffer(XByteBuffer buffer) 
 - 
clearvoid clear() 
 
- 
 
-