public final class Response extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Response.Builder |
| Modifier and Type | Method and Description |
|---|---|
AfterOnNextFactory |
afterOnNextFactory() |
static Response |
from(org.reactivestreams.Publisher<? extends ByteBuffer> publisher) |
boolean |
isAsync() |
org.reactivestreams.Publisher<? extends ByteBuffer> |
publisher() |
static Response.Builder |
publisher(org.reactivestreams.Publisher<? extends ByteBuffer> publisher) |
io.reactivex.Scheduler |
requestScheduler() |
WriterFactory |
writerFactory() |
public org.reactivestreams.Publisher<? extends ByteBuffer> publisher()
public WriterFactory writerFactory()
public io.reactivex.Scheduler requestScheduler()
public boolean isAsync()
public AfterOnNextFactory afterOnNextFactory()
public static Response.Builder publisher(org.reactivestreams.Publisher<? extends ByteBuffer> publisher)
public static Response from(org.reactivestreams.Publisher<? extends ByteBuffer> publisher)
Copyright © 2018–2019. All rights reserved.