pekko/akka-docs/rst/java/code/docs/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
..
io avoid infinite blocking in TcpConnectionSpec #21375 2016-11-09 17:36:04 +01:00
javadsl/cookbook Move (de)compression helpers to akka-stream module #21395 (#21409) 2016-11-17 22:42:37 +01:00
ActorPublisherDocTest.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
ActorSubscriberDocTest.java #17717 handle OnComplete in ActorSubscriber doc samples 2016-10-17 11:07:40 +02:00
BidiFlowDocTest.java =doc Invalid FrameParser example fixed #20519 2016-06-03 14:24:31 +02:00
CompositionDocTest.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
FlowDocTest.java =doc Fix typos in FlowDocTest & FlowDocSpec 2016-02-29 22:51:59 +06:00
FlowErrorDocTest.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
FlowParallelismDocTest.java =doc #20051 Parallellism docs updated for async and fusing 2016-03-17 09:54:10 +01:00
GraphCyclesDocTest.java Documentation improvements 2016-02-15 19:33:05 +01:00
GraphDSLDocTest.java Updating to ScalaTest 3.0.0 and ScalaCheck 1.13.2 2016-08-22 11:13:49 +02:00
GraphStageDocTest.java =doc graphstage sink example (#20955) (#21030) 2016-07-26 12:20:08 +02:00
GraphStageLoggingDocTest.java +str #18793 StageLogging that allows logger access in stages (#21696) 2016-10-28 16:05:56 +02:00
HubDocTest.java 20890 Added MergeHub and BroadcastHub 2016-08-24 11:43:24 +02:00
IntegrationDocTest.java improve streams actor integration docs, #21698 (#21700) 2016-10-26 10:24:51 +02:00
KillSwitchDocTest.java 20890 Added MergeHub and BroadcastHub 2016-08-24 11:43:24 +02:00
MigrationsJava.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
QuickStartDocTest.java +doc Add more imports to the stream quick start guides for Java and Scala (#20797) 2016-06-18 11:15:17 +02:00
RateTransformationDocTest.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
ReactiveStreamsDocTest.java Update copyrights and links to the new company name #19851 2016-02-23 12:58:39 +01:00
SilenceSystemOut.java +doc #19429 initial merge of docs-dev and docs 2016-01-14 00:31:03 +01:00
StreamBuffersRateDocTest.java Fix snippet example in stream-rate doc #21006 2016-07-21 17:35:13 +02:00
StreamPartialGraphDSLDocTest.java = rename FlowGraph* to GraphDSL 2016-04-15 00:18:05 +08:00
StreamTestKitDocTest.java #20904: Increase timeouts in TestKitDoc tests, use Sink.seq (#21260) 2016-08-31 17:20:05 +01:00
TwitterStreamQuickstartDocTest.java = rename FlowGraph* to GraphDSL 2016-04-15 00:18:05 +08:00