Uses the FilterConfigs produced above to produce an HTTP filter interceptor for the server.
(
FilterConfig config, @Nullable FilterConfig overrideConfig)
| 118 | |
| 119 | /** Uses the FilterConfigs produced above to produce an HTTP filter interceptor for the server. */ |
| 120 | @Nullable |
| 121 | default ServerInterceptor buildServerInterceptor( |
| 122 | FilterConfig config, @Nullable FilterConfig overrideConfig) { |
| 123 | return null; |
no outgoing calls