Uses of Class
org.apache.hc.client5.testing.redirect.Redirect
-
Packages that use Redirect Package Description org.apache.hc.client5.testing.async org.apache.hc.client5.testing.redirect -
-
Uses of Redirect in org.apache.hc.client5.testing.async
Methods in org.apache.hc.client5.testing.async that return Redirect Modifier and Type Method Description private Redirect
RedirectingAsyncDecorator. resolveRedirect(org.apache.hc.core5.http.HttpRequest request)
Methods in org.apache.hc.client5.testing.async with parameters of type Redirect Modifier and Type Method Description private org.apache.hc.core5.http.HttpResponse
RedirectingAsyncDecorator. createRedirectResponse(Redirect redirect)
-
Uses of Redirect in org.apache.hc.client5.testing.redirect
Methods in org.apache.hc.client5.testing.redirect that return Redirect Modifier and Type Method Description Redirect
RedirectResolver. resolve(java.net.URI requestUri)
-