Package io.grpc.xds
Interface Filter.ServerInterceptorBuilder
-
- All Known Implementing Classes:
RbacFilter
,RouterFilter
- Enclosing interface:
- Filter
public static interface Filter.ServerInterceptorBuilder
Uses the FilterConfigs produced above to produce an HTTP filter interceptor for the server.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description io.grpc.ServerInterceptor
buildServerInterceptor(Filter.FilterConfig config, Filter.FilterConfig overrideConfig)
-
-
-
Method Detail
-
buildServerInterceptor
@Nullable io.grpc.ServerInterceptor buildServerInterceptor(Filter.FilterConfig config, @Nullable Filter.FilterConfig overrideConfig)
-
-