Class RequestInterceptorHandler
java.lang.Object
org.camunda.bpm.client.interceptor.impl.RequestInterceptorHandler
- All Implemented Interfaces:
- org.apache.hc.core5.http.HttpRequestInterceptor
public class RequestInterceptorHandler
extends Object
implements org.apache.hc.core5.http.HttpRequestInterceptor
- Author:
- Tassilo Weidner
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected List<ClientRequestInterceptor>protected static final EngineClientLogger
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprocess(org.apache.hc.core5.http.HttpRequest httpRequest, org.apache.hc.core5.http.EntityDetails details, org.apache.hc.core5.http.protocol.HttpContext context) 
- 
Field Details- 
LOG
- 
interceptors
 
- 
- 
Constructor Details- 
RequestInterceptorHandler
 
- 
- 
Method Details- 
processpublic void process(org.apache.hc.core5.http.HttpRequest httpRequest, org.apache.hc.core5.http.EntityDetails details, org.apache.hc.core5.http.protocol.HttpContext context) throws org.apache.hc.core5.http.HttpException, IOException - Specified by:
- processin interface- org.apache.hc.core5.http.HttpRequestInterceptor
- Throws:
- org.apache.hc.core5.http.HttpException
- IOException
 
- 
getInterceptors
 
-