pekko/akka-docs/rst/java/code/docs/stream/javadsl/cookbook
Olli Helenius 658b46e1cc Move (de)compression helpers to akka-stream module #21395 (#21409)
* Move (de)compression helpers to akka-stream #21395

* Move compression and decompression -related classes from
  akka-http-experimental to akka-stream
* Add Compression helper object with functions to create
  decompressing Flows
* Add a short cookbook entry

* =str move compression impl classes into their own directory (and change visibility)

* =str also expose gzip/deflate compression flows

* Fix formatting of plural ByteStrings in cookbook

* =str #21395 make compressor call Deflater.end in postStop to release resources

Also simplified the creation of the flow given a compressor.

* =str #21395 decompressors call Inflater.end in postStop to release resources

* =str #21395 smallish Scaladoc fixes
2016-11-17 22:42:37 +01:00
..
RecipeByteStrings.java Fixed bug in Chunker, exposed by interpreter changes 2016-08-01 16:09:50 +02:00
RecipeDecompress.java Move (de)compression helpers to akka-stream module #21395 (#21409) 2016-11-17 22:42:37 +01:00
RecipeDigest.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
RecipeDroppyBroadcast.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
RecipeFlattenList.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
RecipeGlobalRateLimit.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
RecipeHold.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
RecipeKeepAlive.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
RecipeLoggingElements.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
RecipeManualTrigger.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
RecipeMissedTicks.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
RecipeMultiGroupByTest.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
RecipeParseLines.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
RecipeReduceByKeyTest.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
RecipeSeq.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
RecipeSimpleDrop.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
RecipeTest.java Documentation improvements 2016-02-15 19:33:05 +01:00
RecipeWorkerPool.java =doc #20051 Parallellism docs updated for async and fusing 2016-03-17 09:54:10 +01:00