org.apache.tomcat.util.net
Interface SecureNioChannel.ApplicationBufferHandler
- All Known Implementing Classes:
- NioEndpoint.NioBufferHandler
- Enclosing class:
- SecureNioChannel
public static interface SecureNioChannel.ApplicationBufferHandler
Callback interface to be able to expand buffers
when buffer overflow exceptions happen
expand
ByteBuffer expand(ByteBuffer buffer,
int remaining)
getReadBuffer
ByteBuffer getReadBuffer()
getWriteBuffer
ByteBuffer getWriteBuffer()
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.