Package org.apache.coyote.http11.upgrade
Class UpgradeApplicationBufferHandler
java.lang.Object
org.apache.coyote.http11.upgrade.UpgradeApplicationBufferHandler
- All Implemented Interfaces:
ApplicationBufferHandler
Trivial implementation of
ApplicationBufferHandler
to support saving of HTTP request bodies during an
HTTP/1.1 upgrade.-
Field Summary
Fields inherited from interface org.apache.tomcat.util.net.ApplicationBufferHandler
EMPTY, EMPTY_BUFFER
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
expand
(int size) Expand the byte buffer to at least the given size.void
setByteBuffer
(ByteBuffer byteBuffer) Set the byte buffer.
-
Constructor Details
-
UpgradeApplicationBufferHandler
public UpgradeApplicationBufferHandler()
-
-
Method Details
-
setByteBuffer
Description copied from interface:ApplicationBufferHandler
Set the byte buffer.- Specified by:
setByteBuffer
in interfaceApplicationBufferHandler
- Parameters:
byteBuffer
- the byte buffer
-
getByteBuffer
- Specified by:
getByteBuffer
in interfaceApplicationBufferHandler
- Returns:
- the byte buffer
-
expand
public void expand(int size) Description copied from interface:ApplicationBufferHandler
Expand the byte buffer to at least the given size. Some implementations may not implement this.- Specified by:
expand
in interfaceApplicationBufferHandler
- Parameters:
size
- the desired size
-