Package org.apache.tomcat.util.net
Interface ApplicationBufferHandler
-
- All Known Implementing Classes:
BufferedInputFilter
,ChunkedInputFilter
,Http11InputBuffer
,IdentityInputFilter
,InputBuffer
public interface ApplicationBufferHandler
Callback interface to be able to expand buffers when buffer overflow exceptions happen or to replace buffers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
expand(int size)
java.nio.ByteBuffer
getByteBuffer()
void
setByteBuffer(java.nio.ByteBuffer buffer)
-