Home
last modified time | relevance | path

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

/external/grpc-grpc-java/api/src/main/java/io/grpc/
DGlobalInterceptors.java58 List<ServerInterceptor> serverInterceptorList, in setInterceptorsTracers() argument
67 checkNotNull(serverInterceptorList); in setInterceptorsTracers()
70 serverInterceptors = Collections.unmodifiableList(new ArrayList<>(serverInterceptorList)); in setInterceptorsTracers()
DInternalGlobalInterceptors.java27 List<ServerInterceptor> serverInterceptorList, in setInterceptorsTracers() argument
30 clientInterceptorList, serverInterceptorList, serverStreamTracerFactoryList); in setInterceptorsTracers()
/external/grpc-grpc-java/api/src/test/java/io/grpc/
DGlobalInterceptorsTest.java80 List<ServerInterceptor> serverInterceptorList = in run() local
88 clientInterceptorList, serverInterceptorList, serverStreamTracerFactoryList); in run()
91 assertThat(GlobalInterceptors.getServerInterceptors()).isEqualTo(serverInterceptorList); in run()