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

Method check

alts/src/main/java/io/grpc/alts/AltsContextUtil.java:75–77  ·  view source on GitHub ↗

Checks if the ServerCall contains ALTS information. @param call the ServerCall to check @return true, if the ServerCall contains ALTS information and false otherwise.

(ServerCall<?, ?> call)

Source from the content-addressed store, hash-verified

73 * @return true, if the {@link ServerCall} contains ALTS information and false otherwise.
74 */
75 public static boolean check(ServerCall<?, ?> call) {
76 return check(call.getAttributes());
77 }
78
79 /**
80 * Checks if the {@link ClientCall} contains ALTS information.

Calls 2

getAttributesMethod · 0.65
getMethod · 0.65