@FunctionalInterface public interface ChunkExtensionProvider extends Resettable
An extension usually depends on the chunk-data itself (checksum, signature, etc.), but is not required to. Per RFC-7230 The chunk-extension is defined as:
chunk-ext = *( ";" chunk-ext-name [ "=" chunk-ext-val ] )
chunk-ext-name = token
chunk-ext-val = token / quoted-string
| Modifier and Type | Method and Description |
|---|---|
Pair<byte[],byte[]> |
get(byte[] chunk) |
resetPair<byte[],byte[]> get(byte[] chunk)
Copyright © 2023. All rights reserved.