@FunctionalInterface public interface TrailerProvider extends Resettable
A trailer usually depends on the chunk-data itself (checksum, signature, etc.), but is not required to. Per RFC-7230, the chunked trailer section is defined as:
trailer-part = *( header-field CRLF )
An implementation of this interface is specifically an element of the trailer-part. Therefore, all occurrences of
TrailerProvider's make up the trailer-part.| Modifier and Type | Method and Description |
|---|---|
Pair<String,List<String>> |
get() |
resetCopyright © 2023. All rights reserved.