BodyFilterResult
Represents the result of a body filtering process, which can determine the state of the body after processing.
Inheritors
Types
Link copied to clipboard
class BufferContent(buffer: Buffer, charset: Charset, val byteSize: Long = buffer.size) : BodyFilterResult.Content
Implements the BodyFilterResult.Content interface, representing a filtering result that contains readable content from a buffer.
Link copied to clipboard
Represents a body filtering result that contains readable content.
Link copied to clipboard
Represents an empty body.
Link copied to clipboard
Represents a body filtering result that skips processing for a specific reason.