Class NoCodingCompressor
java.lang.Object
org.apache.pekko.http.scaladsl.coding.NoCodingCompressor
Internal API
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.apache.pekko.util.ByteString
compress
(org.apache.pekko.util.ByteString input) static org.apache.pekko.util.ByteString
compressAndFinish
(org.apache.pekko.util.ByteString input) static org.apache.pekko.util.ByteString
compressAndFlush
(org.apache.pekko.util.ByteString input) static org.apache.pekko.util.ByteString
finish()
static org.apache.pekko.util.ByteString
flush()
-
Constructor Details
-
NoCodingCompressor
public NoCodingCompressor()
-
-
Method Details
-
compress
public static org.apache.pekko.util.ByteString compress(org.apache.pekko.util.ByteString input) -
flush
public static org.apache.pekko.util.ByteString flush() -
finish
public static org.apache.pekko.util.ByteString finish() -
compressAndFlush
public static org.apache.pekko.util.ByteString compressAndFlush(org.apache.pekko.util.ByteString input) -
compressAndFinish
public static org.apache.pekko.util.ByteString compressAndFinish(org.apache.pekko.util.ByteString input)
-