Class | Description |
---|---|
UnsafeChunkDecoder |
Highly optimized
ChunkDecoder implementation that uses
Sun JDK's Unsafe class (which may be included by other JDK's as well;
IBM's apparently does). |
VanillaChunkDecoder |
Safe
ChunkDecoder implementation that can be used on any
platform. |
Copyright © 2013. All Rights Reserved.