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

Method isClientFilter

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

Whether the filter can be installed on the client side. Returns true if the filter implements Filter#buildClientInterceptor.

()

Source from the content-addressed store, hash-verified

60 * <p>Returns true if the filter implements {@link Filter#buildClientInterceptor}.
61 */
62 default boolean isClientFilter() {
63 return false;
64 }
65

Callers 5

filterType_clientOnlyMethod · 0.65
filterType_clientOnlyMethod · 0.65
filterType_serverOnlyMethod · 0.65
parseHttpFilterMethod · 0.65

Calls

no outgoing calls

Tested by 4

filterType_clientOnlyMethod · 0.52
filterType_clientOnlyMethod · 0.52
filterType_serverOnlyMethod · 0.52