configureInterceptors static method
Configure unified interceptors (invoked from UnifiedHttpClient.init)
Implementation
static void configureInterceptors(List<UnifiedInterceptor> interceptors) {
_interceptors = interceptors;
}
Configure unified interceptors (invoked from UnifiedHttpClient.init)
static void configureInterceptors(List<UnifiedInterceptor> interceptors) {
_interceptors = interceptors;
}