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