Send response header metadata prior to sending a response message. This method may only be called once and cannot be called after calls to #sendMessage or #close. Since Metadata is not thread-safe, the caller must not access (read or write) headers after this poin
(Metadata headers)
| 128 | * headers have already been sent |
| 129 | */ |
| 130 | public abstract void sendHeaders(Metadata headers); |
| 131 | |
| 132 | /** |
| 133 | * Send a response message. Messages are the primary form of communication associated with |
no outgoing calls