public class NoCodingCompressor
extends java.lang.Object
| Constructor and Description | 
|---|
| NoCodingCompressor()Deprecated.  | 
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.pekko.util.ByteString | compress(org.apache.pekko.util.ByteString input)Deprecated.  | 
| static org.apache.pekko.util.ByteString | compressAndFinish(org.apache.pekko.util.ByteString input)Deprecated.  | 
| static org.apache.pekko.util.ByteString | compressAndFlush(org.apache.pekko.util.ByteString input)Deprecated.  | 
| static org.apache.pekko.util.ByteString | finish()Deprecated.  | 
| static org.apache.pekko.util.ByteString | flush()Deprecated.  | 
public static org.apache.pekko.util.ByteString compress(org.apache.pekko.util.ByteString input)
public static org.apache.pekko.util.ByteString flush()
public static org.apache.pekko.util.ByteString finish()
public static org.apache.pekko.util.ByteString compressAndFlush(org.apache.pekko.util.ByteString input)
public static org.apache.pekko.util.ByteString compressAndFinish(org.apache.pekko.util.ByteString input)