Sets the compression algorithm for this call. This compression is utilized for sending. If the server does not support the compression algorithm, the call will fail. This method may only be called before #sendHeaders. The compressor to use will be looked up in the {@link CompressorRegist
(String compressor)
| 208 | * @throws IllegalArgumentException if the compressor name can not be found. |
| 209 | */ |
| 210 | public void setCompression(String compressor) { |
| 211 | // noop |
| 212 | } |
| 213 | |
| 214 | /** |
| 215 | * A hint to the call that specifies how many bytes must be queued before |
no outgoing calls