Interface ReactiveRequest.Content

All Superinterfaces:
org.reactivestreams.Publisher<ContentChunk>
All Known Implementing Classes:
PublisherContent, StringContent
Enclosing class:
ReactiveRequest

public static interface ReactiveRequest.Content
extends org.reactivestreams.Publisher<ContentChunk>
A Publisher of content chunks that also specifies the content length and type.