public abstract class HttpResponseChunks extends Object
Modifier and Type | Method and Description |
---|---|
abstract org.reactivestreams.Publisher<HttpResponseChunk> |
getPublisher() |
static HttpResponseChunks |
httpResponseChunks(org.reactivestreams.Publisher<HttpResponseChunk> publisher) |
public static HttpResponseChunks httpResponseChunks(org.reactivestreams.Publisher<HttpResponseChunk> publisher)
public abstract org.reactivestreams.Publisher<HttpResponseChunk> getPublisher()