Class NoCodingCompressor
java.lang.Object
org.apache.pekko.http.scaladsl.coding.NoCodingCompressor
Internal API
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.apache.pekko.util.ByteStringcompress(org.apache.pekko.util.ByteString input) static org.apache.pekko.util.ByteStringcompressAndFinish(org.apache.pekko.util.ByteString input) static org.apache.pekko.util.ByteStringcompressAndFlush(org.apache.pekko.util.ByteString input) static org.apache.pekko.util.ByteStringfinish()static org.apache.pekko.util.ByteStringflush()
- 
Constructor Details- 
NoCodingCompressorpublic NoCodingCompressor()
 
- 
- 
Method Details- 
compresspublic static org.apache.pekko.util.ByteString compress(org.apache.pekko.util.ByteString input) 
- 
flushpublic static org.apache.pekko.util.ByteString flush()
- 
finishpublic static org.apache.pekko.util.ByteString finish()
- 
compressAndFlushpublic static org.apache.pekko.util.ByteString compressAndFlush(org.apache.pekko.util.ByteString input) 
- 
compressAndFinishpublic static org.apache.pekko.util.ByteString compressAndFinish(org.apache.pekko.util.ByteString input) 
 
-