Home
last modified time | relevance | path

Searched refs:serverStreamTracerFactoryList (Results 1 – 3 of 3) sorted by relevance

/external/grpc-grpc-java/api/src/main/java/io/grpc/
DGlobalInterceptors.java59 List<ServerStreamTracer.Factory> serverStreamTracerFactoryList) { in setInterceptorsTracers() argument
68 checkNotNull(serverStreamTracerFactoryList); in setInterceptorsTracers()
72 Collections.unmodifiableList(new ArrayList<>(serverStreamTracerFactoryList)); in setInterceptorsTracers()
DInternalGlobalInterceptors.java28 List<ServerStreamTracer.Factory> serverStreamTracerFactoryList) { in setInterceptorsTracers() argument
30 clientInterceptorList, serverInterceptorList, serverStreamTracerFactoryList); in setInterceptorsTracers()
/external/grpc-grpc-java/api/src/test/java/io/grpc/
DGlobalInterceptorsTest.java82 List<ServerStreamTracer.Factory> serverStreamTracerFactoryList = in run() local
88 clientInterceptorList, serverInterceptorList, serverStreamTracerFactoryList); in run()
93 .isEqualTo(serverStreamTracerFactoryList); in run()