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

Method ServerCalls

stub/src/main/java/io/grpc/stub/ServerCalls.java:41–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

39 static final String MISSING_REQUEST = "Half-closed without a request";
40
41 private ServerCalls() {
42 }
43
44 /**
45 * Creates a {@link ServerCallHandler} for a unary call method of the service.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected