public abstract class AbstractSimpleServerExchangeHandler extends org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler<SimpleHttpRequest>
| Constructor and Description | 
|---|
| AbstractSimpleServerExchangeHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected void | handle(SimpleHttpRequest request,
      org.apache.hc.core5.http.nio.AsyncServerRequestHandler.ResponseTrigger responseTrigger,
      org.apache.hc.core5.http.protocol.HttpContext context) | 
| protected abstract SimpleHttpResponse | handle(SimpleHttpRequest request,
      org.apache.hc.core5.http.protocol.HttpCoreContext context) | 
| protected org.apache.hc.core5.http.nio.AsyncRequestConsumer<SimpleHttpRequest> | supplyConsumer(org.apache.hc.core5.http.HttpRequest request,
              org.apache.hc.core5.http.EntityDetails entityDetails,
              org.apache.hc.core5.http.protocol.HttpContext context) | 
protected abstract SimpleHttpResponse handle(SimpleHttpRequest request, org.apache.hc.core5.http.protocol.HttpCoreContext context) throws org.apache.hc.core5.http.HttpException
org.apache.hc.core5.http.HttpExceptionprotected final org.apache.hc.core5.http.nio.AsyncRequestConsumer<SimpleHttpRequest> supplyConsumer(org.apache.hc.core5.http.HttpRequest request, org.apache.hc.core5.http.EntityDetails entityDetails, org.apache.hc.core5.http.protocol.HttpContext context) throws org.apache.hc.core5.http.HttpException
supplyConsumer in class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler<SimpleHttpRequest>org.apache.hc.core5.http.HttpExceptionprotected final void handle(SimpleHttpRequest request, org.apache.hc.core5.http.nio.AsyncServerRequestHandler.ResponseTrigger responseTrigger, org.apache.hc.core5.http.protocol.HttpContext context) throws org.apache.hc.core5.http.HttpException, IOException
handle in class org.apache.hc.core5.http.nio.support.AbstractServerExchangeHandler<SimpleHttpRequest>org.apache.hc.core5.http.HttpExceptionIOExceptionCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.