Interface HttpExecChainHandler
-
- All Superinterfaces:
org.apache.hc.client5.http.classic.ExecChainHandler
- All Known Implementing Classes:
HttpAuthorizationHandler
public interface HttpExecChainHandler extends org.apache.hc.client5.http.classic.ExecChainHandlerRequest execution handler in a classic client side requestExecChain. Handlers can either be a decorator around another element that implements a cross-cutting aspect or a self-contained executor capable of producing a response for the given request.- See Also:
ExecChainHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull StringgetExecChainHandlerName()Provides a name for theHttpExecChainHandlerin the context of aExecChain.
-
-
-
Method Detail
-
getExecChainHandlerName
@NotNull @NotNull String getExecChainHandlerName()
Provides a name for theHttpExecChainHandlerin the context of aExecChain.- Returns:
- A name for the
HttpExecChainHandlerin the context of aExecChain.
-
-