Class CustomHeaderInterceptor
- java.lang.Object
-
- com.devcycle.sdk.server.common.interceptor.CustomHeaderInterceptor
-
- All Implemented Interfaces:
okhttp3.Interceptor
public final class CustomHeaderInterceptor extends java.lang.Object implements okhttp3.InterceptorInterceptor to inject custom headers into all requests based on an IRestOptions implementation
-
-
Constructor Summary
Constructors Constructor Description CustomHeaderInterceptor(IRestOptions restOptions)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description okhttp3.Responseintercept(okhttp3.Interceptor.Chain chain)
-
-
-
Constructor Detail
-
CustomHeaderInterceptor
public CustomHeaderInterceptor(IRestOptions restOptions)
-
-