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

Method newInstance

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

Creates a new instance of the filter. Returns a filter instance registered with the same typeUrls as the provider, capable of working with the same FilterConfig type returned by provider's parse functions. For xDS gRPC clients, new filter instances are created per combination of:

(String name)

Source from the content-addressed store, hash-verified

92 * </ol>
93 */
94 Filter newInstance(String name);
95
96 /**
97 * Parses the top-level filter config from raw proto message. The message may be either a {@link

Calls

no outgoing calls