Uses the FilterConfigs produced above to produce an HTTP filter interceptor for clients.
(
FilterConfig config, @Nullable FilterConfig overrideConfig,
ScheduledExecutorService scheduler)
| 110 | |
| 111 | /** Uses the FilterConfigs produced above to produce an HTTP filter interceptor for clients. */ |
| 112 | @Nullable |
| 113 | default ClientInterceptor buildClientInterceptor( |
| 114 | FilterConfig config, @Nullable FilterConfig overrideConfig, |
| 115 | ScheduledExecutorService scheduler) { |
no outgoing calls
no test coverage detected