| 程序包 | 说明 |
|---|---|
| org.apache.dubbo.rpc.protocol.tri.compressor |
| 限定符和类型 | 接口和说明 |
|---|---|
interface |
Compressor
compress payload for grpc request, and decompress response payload Configure it in files,
pictures or other configurations that exist in the system properties Configure
Constants.COMPRESSOR_KEY in dubbo.properties、dubbo.yml or other configuration that exist in the
system property |
interface |
DeCompressor |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Bzip2
bzip2 compressor, faster compression efficiency
|
class |
Gzip
gzip compressor
|
class |
Identity
Default compressor
Do not use the spi
|
class |
Snappy
snappy compressor, Provide high-speed compression speed and reasonable compression ratio
|
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.