Returns the compressor's name.
()
| 258 | * Returns the compressor's name. |
| 259 | */ |
| 260 | @Nullable |
| 261 | public String getCompressor() { |
| 262 | return compressorName; |
| 263 | } |
| 264 | |
| 265 | /** |
| 266 | * Override the HTTP/2 authority the channel claims to be connecting to. <em>This is not |
no outgoing calls