Class RequestInterceptorHandler
- java.lang.Object
- 
- org.camunda.bpm.client.interceptor.impl.RequestInterceptorHandler
 
- 
- All Implemented Interfaces:
- org.apache.http.HttpRequestInterceptor
 
 public class RequestInterceptorHandler extends java.lang.Object implements org.apache.http.HttpRequestInterceptor- Author:
- Tassilo Weidner
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.List<ClientRequestInterceptor>interceptorsprotected static EngineClientLoggerLOG
 - 
Constructor SummaryConstructors Constructor Description RequestInterceptorHandler(java.util.List<ClientRequestInterceptor> interceptors)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ClientRequestInterceptor>getInterceptors()voidprocess(org.apache.http.HttpRequest httpRequest, org.apache.http.protocol.HttpContext context)
 
- 
- 
- 
Field Detail- 
LOGprotected static final EngineClientLogger LOG 
 - 
interceptorsprotected java.util.List<ClientRequestInterceptor> interceptors 
 
- 
 - 
Constructor Detail- 
RequestInterceptorHandlerpublic RequestInterceptorHandler(java.util.List<ClientRequestInterceptor> interceptors) 
 
- 
 - 
Method Detail- 
processpublic void process(org.apache.http.HttpRequest httpRequest, org.apache.http.protocol.HttpContext context) throws org.apache.http.HttpException, java.io.IOException- Specified by:
- processin interface- org.apache.http.HttpRequestInterceptor
- Throws:
- org.apache.http.HttpException
- java.io.IOException
 
 - 
getInterceptorspublic java.util.List<ClientRequestInterceptor> getInterceptors() 
 
- 
 
-