Package io.camunda.search.connect.plugin
Interface CompatHttpRequestInterceptor
- All Superinterfaces:
org.apache.hc.core5.http.HttpRequestInterceptor,org.apache.http.HttpRequestInterceptor
public interface CompatHttpRequestInterceptor
extends org.apache.hc.core5.http.HttpRequestInterceptor, org.apache.http.HttpRequestInterceptor
A unifying interface for every Search DB connector interceptor.
Different connectors currently use different HTTP client. This interface is supposed to unify single implementation for every type of HTTP client.
-
Method Summary
Methods inherited from interface org.apache.hc.core5.http.HttpRequestInterceptor
processMethods inherited from interface org.apache.http.HttpRequestInterceptor
process