| Package | Description |
|---|---|
| org.apache.dubbo.rpc.protocol.tri.compressor |
| Modifier and Type | Interface and Description |
|---|---|
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
Bzip2
bzip2 compressor, faster compression efficiency
|
class |
Gzip
gzip compressor
|
class |
Identity
Default compressor
|
class |
Snappy
snappy compressor, Provide high-speed compression speed and reasonable compression ratio
|
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.