Searched refs:serviceUri (Results 1 – 3 of 3) sorted by relevance
70 URI uri = serviceUri(next, method); in interceptCall()97 private URI serviceUri(Channel channel, MethodDescriptor<?, ?> method) throws StatusException {
103 uri = serviceUri(authority, info.getMethodDescriptor()); in applyRequestMetadata()157 private static URI serviceUri(String authority, MethodDescriptor<?, ?> method) in serviceUri() method in GoogleAuthLibraryCallCredentials
305 public void serviceUri() throws Exception { in serviceUri() method in GoogleAuthLibraryCallCredentialsTest