Package io.fusionauth.http.body.response
Class ChunkedBodyProcessor
java.lang.Object
io.fusionauth.http.body.response.ChunkedBodyProcessor
- All Implemented Interfaces:
BodyProcessor
A body processor that handles chunked requests/responses.
- Author:
- Brian Pontarelli
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ChunkedBodyProcessor
-
-
Method Details
-
currentBuffers
- Specified by:
currentBuffersin interfaceBodyProcessor- Returns:
- The current buffer that the selector should use for writing.
-
isComplete
public boolean isComplete()- Specified by:
isCompletein interfaceBodyProcessor- Returns:
- True if the body processing is complete and all bytes hve been written.
-