public class UpgradeApplicationBufferHandler extends java.lang.Object implements ApplicationBufferHandler
ApplicationBufferHandler to support saving
of HTTP request bodies during an HTTP/1.1 upgrade.EMPTY, EMPTY_BUFFER| Constructor and Description |
|---|
UpgradeApplicationBufferHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
expand(int size) |
java.nio.ByteBuffer |
getByteBuffer() |
void |
setByteBuffer(java.nio.ByteBuffer byteBuffer) |
public void setByteBuffer(java.nio.ByteBuffer byteBuffer)
setByteBuffer in interface ApplicationBufferHandlerpublic java.nio.ByteBuffer getByteBuffer()
getByteBuffer in interface ApplicationBufferHandlerpublic void expand(int size)
expand in interface ApplicationBufferHandlerCopyright © 2000-2023 Apache Software Foundation. All Rights Reserved.