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 SummaryFields inherited from interface org.apache.tomcat.util.net.ApplicationBufferHandlerEMPTY, EMPTY_BUFFER
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidexpand(int size) voidsetByteBuffer(ByteBuffer byteBuffer) 
- 
Constructor Details- 
UpgradeApplicationBufferHandlerpublic UpgradeApplicationBufferHandler()
 
- 
- 
Method Details- 
setByteBuffer- Specified by:
- setByteBufferin interface- ApplicationBufferHandler
 
- 
getByteBuffer- Specified by:
- getByteBufferin interface- ApplicationBufferHandler
 
- 
expandpublic void expand(int size) - Specified by:
- expandin interface- ApplicationBufferHandler
 
 
-