pekko/akka-docs/rst/scala/code/docs
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
..
actor java docs for Artery, #21209 2016-09-30 19:11:21 +02:00
agent Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
akka/typed remove Props in akka-typed 2016-09-30 07:47:50 +02:00
camel Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
cluster A simpler ActorRefProvider config #20649 (#20767) 2016-06-10 15:04:13 +02:00
ddata A simpler ActorRefProvider config #20649 (#20767) 2016-06-10 15:04:13 +02:00
dispatcher Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
event fix eventbus doc-code (#21189) 2016-08-16 15:20:44 +02:00
extension Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
future Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
io avoid infinite blocking in TcpConnectionSpec #21375 2016-11-09 17:36:04 +01:00
pattern remove template pattern in howto docs (#21808) 2016-11-09 20:13:19 +01:00
persistence New EventEnvelope including Offset rather than Long #21722 2016-10-27 15:32:10 +02:00
remoting java docs for Artery, #21209 2016-09-30 19:11:21 +02:00
routing java docs for Artery, #21209 2016-09-30 19:11:21 +02:00
serialization Update to a working version of Scalariform 2016-06-02 22:12:36 +02:00
stream Move (de)compression helpers to akka-stream module #21395 (#21409) 2016-11-17 22:42:37 +01:00
testkit +tes #21198 Allow TestActor/TestKit/TestProbe to create child actors 2016-09-01 11:38:07 +02:00
CompileOnlySpec.scala +doc,htp #19896 directives for RequestTimeout and docs 2016-03-08 18:17:35 +01:00