MCPcopy Create free account
hub / github.com/grpc/grpc-java / getAuthority

Method getAuthority

api/src/main/java/io/grpc/ServerCall.java:260–263  ·  view source on GitHub ↗

Gets the authority this call is addressed to. @return the authority string. null if not available.

()

Source from the content-addressed store, hash-verified

258 * @return the authority string. {@code null} if not available.
259 */
260 @Nullable
261 public String getAuthority() {
262 return null;
263 }
264
265 /**
266 * The {@link MethodDescriptor} for the call.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected