@FunctionalInterface public interface ChunkHeaderProvider extends Resettable
The header usually depends on the chunk-data itself (hex-size), but is not required to. In RFC-7230, the chunk-header is specifically the
chunk-size, but this interface can give us greater flexibility.
| Modifier and Type | Method and Description |
|---|---|
byte[] |
get(byte[] chunk) |
resetCopyright © 2023. All rights reserved.