Class FilteredHttpResponse

All Implemented Interfaces:
HttpMessage, HttpResponse, Response, StreamMessage<HttpObject>, org.reactivestreams.Publisher<HttpObject>

public abstract class FilteredHttpResponse extends FilteredStreamMessage<HttpObject,​HttpObject> implements HttpResponse
An HttpResponse that filters objects as they are published. The filtering will happen from an I/O thread, meaning the order of the filtering will match the order that the delegate processes the objects in.