Searched refs:serverInterceptorList (Results 1 – 3 of 3) sorted by relevance
58 List<ServerInterceptor> serverInterceptorList, in setInterceptorsTracers() argument67 checkNotNull(serverInterceptorList); in setInterceptorsTracers()70 serverInterceptors = Collections.unmodifiableList(new ArrayList<>(serverInterceptorList)); in setInterceptorsTracers()
27 List<ServerInterceptor> serverInterceptorList, in setInterceptorsTracers() argument30 clientInterceptorList, serverInterceptorList, serverStreamTracerFactoryList); in setInterceptorsTracers()
80 List<ServerInterceptor> serverInterceptorList = in run() local88 clientInterceptorList, serverInterceptorList, serverStreamTracerFactoryList); in run()91 assertThat(GlobalInterceptors.getServerInterceptors()).isEqualTo(serverInterceptorList); in run()