public class ReactiveRandomProcessor extends Object implements ReactiveRequestProcessor
| Constructor and Description |
|---|
ReactiveRandomProcessor() |
| Modifier and Type | Method and Description |
|---|---|
void |
processRequest(HttpRequest request,
EntityDetails entityDetails,
ResponseChannel responseChannel,
HttpContext context,
org.reactivestreams.Publisher<ByteBuffer> requestBody,
Callback<org.reactivestreams.Publisher<ByteBuffer>> responseBodyCallback) |
public void processRequest(HttpRequest request, EntityDetails entityDetails, ResponseChannel responseChannel, HttpContext context, org.reactivestreams.Publisher<ByteBuffer> requestBody, Callback<org.reactivestreams.Publisher<ByteBuffer>> responseBodyCallback) throws HttpException, IOException
processRequest in interface ReactiveRequestProcessorHttpExceptionIOExceptionCopyright © 2005–2021 The Apache Software Foundation. All rights reserved.