public class ChunkingFilter extends AbstractCodecFilter<Buffer,Buffer>
FilterChain.
This Filter could be useful for testing reasons to check if all Filters in
the FilterChain work properly with chunked data.| Modifier and Type | Class and Description |
|---|---|
static class |
ChunkingFilter.ChunkingDecoder |
static class |
ChunkingFilter.ChunkingEncoder |
static class |
ChunkingFilter.ChunkingTransformer |
| Constructor and Description |
|---|
ChunkingFilter(int chunkSize)
Construct a ChunkFilter, which will break incoming/outgoing data
into chunks of the specified size.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getChunkSize() |
getDecoder, getEncoder, handleRead, handleWritecreateContext, exceptionOccurred, handleAccept, handleClose, handleConnect, handleEvent, onAdded, onFilterChainChanged, onRemovedclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitexceptionOccurred, handleAccept, handleClose, handleConnect, handleEvent, onAdded, onFilterChainChanged, onRemovedCopyright © 2013 Oracle Corporation. All Rights Reserved.