public class RedirectingDecorator extends Object implements org.apache.hc.core5.http.io.HttpServerRequestHandler
| Constructor and Description | 
|---|
| RedirectingDecorator(org.apache.hc.core5.http.io.HttpServerRequestHandler requestHandler,
                    RedirectResolver redirectResolver) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | handle(org.apache.hc.core5.http.ClassicHttpRequest request,
      org.apache.hc.core5.http.io.HttpServerRequestHandler.ResponseTrigger responseTrigger,
      org.apache.hc.core5.http.protocol.HttpContext context) | 
public RedirectingDecorator(org.apache.hc.core5.http.io.HttpServerRequestHandler requestHandler,
                    RedirectResolver redirectResolver)
public void handle(org.apache.hc.core5.http.ClassicHttpRequest request,
          org.apache.hc.core5.http.io.HttpServerRequestHandler.ResponseTrigger responseTrigger,
          org.apache.hc.core5.http.protocol.HttpContext context)
            throws org.apache.hc.core5.http.HttpException,
                   IOException
handle in interface org.apache.hc.core5.http.io.HttpServerRequestHandlerorg.apache.hc.core5.http.HttpExceptionIOExceptionCopyright © 1999–2021 The Apache Software Foundation. All rights reserved.