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)
| 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 |
no outgoing calls