| Package | Description |
|---|---|
| org.davidmoten.rx2.http | |
| org.davidmoten.rx2.io.internal |
| Modifier and Type | Field and Description |
|---|---|
static WriterFactory |
WriterFactory.DEFAULT |
| Modifier and Type | Method and Description |
|---|---|
WriterFactory |
Response.writerFactory() |
| Modifier and Type | Method and Description |
|---|---|
Response.Builder |
Response.Builder.writerFactory(WriterFactory writerFactory) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Server.handle(org.reactivestreams.Publisher<? extends ByteBuffer> flowable,
io.reactivex.SingleSource<OutputStream> out,
Runnable completion,
long id,
io.reactivex.Scheduler requestScheduler,
io.reactivex.functions.Consumer<org.reactivestreams.Subscription> subscription,
WriterFactory writerFactory,
AfterOnNextFactory afterOnNextFactory) |
Copyright © 2018–2019. All rights reserved.