Searched refs:interceptCallHandler (Results 1 – 2 of 2) sorted by relevance
24 public static <ReqT, RespT> ServerCallHandler<ReqT, RespT> interceptCallHandler( in interceptCallHandler() method in InternalServerInterceptors
539 handler = InternalServerInterceptors.interceptCallHandler(interceptor, handler); in startCall()