MCPcopy Create free account
hub / github.com/grpc/grpc-java / buildServerInterceptor

Method buildServerInterceptor

xds/src/main/java/io/grpc/xds/Filter.java:120–120  ·  view source on GitHub ↗

Uses the FilterConfigs produced above to produce an HTTP filter interceptor for the server.

(
      FilterConfig config, @Nullable FilterConfig overrideConfig)

Source from the content-addressed store, hash-verified

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;

Callers 6

buildInterceptor_rdsMethod · 0.95
overrideConfigMethod · 0.65
createInterceptorMethod · 0.65

Implementers 5

StatefulFilterxds/src/test/java/io/grpc/xds/Stateful
GcpAuthenticationFilterxds/src/main/java/io/grpc/xds/GcpAuthe
RbacFilterxds/src/main/java/io/grpc/xds/RbacFilt
RouterFilterxds/src/main/java/io/grpc/xds/RouterFi
FaultFilterxds/src/main/java/io/grpc/xds/FaultFil

Calls

no outgoing calls

Tested by 4

buildInterceptor_rdsMethod · 0.76
overrideConfigMethod · 0.52