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

Method isServerFilter

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

Whether the filter can be installed into xDS-enabled servers. Returns true if the filter implements Filter#buildServerInterceptor.

()

Source from the content-addressed store, hash-verified

69 * <p>Returns true if the filter implements {@link Filter#buildServerInterceptor}.
70 */
71 default boolean isServerFilter() {
72 return false;
73 }
74

Calls

no outgoing calls