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
java.nio.ByteBuffer expand(java.nio.ByteBuffer buffer,
int remaining)
getReadBuffer
java.nio.ByteBuffer getReadBuffer()
getWriteBuffer
java.nio.ByteBuffer getWriteBuffer()
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.