public final class ReactiveEchoProcessor extends Object implements ReactiveRequestProcessor
Constructor and Description |
---|
ReactiveEchoProcessor() |
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>> responseBodyFuture) |
public void processRequest(HttpRequest request, EntityDetails entityDetails, ResponseChannel responseChannel, HttpContext context, org.reactivestreams.Publisher<ByteBuffer> requestBody, Callback<org.reactivestreams.Publisher<ByteBuffer>> responseBodyFuture) throws HttpException, IOException
processRequest
in interface ReactiveRequestProcessor
HttpException
IOException
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.