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

Method register

xds/src/main/java/io/grpc/xds/FilterRegistry.java:51–59  ·  view source on GitHub ↗
(Filter.Provider... filters)

Source from the content-addressed store, hash-verified

49 }
50
51 @VisibleForTesting
52 FilterRegistry register(Filter.Provider... filters) {
53 for (Filter.Provider filter : filters) {
54 for (String typeUrl : filter.typeUrls()) {
55 supportedFilters.put(typeUrl, filter);
56 }
57 }
58 return this;
59 }
60
61 @Nullable
62 Filter.Provider get(String typeUrl) {

Callers

nothing calls this directly

Calls 2

typeUrlsMethod · 0.65
putMethod · 0.65

Tested by

no test coverage detected