Class BonitaCharsetBugInterceptor
- java.lang.Object
-
- org.bonitasoft.web.client.feign.interceptor.BonitaCharsetBugInterceptor
-
- All Implemented Interfaces:
feign.RequestInterceptor,okhttp3.Interceptor
public class BonitaCharsetBugInterceptor extends Object implements okhttp3.Interceptor, feign.RequestInterceptor
-
-
Constructor Summary
Constructors Constructor Description BonitaCharsetBugInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(feign.RequestTemplate requestTemplate)okhttp3.Responseintercept(okhttp3.Interceptor.Chain chain)
-
-
-
Method Detail
-
intercept
public okhttp3.Response intercept(okhttp3.Interceptor.Chain chain) throws IOException- Specified by:
interceptin interfaceokhttp3.Interceptor- Throws:
IOException
-
apply
public void apply(feign.RequestTemplate requestTemplate)
- Specified by:
applyin interfacefeign.RequestInterceptor
-
-