pekko/akka-docs/rst/java/stream
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
..
index.rst Adding docs for KillSwitch #20265 2016-06-03 14:23:11 +02:00
migration-guide-1.0-2.x-java.rst add migration guides for Scala and Java 2016-01-20 10:27:00 +01:00
migration-guide-2.0-2.4-java.rst =doc Akka & GitHub appearances in docs (#20968) 2016-07-18 10:33:44 +02:00
stages-overview.rst +doc add missing java documentation for scanAsync/foldAsync (#21701) 2016-10-24 13:31:47 +02:00
stream-composition.rst =doc #20017 Update the stream-rate docs to current streams behavior 2016-03-29 12:26:02 +02:00
stream-cookbook.rst Move (de)compression helpers to akka-stream module #21395 (#21409) 2016-11-17 22:42:37 +01:00
stream-customize.rst +str #18793 StageLogging that allows logger access in stages (#21696) 2016-10-28 16:05:56 +02:00
stream-dynamic.rst 20890 Added MergeHub and BroadcastHub 2016-08-24 11:43:24 +02:00
stream-error.rst #19440 replace Scala Future usage with CompletionStage in javadsl 2016-01-23 18:00:11 +01:00
stream-flows-and-basics.rst Documentation improvements 2016-02-15 19:33:05 +01:00
stream-graphs.rst =str #19921 Error in documentation: Graph_cycles (#20656) 2016-05-31 12:28:07 +02:00
stream-integrations.rst improve streams actor integration docs, #21698 (#21700) 2016-10-26 10:24:51 +02:00
stream-introduction.rst =doc Correct minor typo (#20897) 2016-07-06 11:08:57 +02:00
stream-io.rst Fix formatting of plural ByteStrings in docs (#21792) 2016-11-17 12:31:44 +01:00
stream-parallelism.rst =doc #20051 Parallellism docs updated for async and fusing 2016-03-17 09:54:10 +01:00
stream-quickstart.rst =htc, doc replace usages of deprecated methods of FileIO (#20928) 2016-07-10 17:41:57 +02:00
stream-rate.rst =doc #20017 Update the stream-rate docs to current streams behavior 2016-03-29 12:26:02 +02:00
stream-testkit.rst #20904: Increase timeouts in TestKitDoc tests, use Sink.seq (#21260) 2016-08-31 17:20:05 +01:00