Class FilteredHttpRequest

All Implemented Interfaces:
HttpMessage, HttpRequest, Request, StreamMessage<HttpObject>, org.reactivestreams.Publisher<HttpObject>

public abstract class FilteredHttpRequest extends FilteredStreamMessage<HttpObject,​HttpObject> implements HttpRequest
An HttpRequest 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.