Package io.fusionauth.http.body.response
Class EmptyBodyProcessor
java.lang.Object
io.fusionauth.http.body.response.EmptyBodyProcessor
- All Implemented Interfaces:
BodyProcessor
A body processor that handles when there is no body.
- Author:
- Brian Pontarelli
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EmptyBodyProcessor
public EmptyBodyProcessor()
-
-
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.
-