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

Method halfClose

api/src/main/java/io/grpc/ClientCall.java:237–237  ·  view source on GitHub ↗

Close the call for request message sending. Incoming response messages are unaffected. This should be called when no more messages will be sent from the client. @throws IllegalStateException if call is already halfClose()d or #canceled

()

Source from the content-addressed store, hash-verified

235 * @throws IllegalStateException if call is already {@code halfClose()}d or {@link #cancel}ed
236 */
237 public abstract void halfClose();
238
239 /**
240 * Send a request message to the server. May be called zero or more times depending on how many

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected