()
| 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. |
nothing calls this directly
no outgoing calls
no test coverage detected