- Type Parameters:
T
- The type
- All Superinterfaces:
- org.reactivestreams.Publisher<T>, org.reactivestreams.Subscriber<io.netty.buffer.ByteBufHolder>, Toggleable
- All Known Implementing Classes:
- AbstractBufferingHttpContentProcessor, AbstractHttpContentProcessor, DefaultHttpContentProcessor, FormDataHttpContentProcessor, JsonContentProcessor
public interface HttpContentProcessor<T>
extends org.reactivestreams.Publisher<T>, org.reactivestreams.Subscriber<io.netty.buffer.ByteBufHolder>, Toggleable
A reactive streams Processor
that processes incoming ByteBufHolder
and
outputs a given type.
- Since:
- 1.0
- Author:
- Graeme Rocher