Package io.grpc.xds
Interface Filter.ServerInterceptorBuilder
-
- All Known Implementing Classes:
RbacFilter,RouterFilter
- Enclosing interface:
- Filter
public static interface Filter.ServerInterceptorBuilderUses 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.ServerInterceptorbuildServerInterceptor(Filter.FilterConfig config, Filter.FilterConfig overrideConfig)
-
-
-
Method Detail
-
buildServerInterceptor
@Nullable io.grpc.ServerInterceptor buildServerInterceptor(Filter.FilterConfig config, @Nullable Filter.FilterConfig overrideConfig)
-
-