Interface ChunkDecodable<H extends ChunkHeader,ROW extends ChunkRow,T extends ChunkTrailer,R extends ChunkedResponse<H,ROW,T>>
- All Known Subinterfaces:
HttpRequest<H,
ROW, T, R>
- All Known Implementing Classes:
AnalyticsRequest
,QueryRequest
,ServerSearchRequest
,ViewRequest
public interface ChunkDecodable<H extends ChunkHeader,ROW extends ChunkRow,T extends ChunkTrailer,R extends ChunkedResponse<H,ROW,T>>
Marker interface to describe how the chunked response can be decoded.
-
Method Summary
-
Method Details
-
decode
Decodes a chunked response into the response format.- Parameters:
status
- the http response status.header
- the chunk header.rows
- the chunk rows.trailer
- the chunk trailer.- Returns:
- a decoded response including all the chunk parts.
-