public final class RedirectExec extends java.lang.Object implements ExecChainHandler
Further responsibilities such as communication with the opposite endpoint is delegated to the next executor in the request execution chain.
| Constructor and Description |
|---|
RedirectExec(HttpRoutePlanner routePlanner,
RedirectStrategy redirectStrategy) |
| Modifier and Type | Method and Description |
|---|---|
ClassicHttpResponse |
execute(ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain)
Executes the actual HTTP request.
|
public RedirectExec(HttpRoutePlanner routePlanner, RedirectStrategy redirectStrategy)
public ClassicHttpResponse execute(ClassicHttpRequest request,
ExecChain.Scope scope,
ExecChain chain)
throws java.io.IOException,
HttpException
ExecChainHandlerexecute in interface ExecChainHandlerrequest - the actual request.scope - the execution scope .chain - the next element in the request execution chain.java.io.IOExceptionHttpException